Releases: mvdkwast/obsidian-copy-as-html
Releases · mvdkwast/obsidian-copy-as-html
0.8.1
New features :
- Fix : compatibility with the sheets extended plugin (empty tables when native table processing is enabled). Closes #65
Thanks @Bakr2030 for reporting.
📣 Also, mobile support for Android is unfortunately not going to work. iOS support might work, but I need testers with some development knowledge to validate this. See #61 !
0.8.0
A release with mainly features for advanced users 🥸
- enh: Internal links can now be rendered as text, Obsidian URIs, or local links (#47, #67)
- enh: Added the possibility to bring your own HTML template (#58, #64)
- enh: split format code and callouts with tables (closes #60, discussed in #53)
- enh: disable image embedding (#64)
- chore: Removed embed title option that did nothing
- fix: Repaired saving footnote options
0.7.0
New features :
- Fix subgraph display in mermaid diagrams
- Add the <!DOCTYPE> declaration and the UTF-8 encoding attribute (https://github.com/mvdkwast/obsidian-copy-as-html/pull/55[)](https://github.com/mvdkwast/obsidian-copy-as-html/commit/527b3bc8e186c466ca0780f91cdea9683aab0546)
🎉 Thanks @Ivan1248 for your first contribution !
0.6.0
New features :
- Upon Copy, optionally include the File Name #38
- Copy HTML fragment only, don't generate HTML document #27
This release fixes a quite a few issues with transclusions, most of which are fixed by the update of the underlying Markdown renderer.
- Images in Transcluded Notes are missing #43
- Incorrect handling of link aliases #39
- Respect image size (
![[image.jpg|400]]
) #16 - Incorrect handling of transcluded sections #32
Other fixes :
0.5.0 Support for copying selections
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
feat: choose whether external images (http, https) are embedded or linked