EFLS

Results 151 comments of EFLS
trafficstars

I've added an exporting feature. It allows exporting Zetteldeft notes written in Org via org-publish. Read about it in the literate code: https://www.eliasstorms.net/zetteldeft/zetteldeft.html#export-setup Or check it out in the exported...

Thanks for your comment, Pat! > Essentially it uses org-link's resolving mechanism to generate a link to the right file. As you state, this requires that every link between notes...

Sure looks convenient, but outside of my scope at the moment, both in terms of time and elisp skill. But who knows, maybe in a few months time. Another source...

> Has there been anything put into motion regarding graphing the links between notes? No changes yet. Basic graphing still relies on graphviz. See https://www.eliasstorms.net/zetteldeft/zetteldeft.html#visuals I’m open to suggestions for...

Yes, those functions are already part of Zetteldeft. It's rather crude and simply generates relevant Org-mode source blocks that you can then execute to generate a PDF drawing. The creation...

There is not really any template built in. You are correct that only title prefix and suffix are used. Not sure what the best solution is for you. You could...

> Actually I am still on vanilla deft Time to get started then! Clone the [zd-tutorial](https://github.com/efls/zd-tutorial) repository and begin exploring 😉 On a related note: Zetteldeft has a customizeable `zetteldeft-title-prefix`,...

To get back to this discussion: currently, I have no plans to implement a template system. For my use case, the `zetteldeft-title-prefix` and `-suffix` are sufficient. That said, I'm open...

I'm not sure what you are after, @southern-tools. Could you explain what it is you are trying to do? Feel free to open a new issue. In any case: `zetteldeft-title-prefix`...

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...