Roadmap
Planned Features
- YAML frontmatter metadata support
- Trees like the ones https://owickstrom.github.io/the-monospace-web/
- Emoji support
- Footnote support
- Alert support
- Code highlighting support
- Use Shadow dom for encapsulating imported html pages to prevent conflicting js and css
- Support for relative base website.com/blog/index.html
- See
<base href="http://yourdomain.com/">
- Update documentation
- 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~~