Skip to content

Commit ba696a4

Browse files
committed
Add idea in ideas.md
1 parent 1b2488c commit ba696a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ideas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Flexible Static Site Generator
1616
* This will allow us to use the file name as title, like in Obsidian.
1717
* Use a regex & validate that what's returned by `nameEncode` is acceptable for a URL.
1818
* Document this behavior: with Name Registry, this will make the unique names rule non-case-sensitive, at least with `defaultNameEncode` converting all chars to lower case.
19+
* Rebuild automatically with a fs watching library.
1920
* Top 2:
2021
* Add a trailing `/` slash for Markdown page dirs since: (a) if a Markdown page is turned into a dir/collection of smaller essays, this would allow that change to happen naturally/seamlessly, and (b) since many web servers including the one used by GH pages add a trailing `/` slash to directories using a 301 Redirect anyways.
2122
* Caching in the GitHub action. See:

0 commit comments

Comments
 (0)