Releases: ppeetteerrs/obsidian-zola
v1.3.1 Bug Fixes
- Fixed flashing light mode
- Slightly link parsing of non-standard file names
v1.3.0 Satisfying Feature Requests! ✨
Bug Fixes:
- Fixed some more bugs related to unconventional filenames (e.g. containing "." and other special characters)
Improvements:
- Better local test setup (see
Local Testing
below) - Configurable root section name
- Configurable footer content
v1.2.2 Collapsible Sidebar! 📄
Bug Fixes:
Breadcrumb List Schema had error (from Adidoks), now its fixed
Added instructions on automatic sitemap update to Google for search indexing
Improvements:
Sidebar collapse + option to set default collapse state (implemented for those few crazy people with over a thousand notes...)
v1.2.1 Small Fixes
Bug Fixes:
- Fixed
run.sh
- Fixed non-slugified link replacements
v1.2.0 More Features! 🥳
Bug Fixes:
- Added the ability to deal with empty links (re-directed to 404 page)
- Added the ability to deal with special characters in filenames
- Added the ability to cope with overlapping name between sections and pages (so now u can have both
repeated/
andrepeated.md
in the same directory)
Improvements:
- Ability to configure tab-opening behaviour when clicking on graph node (same / new tab)
- Ability to configure line break parsing (strict vs Obsidian-style)
- Ability to configure graph display preference, you can now choose to display only directly connected nodes!
v1.1.0 Thanks for the support and Feedback 💓
I never expected to receive such attention from my Reddit post. Thank you for supporting this project! I have heard your feedback and made some minor but urgent improvements. I will continue to implement the rest of the crucial requests over the next few days!
Subsections / subfolders are now supported up to 3 levels! And you can choose a cute symbol / emoji / HTML code to represent a subsection on your sidebar!
All page and section titles (i.e. file / folder names) can now contain HTML code. Not sure what's the use case but why not :)
v1.0.0 Big Release
- Graph view is now supported! I assume this is a highly sought-after feature, hence it would be turned on by default 🙂.
- URLs are now slugified by deafult (to adhere to best practices)! This will change the links to some pages. For those who wish to keep your shared links valid, please disable slugify in
netlify.toml
. Sorry for the inconvenience 🙇. - Shameless promotion 😳. Sorry for adding a
Powered by obsidian-zola
line on your home page. But I believe most people who use this repo think that it should be made known to those who need it. I don't make any 💰 from this anyways. - Markdown link parsing bug fixes.
- Major refactoring. Everything is typed and commented and properly wrapped in classes. It should be much more maintainable and forkable now 🍴.
- Local development setup (on WSL) is provided. Just provide a
.data_path
that points to your Obsidian folder, install the dependencies and run./local-run.sh
.
Google Analytics and Sorting Subsections
Fixed Heading Links
Links to heading [aaa](.../.../bbb.md#ccc)
are now correctly parsed.
First Working Version
v0.1.0 Update README.md