You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
I've almost established my academic paper notetaking workflow but ran into one small issue at the very end. My notes export into a template and fill out all of the fields except for noteContent. It just leaves a blank in the filled out template. I am using the native PDF note extraction using the "Add Note from Citation" method added in v6 of Zotero.
Here is my note template, I have modified a few of the default mdnotes placeholders config to remove the "Content:" string prior to the field_content (e.g. display "2020-7-23" instead of "Date: 2020-7-23")
Here is the output (automatically exported to obsidian using the Mdnotes > export to markdown) when running the native PDF notes extraction (I also made a test note manually to see if that text would be extracted, but it did not work):
You can see that mdnotes recognizes the notes attachments but does not extract its content.
Here is my {{noteContent}} config:
Preference Name = extensions.mdnotes.placeholder.noteContent
Value = {"content":"{{field_contents}}","field_contents":"{{content}}"}
note that this is slightly modified from the original value ({"content":"{{field_contents}}"}) but that one did not work either.
I looked at #133 and related threads but from what I can tell it seems like this same workflow is working for others.
Using Zotero v6.0.12, Citations plugin, Zotfile, Obsidian v0.15.9, and the most recent version of mdnotes, of course. This is my first github post ever, sorry if there is conventional information about my issue I did not include. Thanks in advance :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've almost established my academic paper notetaking workflow but ran into one small issue at the very end. My notes export into a template and fill out all of the fields except for noteContent. It just leaves a blank in the filled out template. I am using the native PDF note extraction using the "Add Note from Citation" method added in v6 of Zotero.
Here is my note template, I have modified a few of the default mdnotes placeholders config to remove the "Content:" string prior to the
field_content
(e.g. display "2020-7-23" instead of "Date: 2020-7-23")Here is the output (automatically exported to obsidian using the Mdnotes > export to markdown) when running the native PDF notes extraction (I also made a test note manually to see if that text would be extracted, but it did not work):
You can see that mdnotes recognizes the notes attachments but does not extract its content.
Here is my
{{noteContent}}
config:Preference Name =
extensions.mdnotes.placeholder.noteContent
Value =
{"content":"{{field_contents}}","field_contents":"{{content}}"}
note that this is slightly modified from the original value (
{"content":"{{field_contents}}"}
) but that one did not work either.I looked at #133 and related threads but from what I can tell it seems like this same workflow is working for others.
Using Zotero v6.0.12, Citations plugin, Zotfile, Obsidian v0.15.9, and the most recent version of mdnotes, of course. This is my first github post ever, sorry if there is conventional information about my issue I did not include. Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions