Obsidian Zola Versions Save

A no-brainer solution to turning your Obsidian PKM into a Zola site.

v1.3.1

1 year ago
  • Fixed flashing light mode
  • Slightly link parsing of non-standard file names

v1.3.0

1 year ago

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

2 years ago

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

2 years ago

Bug Fixes:

  • Fixed run.sh
  • Fixed non-slugified link replacements

v1.2.0

2 years ago

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/ and repeated.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

2 years ago

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

2 years ago
  • 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.

v0.2.0

2 years ago

Now Google Analytics can be added via the build.environment.GANALYTICS in netlify.toml! Also subsections (on left panel) are sorted by title instead of by random.

Thank you to those who raised the relevant issues: #10 #8

v0.1.1

2 years ago

Links to heading [aaa](.../.../bbb.md#ccc) are now correctly parsed.

v0.1.0

2 years ago