oth icon indicating copy to clipboard operation
oth copied to clipboard

Obsidian To HTML, A template for building obsidian style notes to a static site

Results 5 oth issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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)...

enhancement

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...

enhancement

Generate some kind of file browsing and search so you don't have to rely on wikilinks alone. Eventually add graph view as well

enhancement

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...