Hi there, I recently made a FR that is very related to what this plugin provides, and thought to share it here: https://forum.obsidian.md/t/paragraph-list-block-transclusions/69841. Quoth looks very neat and I may use it to solve my issue (I especially love the inline vs. embed rendering) but the fact that embed link 'blocks' might break if you edit the source material (based on ranges: "start of para" to "to the end") might make it too fragile for me (similar to the headings-link updating problem)).
I was wondering if the author might have any insight on how to solve this or if there is a way to use Quoth with a less fragile selection method than ranges to prevent breakage if you modify the source. For example, having Obsidian-like start/end range markers like ^abcdef or ^q-abcd which are already rendered tiny to be out of the way but are more recognizable and thus not as likely to accidentally delete (and also indicators that this text is/was referenced).
Hi there, I recently made a FR that is very related to what this plugin provides, and thought to share it here: https://forum.obsidian.md/t/paragraph-list-block-transclusions/69841. Quoth looks very neat and I may use it to solve my issue (I especially love the inline vs. embed rendering) but the fact that embed link 'blocks' might break if you edit the source material (based on
ranges: "start of para" to "to the end") might make it too fragile for me (similar to the headings-link updating problem)).I was wondering if the author might have any insight on how to solve this or if there is a way to use Quoth with a less fragile selection method than
rangesto prevent breakage if you modify the source. For example, having Obsidian-like start/end range markers like^abcdefor^q-abcdwhich are already rendered tiny to be out of the way but are more recognizable and thus not as likely to accidentally delete (and also indicators that this text is/was referenced).