Skip to content

Releases: KosmosisDire/obsidian-webpage-export

1.9.0-3b

26 Nov 07:01
Compare
Choose a tag to compare
1.9.0-3b Pre-release
Pre-release

Test release, there are new features you'll just have to find them :P
Let me know if anything is broken though!

1.9.0-2b

24 Aug 23:29
Compare
Choose a tag to compare
1.9.0-2b Pre-release
Pre-release

Please see 1.9.0-1b for the main features of this beta release!

Hotfix:

  • Fixed: when exporting a vault the second time the metadata.json sometimes left part of the old file at the end. This meant the metadata couldn't be loaded after the first export.
  • Fixed: the graph view would not render if the website was loaded from a file in the root folder of the export.
  • Fixed: the plugin updated files even if they were marked to be deleted which wasted some time

1.9.0-1b

24 Aug 21:20
Compare
Choose a tag to compare
1.9.0-1b Pre-release
Pre-release

1.9.0 Beta! 🎉

Hello everyone! It's been a while but I am happy to be back with a new major version beta release.
The whole frontend has been rewritten in typescript, making development much easier and organized.

Note

Remember that beta versions are used to test new features and are not complete. Check out the known issues at the bottom.

⭐Features:

  • Local and global graph view
  • Backlinks view!
  • Show tags (properties and aliases view coming soon).
  • Local exports now export only a single file contianing the whole vault!
  • Notifications system
  • Beginnings of a powerful settings page
  • Place components anywhere you want on the page.
  • You can now purge the export cache to force everything to be reexported.
  • The plugin displayes data about the website at the currently selected path (name, number of files, last export time)
  • Much more!

🔧Changes:

  • The settings page has been refreshed (notice that many settings are currently missing in the beta, but if you want you can adjust them using the data.json file)
  • The indexing and metadata creation of exported files has been made much more robust. I have had very few issues with it now.
  • Images exported as files now have real pages dedicated to them (this means you can share links to images in your vault)
  • The first export on large vaults should no longer crash obsidian as often
  • Files are saved as they are generated rather than all at the end (which also saves memory)
  • A bunch more stuff I can't remember

🪲Bug fixes

  • Styling issues with newer obsidian versions are fixed
  • A bunch of other stuff, idk I don't remember. It is better I promise! lol

⚠️ To Do / Known Issues

There are some known issues, most of them are not super serious but some can be a little annoying in certain cases.
If you find any issues in this version (that aren't listed below) please let me know!

  • Trying to select a custom head content path throws an error that the path must be an html file
  • Properties and aliases are not supported yet but show up in settings
  • There are a lot of important settings missing at the moment
  • (Fixed in 1.9.0-2b) The plugin will update files even if they are marked to be deleted which wastes time
  • (Fixed in 1.9.0-2b) When exporting a vault a second time the metadata.json sometimes leaves part of the old file at the end. This means the metadata can't be loaded after the first export.
  • (Fixed in 1.9.0-2b) The graph view does not render if the website is loaded from a file in the root folder of the export

Thanks!

1.8.01

06 Mar 09:58
Compare
Choose a tag to compare

This is a quick patch to fix the style issue caused by the obsidian 1.5.8 update in a stable release.
It is not newer than the current 1.8.1 beta!

1.8.1-2b

04 Mar 03:05
Compare
Choose a tag to compare
1.8.1-2b Pre-release
Pre-release

Fix issue causing attachments to be deleted after the first export
Fix UNC paths
Add colored tag wrangler support
File tree supports theme styles much better, obsidian feature parity
Safer path handling

Known Issues:

  • Table of contents will sometimes show two "Table of Contents" headers
  • A number of assets get corrupted on the second export. To fix this disable only export modified from the settings.

1.8.1-1b

03 Mar 02:55
Compare
Choose a tag to compare
1.8.1-1b Pre-release
Pre-release

Fix issue where export would freeze on "Building Website"
Fix issue where windows would throw errors about path not found due to using forward slashes.

1.8.1-0b

01 Mar 10:31
Compare
Choose a tag to compare
1.8.1-0b Pre-release
Pre-release

Fix #373
Fix #358
Total rewrite of indexing system (may cause problems, so please report any issues you have)
Various style changes.
Plenty of bug fixes.
Laying the ground-work for backlinks
Support exporting only the internals of a folder or folders without including uneccecary parent folders,
Support treating outline links as relative (for local exports that you plan on embedding elsewhere)

1.8.0

20 Feb 07:23
Compare
Choose a tag to compare

Finally 1.8.0 Stable! 🥳🎉

Please report any issues you find! Currently 1.8.0 is broken on the new obsidian version v1.5.8! :( I will update this post with any new issues found.

Features

  • Full text search with surfacing of headers!
  • Resizable sidebars!
  • File and folder icons (Iconize plugin and MAKE.md support)
  • Custom file titles (for example to display index.html as "Home")
  • Custom embeded head html content
  • Choose a custom favicon
  • Lists are now foldable
  • Select the collapse behavior of the outline
  • Files can now be made offline compatible
  • Added RSS support / generation
  • Social link preview support

Changes

  • Sidebar redesign! Much cleaner, and gives more space for content.
  • More theme support
  • You can now "select all" in the file picker
  • The file picker now always exports all files in a folder if that whole fodler is selected, even if new files are added to that folder.
  • Highly improved incremental export. Export after any change and know that all effected data will be updated.
  • New settings organization (and some new helpful settings)
  • Allow using ~/Folder notation is file paths (even on windows)
  • Lots of tiny quality of life improvments that would take pages to list.
  • Added a new markdown rendering API, with the eventual goal of allowing the plugin to be used by other plugins
  • 90+ score in all lighthouse categories
    image

Bug fixes

  • Fixed self contained exports being extremely slow and large
  • Fixed weird positioning of heading collapse icons
  • Fixed 92 github issues!! If you'd like to see a full list look at the recently closed issues.

Big thanks to all the people who helped contribute to this release. Especially @7Mik who helped implement the search bar and the resizable sidebars.

1.8.0-11b

17 Feb 05:35
Compare
Choose a tag to compare
1.8.0-11b Pre-release
Pre-release
  • Fix transclusion rendering
  • Fix missing inline titles
  • Added a markdown -> HTML rendering API
  • Heavy refactoring of internal rendering pipeline

This would be stable release, but since I did some major changes to the rendering workflow I want to make sure it still works like normal. So please test and report any issues you find!

1.8.0-10b

12 Feb 06:46
Compare
Choose a tag to compare
1.8.0-10b Pre-release
Pre-release

Various bugfixes from 1.8.0-9b, dataview should work, printing should work, themes of local exports should work, a couple other bugs were fixes as well. I am crossing my fingers still that everything works so I can do a stable release 🤞 but please report any issues that you find!