[Help] Can zk index multiple file extensions types at once? #521
Unanswered
BananaJamJelly
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verify
How can we help you?
Hello,
In short, I've been trying to figure out if
zk
couldlist
from multiple file extension types (notably,.md
and.txt
/.todo.txt
).I was hoping to include a group for todo.txt files in the config file. I have a lot of todo lists I would like to organize, and thought it would be nice to have them listed with the rest of my notes in
zk
, but still be able to filter them if I wanted. It seems though that if in the config.toml the extension explicitly elected in[note.extension]
doesn't match, it won't be indexed byzk
.There are a few workarounds for this, but all of them have draw backs for what I would like to do. For context, my workflow would look something like:
nvim
with a todo.txt plugin on PC, and use Markor (a text editing app on Android) on my phone.My goals would be:
zk list
Potential work arounds, I've thought of:
vim: ft=todo
at the beginning of todo.txt files (so my nvim plugin will notice), but still use the.md
file extension (Markor won't pick up and only looks at file extensions on my Phone, making todo lists difficult to edit and read)below is my config.toml file:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions