mvdkwast / obsidian-copy-as-html

Obsidian plugin: copy document as HTML, including images
MIT License
42 stars 11 forks source link

Notes that contain a transcluded section of another note do not export correctly #22

Closed two235 closed 1 year ago

two235 commented 1 year ago

For Example, exporting a note containing this:

### First Project
![[NoteID1#section10]]

### Second Project
![[NoteID2#section14]]

### Third Project
![[NoteID3#section5]]

Results in this:

First Project
NoteID1 > section10
Second Project
NoteID2 > section14
Third Project
NoteID3 > section5

Instead of the transcluded content

Transcluding the full note works correctly.

RaffaeleBianc0 commented 1 year ago

+1 on this! I am heavily relying on Daily Notes to input stuff in Obsidian, using H1 headers to separate by topic, and linking to those H1 headers from other notes using the ![[Note#header]] format to build up significant content with almost zero effort.

Currently I must do as follows:

Thanks for considering this Issue, and for the great plugin above all!

mvdkwast commented 1 year ago

Resolved in 0.4.1