-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: implement a new note template? #77
Comments
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 perhaps use packages such as yankpad or yasnippet to create templates that you then expand? |
Actually I am still on vanilla Having said that, what I did was to leverage It seems we are on the same page as regards sticking with an Org heading as node title, instead of "#+TITLE: " type metadata. You may want to check out my (admittedly, extended) discussion of some related thoughts/issues in #76. |
Time to get started then! Clone the zd-tutorial repository and begin exploring 😉 On a related note: Zetteldeft has a customizeable |
I usually move very slow and methodical, like turtle. 🐢 😄 I feel now familiar enough with I really enjoyed all our conversations so far EFLS, and look forward to coming back with more thoughts after getting started with Until then cheers! 🍻 |
To get back to this discussion: currently, I have no plans to implement a template system. For my use case, the That said, I'm open to suggestions about how to better accommodate different workflows, so feel free to share thoughts, ideas, and - importantly - code suggestions 😄. |
Hi EFLS. Thank you for Zetteldeft, it is great. I would like to ask is it would be possible to include the ID as a part of the string passed to zetteldeft-title-prefix, I am not very fluent in Lisp. |
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: |
I am just trying to have the full filename in the title. Like: "Note ID: 20212109 Some Title.md". So far, I am able to do |
I'm really excited about migrating my existing org-mode zk to a zetteldeft-driven environment. Given I already live in org-mode, I'd really like to use org tags within zettels to help tie thoughts together. The idea I'm currently entertaining is customizing the new zettel template (default being solely #+TITLE:) to include two org headers, the first solely to hold org tags (including a default :zettel:). If I'm right , zetteldeft-title-prefix and zetteldeft-title-suffix are only used to modify titles on the fly, rather than all newly created files.
Question: how might I modify the zetteldeft new file template?
The text was updated successfully, but these errors were encountered: