Skip to content

Releases: mvdkwast/obsidian-copy-as-html

0.8.1

30 Jun 15:06
Compare
Choose a tag to compare

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

28 Jun 14:01
Compare
Choose a tag to compare

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

0.6.0

13 Sep 21:58
Compare
Choose a tag to compare

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 :

  • Remove dataview metadata lines option doesn't work #45
  • Broken "Copy to HTML" in file explorer #31

0.5.0 Support for copying selections

10 Jul 20:59
Compare
Choose a tag to compare

Thanks to @Brradut's contribution, it is now possible to copy selected text to HTML 🥳

c36b954 : Copy selections
9eae697 : Add smart copy command (selection or entire document depending on whether text is selected)

0.4.3

16 Apr 00:44
Compare
Choose a tag to compare

4de36f5 fix: remove strange new worlds links

0.4.2

16 Apr 00:23
Compare
Choose a tag to compare

febb6c1 fix: wrong position of callout in table mode

0.4.1

15 Apr 23:43
Compare
Choose a tag to compare

8c7542b Enable providing a heading for transclusions, thanks @jkunczik !
2e37f64 Provide option to remove title from transcluded file / section

0.4.0

03 Feb 15:08
Compare
Choose a tag to compare
  • b395a50: feature: foot-note support, see #20
  • 05c2184: enhancement: remove dataview metadata lines, closes #21
  • c0b9357: fix: don't display internal links, closes #19

0.3.3

13 Dec 19:09
Compare
Choose a tag to compare

feat: choose whether external images (http, https) are embedded or linked