createdAt: 2024-04-15T23:00:00+09:00
updatedAt: 2024-04-20T01:00:00+09:00
- [x] Using Vault as a site structure
- [ ] Markdown Parsing
- [x] CommonMark
- [ ] GitHub Flavored Markdown
- [x] Strikethrough
- [x] Task Lists
- [x] Footnotes
- [x] Autolinks
- [x] Tables
- [ ] Diagrams (Mermaid) … Maybe no support, as Mermaid’s overall quality is questionable.
- [ ] MathJax … No support if it can’t generate MathML at build time.
- [x] Syntax Highlighting
- [ ] Obsidian Extensions
- [x] Internal Link path resolution
- [x] Absolute path in vault
- [x] Absolute path in vault (extension-less)
- [x] Relative path to file
- [x] Relative path to file (extension-less)
- [x] Shortest path when possible
- [x] Wikilink
- [x] Label
- [ ] Heading
- [ ] Block reference
- [ ] Defining a block
- [x] Image size annotation
- [ ] Embeddings
- [x] Image file
- [x] Audio file
- [x] PDF file
- [ ] List from another file
- [ ] Search results
- [x] ==Highlight==
- [x] Callouts
- [x] Comments %% You can check this item once I’m no longer visible %%
- [ ] Strip Raw HTML (only
<title>is troublesome, but align behavior to Obsidian’s)- [ ]
<script> - [ ]
<title> - [ ]
<style>
- [ ]
- [ ] Keep Raw HTML (Unified libraries tends to ignore spec by default, needs to opt-out)
- [ ] Colored text
- [ ] Strip attributes not exist in whitelist
- [x] Internal Link path resolution
- [ ] JSONCanvas
- [ ] Node rendering
- [x] Basic shapes
- [x] Colors
- [x] Text node
- [x] Group node
- [x] Link node
- [ ] File node
- [x] Edge rendering
- [x] Basic shape
- [x] Arrow
- [x] Colors
- [x] Label
- [ ] Node rendering
- [x] Document sorting
- [ ] Search functionality
- [x] Creation / Update date
- [ ] Tags
- [x] Config for site logo
- [x] Tool’s logo
- [ ] Proper styling
- [ ] Switch to drawer menu when side navigation cannot fit
- [ ] CLI for opinionated build
- [ ] Simple JSONC config
- [ ] Usage document
- [ ] Library usage
- [ ] CLI usage