EFLS
EFLS
> I copied it from somewhere, and it works fine. Ah yes, I remember that discussion somewhere around here. With such heavy customization, it might be worth it to learn...
That could be nice indeed. I'm not planning to implement something like this at the moment, but if people have idea's on what this would look like (or want to...
> would pretty much equal one of the key features of org-roam (2 way links) but without the need of a separate SQL database? I have no experience with org-roam,...
I've included a new function: `zetteldeft-new-file-and-backlink`, which can be used in an existing note to: - create a new note - insert a link to that new note in the...
> the new function zetteldeft-new-file-and-backlink handles the case of "I prefer to manually create back links on a case by case basis" and not the "let's generate all back links...
The problem is with your `defun zetteldeft-generate-id`. Unless you want to change how IDs are generated, you shouldn't need to define the function yourself (and if you do, make sure...
No clue what would cause that, to be honest, as neither of those functions are called by Zetteldeft. Is Deft itself working fine? Can you create new notes via the...
Did you get your issue fixed, @OrionRandD?
I'll admit the term is confusing, and perhaps I should have thought of a different name. A backlink is not special in any technical sense -- it's a plain Zetteldeft...
I've just tried the `zetteldeft-upsert` function to better understand what it does, but get an error: `(wrong-type-argument stringp :preselect)` Any idea what I'm missing?