alternative to Obsidian Publish
codename: Obsidian.md Pyrite Publisher
- interactive node graph
- callout quote blocks
- markdown links (no support for wiki links)
- file tree navigation
- interactive table of contents
- markdown images (external and internally hosted)
- fuzzy site search
- copy any notes into
./MarkdownVault/
- include file
./MarkdownVault/index.md
- npm i
- npm run init
- npm run dev
- copy any notes into
./MarkdownVault/
./MarkdownVault/
- index.md
- file1.md
- file2.md
* folderA/
- fileA1.md
- fileA2.md
- include a
./MarkdownVault/index.md
that acts as the glossery of your notes - if building with docker
docker compose up -d
- else
npm run init
npm run build
create unique headers per page.
### Dogs
### Cats ✔
Do not repeate same header on the same page
### Fish
### Fish ❌
even if it's a smaller header
### Birds
#### Birds ❌
Warning
don't use links/tags in headers. It will screw up the "Table of Contents" widget
do NOT use links in headers
## Clean Header ✔
## [bad header](https://www.windows93.net/) ❌
[!warning] all attachments in
./MarkdownVault/_attachments
will all be publicly viewable
keep all attacments in `./MarkdownVault/_attachments/` directory
./MarkdownVault/_attachments/camel.jpg ✔
./MarkdownVault/_attachments/reptiles/lizard.jpg ❌
- better functioning graph with Pixi.js
- interactive tag system