Releases: KosmosisDire/obsidian-webpage-export
Releases · KosmosisDire/obsidian-webpage-export
1.7.4-2b
Add icon settings, fix search breaking self-contained export
1.7.4-1b
Fix loading files containing ".-", disable indexing along with search bar, fix css fetch bufferm various style changes, Make trees inherit some theme styles
1.7.3
Merge pull request #222 from KosmosisDire/1.7.3 1.7.3
1.7.2
1.7.1
Another Major Update
Features
- Added canvas support!
- Added excalidraw support!
- Added Kanban support
- Full mobile support!
- Collapsible sidebars!
- Ability to only export modified files!
- Delete old files from export directory
- New file picker to include or exclude specific files!
- View attachments and raw files on your site (pdf, images, etc)
- Minify files for faster loading
- and more!
Changes
- Labels now show on all graph view nodes
- Easier export path managment
- Headers now collpase smoothly
- Style polish
Fixes
- Fixed export breaking on obsidian v1.4.0+
- Lots of small misc. fixes
Known Issues
- Transclusions no longer export and will show as blank space. This is be fixed in the future.
- In an update this large there are certainly other issues, so please report any bugs you may find
1.6.0
Major Update 1.6.0
NOTICE: PLEASE REINSTALL THE PLUGIN FOR THIS UPDATE!
(Or you can also just delete the whole assets/
folder from this plugin's directory after updating.)
Features:
- Finally added a file tree so you can easily explore all the files in your export!
- The active file is now highlighted in graph view
- Support for transclusions (aka embedding parts of other files)
- New layout and behavior options
- Support for svelte-styled plugins
- Admonitions plugin support
Changes
- Cleaned up css and html structure
- Removed jQuery dependency form plugin and export
- Pauses graph view calculations when it is not visible
- Improved scaling and usability of export on touch and mobile devices
Fixes
- Fixed media not exporting when exported externally
- Fixed "." in paths causing errors
- Fixed mathjax styles / latex not exporting correctly
- Fixed export not cancelling right when closing the progress window
- Fixed headers opening the wrong headers when they are, themselves, opened
Many many more small fixes and QOL tweaks
1.5.2
1.5.1
Update v1.5.1
Features
- Removed both the old and the new export method
- Added a new method which runs in the background AND supports all features
- Added better visual progress indicator
- A few bug fixes
1.5.0
Major Release v1.5.0
🌟 New Features
- Interactive graph view simulation!
- Background exporter! (50x faster, and in the background)
- Instant link navigation with NO page reloads.
- HTML beautifier in case you want your HTML to be easily readable.
- Progress indicators
(Please let me know if you find any issues with these features, or if you have ideas for improvement)
🔄 Changes
- External files used by multiple documents are no longer duplicated.
- You can now specify if you want to include foldable headers or not.
- You can now include the filename as a header on documents without one.
- Loads of polish and improvements to layout, performance, visuals and more!
- Too many bugfixes to name.
Known Issues
- One major regression is that I have removed the ability to export canvas documents for now. In it's current state canvas exports are basically useless. I WILL bring this back though once I can do it right.
- Kanban files can only be exported with the legacy renderer (aka with background export turned off)
- There are a few random embedded content types that the background renderer does not support. For those you can turn off the background export feature if you need to. I will be expanding the background renderer going forward.
Support This Update
This plugin takes a lot of work to maintain and continue adding features. If you want to fund the continued development of this plugin you can do so here:
1.4.1
Features:
- Added a collapse all icon for the outline
- Added an option to reformat all file and folder names to be lowercase with hyphens instead of spaces (conforming to web naming standards)
Changes:
- Overhauled the settings to be more organized and visually appealing.
- Numerous visual tweaks, and sidebar scaling changes
Fixes
- Fixed long inline latex overlapping text.
- Fixed fresh installs failing with error
- Fixed more path problems