createdAt: 2024-04-15T23:00:00+09:00
updatedAt: 2024-04-23T23:00:00+09:00
v1.0
- [ ] Diagram extension (abuse) for Markdown.
- [ ] Search
- [ ] Wikilink embed for search result
- [ ] Tags
- [ ] Development server (optional goal)
v0.3
- [ ] CLI for opinionated build
- [ ] JSON/JSONC config for CLI
- [ ] Usage document for CLI
v0.2
[ ] Headings down levelling option (render
# Fooas<h2>Foo</h2>)[ ] Style every tags generated by Markdown
[ ] Anchor link next to heading
[ ] Client script to retain open/close state of document tree
[ ] Client script to sync active table of contents entry to current scroll position
v0.1
[x] Using Vault as a site structure
[ ] Markdown Parsing
- [x] CommonMark
- [x] GitHub Flavored Markdown
- [x] Strikethrough
- [x] Task Lists
- [x] Footnotes
- [x] Autolinks
- [x] Tables
- [x] Math … ~No support if MathJax can’t generate MathML at build time.~ Using Temml instead.
- [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
- [x] Heading
- [x] Block reference
- [x] Defining a block
- [x] Image size annotation
- [ ] Embeddings
- [x] Image file
- [x] Audio file
- [x] PDF file
- [ ] List from another file
- [x] ==Highlight==
- [x] Callouts
- [x] Comments %% You can check this item once I’m no longer visible %%
- [x] Strip Raw HTML (only
<title>is troublesome, but align behavior to Obsidian’s)- [x]
<script> - [x]
<title> - [x]
<style>
- [x]
- [x] Keep Raw HTML (Unified libraries tends to ignore spec by default, needs to opt-out)
- [x] Colored text
- [x] Internal Link path resolution
[x] JSONCanvas
- [x] Node rendering
- [x] Basic shapes
- [x] Colors
- [x] Text node
- [x] Group node
- [x] Link node
- [x] File node
- [x] Edge rendering
- [x] Basic shape
- [x] Arrow
- [x] Colors
- [x] Label
- [x] Node rendering
[x] Document sorting
[x] Creation / Update date
[x] Config for site logo
[x] Tool’s logo
[x] Proper styling
[x] Switch to drawer menu when side navigation cannot fit
[ ] Library usage document