moved the files around added demo examples and fixed a bunch of stuff!
This commit is contained in:
27
.vscode/settings.json
vendored
Normal file
27
.vscode/settings.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user