a Godot server and UI for testing Ticle pages
Go to file
2022-06-25 20:29:18 +03:00
addons/http_server improvement: add a mimetype class 2022-06-25 10:56:00 +02:00
server_files add server start functionality to ServerUI 2022-06-25 19:37:09 +03:00
.gitignore initial commit 2022-06-20 14:11:01 +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 add server start functionality to ServerUI 2022-06-25 19:37:09 +03:00
Main.tscn add server start functionality to ServerUI 2022-06-25 19:37:09 +03:00
project.godot improvement: add a mimetype class 2022-06-25 10:56:00 +02:00
README.md add godot version disclaimer 2022-06-23 19:52:32 +03:00
ServerUI.gd improve file reading in ServerUI, remove dirty flag from FileDef 2022-06-25 20:29:18 +03:00
ServerUI.tscn add server start functionality to ServerUI 2022-06-25 19:37:09 +03:00

Godot frontend for Ticle

Ticle 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 Ticle 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.5rc4.