EFLS

Results 151 comments of EFLS
trafficstars

There already is some documentation [in 2.2.6 in literate source code](https://www.eliasstorms.net/zetteldeft/zetteldeft.html#orgf8484a9). More importantly: the default regex should work for your usecase as well, if I remember correctly (i.e., with a...

Another tip: if you want to play around with regex'es and see what works, you can fire up `(re-builder)`. Paste in the original value of `zetteldeft-id-regex` and try to modify...

Look for an Emacs way. I use `wgrep` to do this: it allows you to edit a grep buffer (with the search results) and write changes to all files where...

Thanks for reporting this issue, but I can't reproduce it. Do you mean `C-c d n` to call `zetteldeft-new-file`? Because `C-c C-d` calls a deft function to delete notes. And...

Could you also let me know whether `deft-use-filter-string-for-filename` is `t`? And whether setting it to `nil` makes a difference? EDIT: Never mind, I should have known that this does something...

Thanks for all the reports. I don't use the deft search bar to create new files, but decided to look at the code. Haven't narrowed it down completely, but it...

Thanks for the suggestion. Can someone with `doom` (and file-templates active) check whether setting `zetteldeft-title-prefix` to `nil` solves the problem?

Strange to see a time stamp included in the title. Is this normal for your setup?

Ooh, good find, thanks @jahfer! I had been looking at that `deft-auto-populate-title-maybe` function as the culprit, but couldn't figure out why it only affected Doom users. Now I see that...

Great! Thank you for pointing towards the fix. And glad to hear you like the package! I'll double check and push the fix in a couple of days when I...