Volglass is a fork of MindStone(digital-garden)
It is this project's goal to assist publishing your Obsidian contents.
Volglass documentation is build my self!!
- Search documents
- Dark Theme
- Embed Link Support
- Mermaid Support
- TeX Support(partial)
- Canvas Support
Also, I fixed many issues that the original has.
See Getting Started
Instead of cloning this repository, I recommend to use volglass-cli.
npm init --yes
npm install --save-dev volglass-cli
npx volglass init
npx volglass dev --use-ssh -T
Now, volglass-cli does these tasks
- clone this repository(with ssh
--use-ssh
) to dev directory - download template page contents(
-T
) - run
next dev
Please run npx volglass dev
after the second time.