Roadmap
Planned Features
- YAML frontmatter metadata support
- Search module
- generate sitetree.json
- search through every entry of sitetree
- recognize posts and other information
- Support Obsidian Flavored Markdown
- https://help.obsidian.md/obsidian-flavored-markdown
- Trees like the ones https://owickstrom.github.io/the-monospace-web/
- Emoji support
- Footnote support
- Alert support
- Code highlighting support
- Support for relative base website.com/blog/index.html
- See
<base href="http://yourdomain.com/">
- Make async
- Add recovery and logging instead of panicking
- Download and install links to external resources (fonts, CSS, enc.)
- Make importing pages from notion easier
- Don't load all files into memory, might cause issues for large resource files or big sites
- Add file minification for CSS
- Improve blog module
- tags
- Better index page
- Show and sort by date
- Small blog post summary
- Statistics module
- Multi platform support
- Make releases for other platforms
Completed
- ~~RSS functionality~~
- ~~Tables~~
- ~~Section links~~
- ~~Custom styling support~~
- ~~Make default options root of Attributes (don't require [default] block)~~
- ~~Html macro~~