Block a user
rename all references to Ticle -> Tickle
yagich
renamed repository from 2022-06-29 14:48:28 +00:00
ticle-godot-frontend
to yagich/tickle-godot-frontend
make the content preview work
df2dc1097e
clean current file and tree item references when regenerating tree
68b4a03a3f
implement refresh button
815aae5a4d
implement open in browser button
6a98956b03
update to godot 3.5rc5
0602345af9
remove warnings in ServerUI
sort files by their order of inclusion in files.txt when recreating file tree
if the file tree is not interacted with and the server is started, the output files.txt will lose title and date for items not interacted with
app hangs when switching pages
the issue is with second.md
, which contains an image, and line 79 in Main.gd
:
var data =…
if the file tree is not interacted with and the server is started, the output files.txt will lose title and date for items not interacted with
app hangs when switching pages
80bc3e4a11
Merge pull request 'mimetypes' (#1) from mimetypes into main
791743b765
Merge branch 'main' into mimetypes
e337f78740
remove redundant get_mime_type() function
003eb04013
improvement: use mimetype class & get rid of warnings
5380b59ee2
improvement: add a mimetype class