docs: add Node.js requirement, footnotes, and Obsidian plugin support table

- Add Node.js 22 prerequisite callout to installation guide
- Document footnote support via GFM plugin
- Add Obsidian community plugin support table (Dataview, Excalidraw, Leaflet)
This commit is contained in:
saberzero1
2026-05-24 17:23:04 +02:00
parent 601f23f132
commit 455985f7ef
2 changed files with 26 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ cd quartz
## 2. Install Dependencies
> [!important]
> Quartz requires **Node.js 22** or later. Check your version with `node -v` and upgrade at [nodejs.org](https://nodejs.org/) if needed.
```bash
npm i
```