-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Add neuron query --list-tags
#110
Comments
As well as perhaps |
Since #115, a |
Agreed. What would be the zquery URI equivalent? Here's what I think, at the moment:
Then have CLI map to those queries. |
Do all the queries need to have a corresponding URI? I would prefer I like the What would the output look like in the HTML? Will the matched tags be displayed in a tree without any zettels inside? If so, then some kind of
That allows the creation of "dynamic outlines" which are automatically updated as new zettels are created under the |
It is good to have a 1-on-1 map to queries. I think of Alright, let's do tree by default, and go with
Tree of links to the tag search page.
Why would we show the zettels? The user is querying for tags only, not the zettels. Your outline proposal should indeed be discussed in a different issue (and since you are querying for zettels effectively, it should be done in the zettel query search, but perhaps with a |
|
A way to retrieve the list of all tags used in a Zettelkasten.
CLI spec:
(--list-tags | --tag TAG | --uri)
The text was updated successfully, but these errors were encountered: