hadynz / obsidian-kindle-plugin

Sync your Kindle notes and highlights directly into your Obsidian vault
MIT License
897 stars 52 forks source link

Don't Trim Whitespace around Highlight #285

Open Tally opened 4 months ago

Tally commented 4 months ago

Is your feature request related to a problem? Please describe. Plain line breaks are trimmed from around the highlight template, which joins callouts, and attempts to circumvent this produce greater problems in Obsidian.

Describe the solution you'd like Preserve surrounding whitespace in the highlight template.

Describe alternatives you've considered Edit main.js from ((e,n.map(e=>this.highlightRenderer.render(e,t)).join("\n")) to be (e,n.map(e=>this.highlightRenderer.render(e,t)).join("\n\n")) Additional context Thanks.