oth
oth copied to clipboard
Obsidian To HTML, A template for building obsidian style notes to a static site
Wishlist for things I could statically catch - [ ] Report dangling [[wikilinks]] before they 404 in prod ([blocked](https://github.com/remarkjs/remark-validate-links/issues/66)) - [ ] Warn about long math (won't display on small...
It would be nice to import css from existing obsidian themes, Ideally I could compile the css into only what's used clientside (perhaps a bundler can do this for me)...
We could prefetch pages using [link prefetching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ) that are wikilinked to from a note, this would make browsing smoother. especially since obsidian notes are often small, atomic objects where we...
Generate some kind of file browsing and search so you don't have to rely on wikilinks alone. Eventually add graph view as well
Hi! i have customised your repo to my needs, i have git backup of obsidian vault and i didn't want to move any of my notes files so i made...