Replies: 7 comments
-
You mean from the CLI only, right? Because if you evaluate this (non-cf) query on the graph (EDIT: actually this is not even possible, as the graph would not have been constructed yet), then suddenly those results would have one incoming link (the zettel from which the query was run); which makes it semantically unfit. |
Beta Was this translation helpful? Give feedback.
-
|
I suppose we can have |
Beta Was this translation helpful? Give feedback.
-
|
Interestingly, I just realized a need for this in another project. So here we go: #206 |
Beta Was this translation helpful? Give feedback.
-
|
I would like that as a link query too actually if that was possible. It would have to mean "orphan except for links coming from orphan queries" |
Beta Was this translation helpful? Give feedback.
-
|
After #206, I imagine the following queries can be added to the new
A noteworthy distinction here is that - only While this is all technically feasible, I'm curious as to just what other uses are for this feature? Is it only about listing orphans somewhere? |
Beta Was this translation helpful? Give feedback.
-
|
Aside:
We don't have clear terminology on these concepts yet. I wouldn't call it a "link query" anymore - as no linking (as in, connection forming) will happen. Any ideas on how to name these things? We have CLI queries, then zettel query links, and now graph queries (which do not link zettels). |
Beta Was this translation helpful? Give feedback.
-
|
My usecase is for building a reading list automatically. I do admit that it's not a very orthodox use of neuron ^^ I struggle to see a more legitimate usecase |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a script that creates a reference zettel from a link. I tend to collect more references than I actually remember, and I'd like a way to find reference zettels that have not been used anywhere.
Could there be a query that returns zettels that have no incoming links?
Beta Was this translation helpful? Give feedback.
All reactions