This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: jackyzha0/hugo-obsidian
Releases · jackyzha0/hugo-obsidian
v2.10
What's Changed
- normalize path in contentIndex in #15
Add 'root' flag
YAML -> JSON
Change .yaml
to .json
to allow embedding in the static folder for dynamic fetching
v2.7
General Unicode Fixes for file parsing
v2.6
Changelog
- actually parse ignored (fixes Search shows private content quartz#24)
- add last modified time metadata for content indexing
- add config field for root (parsing config) you can use
-root=...
as a flag now (usually will just be the/quartz
folder)
v2.5
- Add Wikilinks support!
- Fix spacing parse bug for content and link indices
v2.4
- Fixes Windows path parsing bug thanks to @bur3ku :))
- Misc. documentation + display changes
v2.3
fix arg
v2.2
Fixing logging and adding content indexing
v2.1
fix internal link parsing