BSPrick
10/29/2020, 9:10 AMU de Recife
10/29/2020, 9:13 AMBSPrick
10/29/2020, 9:13 AMBassmann
10/29/2020, 9:18 AMBSPrick
10/29/2020, 9:20 AMBSPrick
10/29/2020, 9:21 AMimalightbulb
10/29/2020, 9:23 AMimalightbulb
10/29/2020, 9:23 AMBSPrick
10/29/2020, 9:24 AMBSPrick
10/29/2020, 9:33 AMuser
10/29/2020, 12:05 PMuser
10/29/2020, 12:09 PMtfer
10/29/2020, 12:23 PMLLV
10/29/2020, 12:30 PMproject
can have the children tasks
, resources
and personnel
and you might only have created project.tasks
and project.resources
thus far - In which case the lookup will suggest the stub project.personnel
- Or - you might have created a note like resources.people.fred
without first having created resources.people
, in which case lookup will suggest that you might want to create resources.people
.tfer
10/29/2020, 12:33 PMLLV
10/29/2020, 12:34 PMLLV
10/29/2020, 12:36 PMtfer
10/29/2020, 12:40 PMLLV
10/29/2020, 1:00 PMuser
10/29/2020, 1:13 PMtfer
10/29/2020, 1:43 PMproject
can have the children tasks
, resources
and personnel
and you might only have created project.tasks
and project.resources
thus far - In which case the lookup will suggest the stub project.personnel
- Or - you might have created a note like resources.people.fred
without first having created resources.people
, in which case lookup will suggest that you might want to create resources.people
.
@User Created a couple of PR's on the doc based on our conversationLLV
10/29/2020, 2:11 PMkevins8
10/29/2020, 2:16 PMdendron.code-workspace
rewritten during upgrades?
@User
from time to time, dendron will upgrade settings and defaults during the upgrade process. this should only add NEW settings but not override existing options (if it does the latter, let me know)Bassmann
10/29/2020, 2:18 PMkevins8
10/29/2020, 2:19 PMstub: false
metadata isn't being written out any more since we assume undefined
as no stub. so you shouldn't see it anymore going forward in the fm. the reason it shows up is because every node has a stub
property and when we create it, dendron populates the frontmatter with some metadata that needs to be persisted (eg. id, creation date). stub shouldn't be one of those fields and has been removed in the latest releaserasmuse
10/29/2020, 2:22 PMdaily\.journal\.(\d{4})-(\d{2})-(\d{2})
by daily.journal.$1.$2.$3
.)kevins8
10/29/2020, 2:26 PMkevins8
10/29/2020, 2:27 PMDendron: Open Link
command ?
https://dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2.html#other-linkskevins8
10/29/2020, 2:29 PMdaily\.journal\.(\d{4})-(\d{2})-(\d{2})
by daily.journal.$1.$2.$3
.)
@User hey, thanks for the compliments.
we try to keep bugs and churn to a minimum though they do happen π
for refactoring groups, you're right, we don't currently support it. it would not be a hard feature to add though. kudos for finding the source code π
if you submit a feature request, i'll work on prioritizing the feature: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=rasmuse
10/29/2020, 2:32 PM