voothi
02/25/2022, 9:05 AMmihaiconstantin
02/25/2022, 9:12 AMjournalNote
with a custom schema, and would like not to have to run the Dendron: Create Note with Custom Traits
command all the time.fudo
02/25/2022, 9:13 AMmihaiconstantin
02/25/2022, 11:23 AMfudo
02/25/2022, 11:25 AMhikchoi
02/25/2022, 1:30 PMGander7
02/25/2022, 8:10 PMChildren
In this case, vegetarian is considered a child note of recipes. When looking at the recipes note, the preview view will list vegetarian (and any other recipes.* notes) at the bottom as Children. Children can also be seen and navigated via the tree view.
I've created the recipes.vegetarian
note and it's showing in the Tree View, but when I go back to the recipes
note, there is no section with "Children" in the preview and the vegetarian note is not referenced anywhere.
I'm assuming that, if I went back to the recipes note, it would have added a section called "Children" with the vegetarian note. Am I off base?Gander7
02/25/2022, 8:15 PMGander7
02/25/2022, 8:17 PMSeriousBug
02/25/2022, 8:27 PMGander7
02/25/2022, 8:47 PMSilviu
02/25/2022, 11:57 PMSeriousBug
02/26/2022, 12:03 AM- [ ] thing to do
in a note, you can write a due date for it yourself but we don't have any special features planned for it yet.
We do have plans for a query system which would make the overviews you describe possible, but building the query system has been a bit delayed as we are focusing on stability and ease of use for core Dendron features at the moment.Silviu
02/26/2022, 12:05 AMJBonilla1
02/26/2022, 12:58 AMSeriousBug
02/26/2022, 12:59 AMJBonilla1
02/26/2022, 12:59 AMSeriousBug
02/26/2022, 1:00 AMdendron.yml
JBonilla1
02/26/2022, 1:00 AMJBonilla1
02/26/2022, 1:04 AMpcgeek86
02/26/2022, 1:06 AM/notes
in the URL? ie. https://notes.opensrc.dev/my-cool-note
instead of https://notes.opensrc.dev/notes/my-cool-note
I don't see much value to having the extra /notes
part of the URI path.JBonilla1
02/26/2022, 2:04 AMSeriousBug
02/26/2022, 2:05 AMmihaiconstantin
02/26/2022, 10:12 AM$dd
to generate notes. What is the purpose of $dd
? Can it, for instance, be used to automatically inject the day number in the file name of a note?Gander7
02/27/2022, 5:25 PMproduct."v1.3"
hikchoi
02/27/2022, 8:28 PMproduct.v1.3
will work fine.Gander7
02/27/2022, 8:31 PMhikchoi
02/27/2022, 8:34 PMproduct.v1.3
through lookup (https://wiki.dendron.so/notes/0e57f8d1-e501-49db-974c-01eb64c20c22/), there will only be one file (product.v1.3.md
). Internally Dendron will recognize product
and product.v1
as a hierarchy, but they will be virtual and not saved in the file system (As long as you don't create them yourself later. You can if you have to later down the line).
If you intend to publish, the default behavior will be writing the stub notes to file, but that can also be disabled through config.hikchoi
02/27/2022, 8:38 PMproduct
, then what you've done would be what I would do as well.kevins8
02/27/2022, 11:58 PM