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
First off, thanks a lot for developing this amazing plugin!
I am not sure if this is a bug, I am probably using it wrong. My file names include three components:
A three-digit numerical category, followed by "."
A Luhmann-style alpha-numeric UID, followed by single whitespace
A title string
For example: 901.2b2b How to determine if a note should be more atomic
I have set up the Luhmann plugin with a "separator" matching rule because the title string is not "strict" and the "." would be treated as a separator by "fuzzy" matching. As separator, I use a single whitespace.
Thus, I would expect the plugin to treat "901.2b2b" as the UID. A child note should thus get the UID "901.2b2b1". But when I try to create a child note, the plugin tells me "Couldn't find ID in 901.2b2b How to determine if a note should be more atomic". Apparently, it cannot parse my UID, probably due to the dot between the category number and the Luhmann ID proper.
Is there a way to tell the plugin how to handle this kind of UID?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered:
First off, thanks a lot for developing this amazing plugin!
I am not sure if this is a bug, I am probably using it wrong. My file names include three components:
I have set up the Luhmann plugin with a "separator" matching rule because the title string is not "strict" and the "." would be treated as a separator by "fuzzy" matching. As separator, I use a single whitespace.
Thus, I would expect the plugin to treat "901.2b2b" as the UID. A child note should thus get the UID "901.2b2b1". But when I try to create a child note, the plugin tells me "Couldn't find ID in 901.2b2b How to determine if a note should be more atomic". Apparently, it cannot parse my UID, probably due to the dot between the category number and the Luhmann ID proper.
Is there a way to tell the plugin how to handle this kind of UID?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: