Markdown Note Export Formatting Request and Issues
After exporting to markdown, I'm getting a lot of "\"'s added to my annotations.
Original:
- [ ] Sarah M. Reinhard1, Khaleel Razak1 and Iryna M. Ethell2* 1 Psychology Department, University of California, Riverside, Riverside, CA, USA, 2 Biomedical #followup
Once exported to Obsidian:
\- \[ \] Sarah M. Reinhard1, Khaleel Razak1 and Iryna M. Ethell2\* 1 Psychology Department, University of California, Riverside, Riverside, CA, USA, 2 Biomedical ([pdf](zotero://open-pdf/library/items/4Y8PYI85?page=1&annotation=ADCJ3A4E)) #followup
The extra "\"s break the intended feature of creating md tasks after importing to Obsidian.
Here's the note template I'm using. I'm not sure if something I changed there is causing this.
{{if color == '#ff6666'}}
{{if comment}}{{comment}}{{endif}}
Also, will there be an option to group together highlights of the same color? I like to highlight all my followup points in red and it'd be great to get those grouped together in the final exported markdown file.
Original:
- [ ] Sarah M. Reinhard1, Khaleel Razak1 and Iryna M. Ethell2* 1 Psychology Department, University of California, Riverside, Riverside, CA, USA, 2 Biomedical #followup
Once exported to Obsidian:
\- \[ \] Sarah M. Reinhard1, Khaleel Razak1 and Iryna M. Ethell2\* 1 Psychology Department, University of California, Riverside, Riverside, CA, USA, 2 Biomedical ([pdf](zotero://open-pdf/library/items/4Y8PYI85?page=1&annotation=ADCJ3A4E)) #followup
The extra "\"s break the intended feature of creating md tasks after importing to Obsidian.
Here's the note template I'm using. I'm not sure if something I changed there is causing this.
{{if color == '#ff6666'}}
- [ ] {{highlight}} #followup
{{elseif color == '#2ea8e5'}}{{elseif color == '#ffd400'}}-(Conclusion/Idea) {{highlight}}
{{elseif color == '#5fb236'}}-(Finding) {{highlight}}
{{else}}-(Method) {{highlight}}
{{endif}}-(Background) {{highlight}}
{{if comment}}{{comment}}{{endif}}
Also, will there be an option to group together highlights of the same color? I like to highlight all my followup points in red and it'd be great to get those grouped together in the final exported markdown file.
-
dstillmanThis is a known issue: https://github.com/zotero/zotero/issues/2343 (There's no need for a conditional if there's no other content within the conditional.)