Replies: 1 comment
-
for now this works I guess: if #note.id == 1 then
out.id = note_id_func()
else
out.id = note.id
end and then manually changing the id to any single letter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried changing the
note_id_func
, but I still get filename as id when I save a file; Changingnote_frontmatter_func
doesn't help either, since id is set before the function gets called. Is this intentional?Beta Was this translation helpful? Give feedback.
All reactions