Skip to content

v1.0.0 Big Release

Compare
Choose a tag to compare
@ppeetteerrs ppeetteerrs released this 13 Apr 22:34
· 41 commits to main since this 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.