Releases: KosmosisDire/obsidian-webpage-export
Releases · KosmosisDire/obsidian-webpage-export
1.4.0
Changes
Now should support MacOS and Linux!!!
Fixes
- fixed POSIX paths, and made file management more reliable in general
- fixed various styling issues
- fixed checkboxes not exporting in the correct checked state
- fixed a few more problems with non-latin characters
- fixed external links not showing the external link icon after them.
1.3.3
Fixed an issue causing links to other documents to not work most of the time.
1.3.2
This update changed the plugin's ID in obsidian from obsidian-webpage-export
to webpage-html-export
in order to match the displayed name in the official plugins directory.
If you are updating the plugin to this version manually make sure it is placed in a folder called webpage-html-export
now. Thanks!
1.3.1
This is an update containing mostly under the hood changes, and should hopefully fix all issues needed to upload to the official plugin repository.
Additions
- Preliminary support for exporting canvas documents (and possibly any other html based document openable in a tab view)
- Added command pallet options.
Changes
- Printing no longer switches to light mode automatically.
- Reworked html generator to procedurally generate most all of the html rather than stitching together strings of html
- Fixed-position theme toggles will now be located inside of the left sidebar.
- Improved performance.
Fixes
- Fixed the toggle breaking when exporting with light mode on, or when the user goes onto the final webpage with light mode on, on their computer.
- Made code snippet "copy" button actually copy the snippet.
- Fixed not being able to rename folders or files after exporting them
- Fixed export still running when canceled.
- Fix errors on Unicode paths
- Made it so that the table of contents items are clickable anywhere on the button rather than just the text.
- Fixed toggles not exporting with the correct state on Kanban documents.
1.3.0
Changes
- Heavy codebase refactor
- You can now copy the HTML to the clipboard instead of exporting to a file.
- Exported files will now close themselves after export, keeping the workspace tidy.
Fixes
- More latex fixes (hopefully final)
- Fix not exporting with default theme.
- Fix toggle not showing when exported to top corner.
- Misc other fixes
1.2.0
Features / Changes
- You can now export folder and the whole vault (be aware that exporting folders or vaults with inlining settings turned off will create many duplicate files at the moment. While the site will still work fine, it is cleaner to export with everything inlined when exporting folders or vaults.)
- Better Kanban export support (hides buttons and corrects styling problems)
Bug fixes
- Fixed css loading order being wrong
- Fixed latex css rules not being loaded
1.1.0
Features / Changes
- Rewrote the outline html generator and outline css to be much neater and more easily styleable.
- Removed the \theme-toggle syntax in favor or code blocks. Now use `theme-toggle` or ```theme-toggle``` to embed a toggle into the document.
- Added support for embedding 3rd party plugin css
- Made it so the outline can now scroll
- Added side bars to the document when the outline is enabled, eventually these could be used for more things.
- Removed dependency on included app.css file, and added automatic extra files downloading.
- Added niche feature to enable
onclick
usage in exported HTML. To use, replace allonclick
attributes withdata-onclick
. - Added the ability to export non-markdown files. Support for these files is limited, and you must include any 3rd party plugin css.
Bug Fixes
- Fixed many bugs related to styles not exporting correctly
- Fixed latex rendering
- Removed extra tags and out of order html elements.
- Many other misc. bug fixed
1.0.1
Fixed outline being too large.
I will still highlight the initial features:
- Generates a document outline with your page and embeds it onto the site.
- Color theme toggle can be embedded anywhere on the page.
- Supports images, with automatic base64 inlining, or by exporting the images seperately.
- Supports inline CSS, or exporting seperately.
- Supports inline JS, or exporting JS seperately.
- Supports snippets, and custom themes (both light and dark).
Release 1.0.0 🥳
Initial Features:
- Generates a document outline with your page and embeds it onto the site.
- Color theme toggle can be embedded anywhere on the page.
- Supports images, with automatic base64 inlining, or by exporting the images seperately.
- Supports inline CSS, or exporting seperately.
- Supports inline JS, or exporting JS seperately.
- Supports snippets, and custom themes (both light and dark).