generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Insert each highlight is a good design. The document also indicated it.

But currently the plugin inserts every line in template as a single block.
Here is my logseq preferences for hightlight.
📌
#+BEGIN_QUOTE
{{ highlight_text }}{% if highlight_location and highlight_location_url %} ([{{highlight_location}}]({{highlight_location_url}})){% elif highlight_location %} ({{highlight_location}}){% endif %}
#+END_QUOTE
{% if highlight_tags %}
**Tags**: {% for tag in highlight_tags %}[[{{tag}}]], {% endfor %}
{% endif %}
{% if highlight_note %}
**Note**: {{ highlight_note }}
{% endif %}
I'm using org-mode in logseq. I guess markdown has the same issue.
If the plugin could add each highlight as single block, it would avoid many escape issues.
Metadata
Metadata
Assignees
Labels
No labels

