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
That should work indeed. I don't have time right now to write such a function though (and limited elisp knowledge as well), but perhaps you could write a function that prompts for a number? That would allow for manual note ID's. There is a built in check to ensure the generated ID is unique, so that would help preventing conflicts.
If you do go the route of a simple number, make sure to adjust the value of zetteldeft-id-regex as well (to something like "[0-9]+").
I would like my first note would be
1.org
, second note would be2.org
and so on.Perhaps
zetteldeft-custom-id-function
could achieve this, but I don't know enough lisp to accomplish it myself. Any tips?The text was updated successfully, but these errors were encountered: