file extensions as a list? #22
Replies: 3 comments 2 replies
-
It’s not possible currently, no. It is necessary to use a single file extension for all files.
Is there a specific rationale or use case for allowing multiple file types? Seems like it would complicate things quite a bit.
…On Jun 10, 2022, 09:30 +0300, maasdorp ***@***.***>, wrote:
Is something like this possible?
(zk-file-extension '("md" "org"))
Or is it important to pick one file extension and stick to it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maasdorp
-
Zk tries to be major-mode agnostic, so you should be able to continue using org-mode without problems. Just customize the header to your liking.
And actually the file extension doesn’t matter that much, as long as it’s consistent.
For example, my files have md extensions, but the buffers are in org-mode, and the header format doesn’t follow a standard format.
Let me know what issues you run into. And give zk-index a try!
…On Jun 10, 2022, 15:11 +0300, maasdorp ***@***.***>, wrote:
Thanks for your reply and yes it makes sense.
I am migrating from org-roam to your system because I like your design principles. So I already have content in org and am also invested in org-mode for most of my writing projects.
However, if I started over I probably would go markdown -- it seems that markdown is the format that you use for your own notes (perhaps because you migrated from The Archive).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
No advantage, purely historical. :)
…On Jun 10, 2022, 16:44 +0300, maasdorp ***@***.***>, wrote:
Thank you for the extra detail.
> For example, my files have md extensions, but the buffers are in org-mode, and the header format doesn’t follow a standard format.
Mind explaining the advantage of doing writing org-syntax in an md-file? Or is it a historical accident because you had md-files already?
Will let you know how it goes! Thanks.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is something like this possible?
(zk-file-extension '("md" "org"))
Or is it important to pick one file extension and stick to it?
Beta Was this translation helpful? Give feedback.
All reactions