a Godot server and UI for testing Tickle pages
Go to file
2022-08-23 11:47:34 +03:00
addons/http_server sync http-server with upstream and properly check for endpoints 2022-07-04 06:44:00 +03:00
server_files add server start functionality to ServerUI 2022-06-25 19:37:09 +03:00
.gitignore add vscode folder to gitignore 2022-08-23 11:47:34 +03:00
default_env.tres initial commit 2022-06-20 14:11:01 +03:00
icon.png initial commit 2022-06-20 14:11:01 +03:00
icon.png.import initial commit 2022-06-20 14:11:01 +03:00
Main.gd sync http-server with upstream and properly check for endpoints 2022-07-04 06:44:00 +03:00
Main.tscn properly update and use server_dir from ServerUI 2022-07-02 13:41:15 +03:00
project.godot change project title (#2) 2022-06-29 17:38:02 +03:00
README.md update readme (#2) 2022-06-29 17:54:45 +03:00
ServerUI.gd clean current file and tree item references when regenerating tree 2022-06-29 17:27:16 +03:00
ServerUI.tscn hide content preview container for now 2022-06-29 17:42:25 +03:00

Godot frontend for Tickle

Tickle is a WIP tiny static site "generator" that parses Markdown files right in the browser, with no compilation to HTML necessary, intended for equally tiny blogs.

This project aims to provide a nice frontend/UI to manage Tickle files and an easy way to run your site locally.

It uses a slightly modified version of godot-http-server for the server side.

The version of Godot used for this project is 3.5rc5.