moved the files around added demo examples and fixed a bunch of stuff!

This commit is contained in:
2025-10-01 21:07:28 +02:00
parent f1bda77ce2
commit 6580d5c4bc
10 changed files with 410 additions and 308 deletions

27
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"Lua.diagnostics.globals": [
"read_file",
"write_file",
"read_html",
"write_html",
"list_html_files",
"read_markdown",
"write_markdown",
"list_markdown_files",
"html_find_tag",
"html_replace_tag",
"html_insert_before",
"html_insert_after",
"html_wrap_content",
"md_add_header",
"md_replace_section",
"md_append_content",
"table_to_json",
"json_to_table",
"add_route",
"register_hook",
"log",
"log_warn",
"log_error"
]
}