Skip to content

Commit

Permalink
Update ideas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Nov 29, 2024
1 parent 733537d commit 2a2d8d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Flexible Static Site Generator
* Proper YAML field capture.
* Maybe inject post-processing fields (gathered with `getModuleVars`) into this object with `setattr`.
* Document all built-in functions, and config fields (like the `skip` config var), etc.
* Obsidian style Wiki Links.
* Update the `YYYY-MM-DD-` handler to allow `YYYY-MM-DD ` as well.
* A `nameEncode` configurable function, with a `defaultNameEncode`.
* Convert something like "Purpose of Life" to `purpose-of-life`.
Expand All @@ -19,11 +18,13 @@ Flexible Static Site Generator
* An `after` function defined in __config__.py that gets run after all children are processed.
* Installing pip requirements.txt for the site being built.
* Maybe: Expose `content` for user post-processing functions.
* Avoid rebuilding unchanged directories while re-building with --watch, unless any ascendant __config__.py has changed.

**_Completed_**:
- [x] Rebuild automatically with a fs watching library.
- [x] Implement a `skip` config var.
- [x] Document most built-in functions.
- [x] Obsidian style Wiki Links.

---

Expand Down

0 comments on commit 2a2d8d4

Please sign in to comment.