koemeterion
02/26/2021, 3:15 PMkevins8
02/26/2021, 4:45 PMkevins8
02/26/2021, 4:45 PMfudo
02/28/2021, 11:41 AMDendron: Add Vault -> remote -> dendron does not add a vault version that is up to date with the dendron.so site?
To me it would seem like the Intention would be for the vault that i can add to be the source of dendron.so so that I can add it, edit it and make a Pr for the changes.kevins8
02/28/2021, 3:18 PMgrndstt
02/28/2021, 6:08 PMgrndstt
02/28/2021, 6:11 PMgrndstt
02/28/2021, 6:12 PMmatthew.bellringer
02/28/2021, 6:16 PMkevins8
02/28/2021, 7:37 PMkevins8
02/28/2021, 7:41 PMyml
version: 1
imports: []
schemas:
- id: myproject
children: [tasks]
parent: root
- id: tasks
children: [tasksItem]
- id: tasksItem
children: []
pattern: "*"
template:
id: someTemplate
type: noteScriptAutomate
02/28/2021, 9:16 PMblog.category.post for format, and that the blog.category page acts as a TOC with dates stamped on the posts. Though, the pages themselves don't have datetimestamp information. What advice would you have for someone wanting to have a blog as part of the site?ScriptAutomate
02/28/2021, 9:21 PMkevins8
02/28/2021, 9:27 PMkevins8
02/28/2021, 9:27 PMScriptAutomate
03/01/2021, 3:37 AMScriptAutomate
03/01/2021, 3:40 AM> to prepend a line in markdown, it doesn't seem to get the intended effect (or really any effect, that I can tell). The github preview in VSCode window looks as expected, but the site preview in my browser does notimalightbulb
03/01/2021, 3:44 AMScriptAutomate
03/01/2021, 3:53 AMmiddlesister
03/01/2021, 1:49 PMhikchoi
03/01/2021, 1:58 PMhikchoi
03/01/2021, 2:00 PMmiddlesister
03/01/2021, 3:05 PMuser
03/01/2021, 3:48 PMhikchoi
03/01/2021, 3:54 PMuser
03/01/2021, 3:54 PMmatthew.bellringer
03/01/2021, 4:24 PM![[$thisNote.tasks.*]] rather than ![[projects.myproject.tasks.*]] (which works but needs tailoring to a specific note) or ![[projects.*.tasks.*]] (which is going to list all of the tasks under any project following that schema pattern).
Obvious workaround is to do this with a snippet and a text transform , but I thought I'd ask in case it's something I missed!kevins8
03/01/2021, 5:22 PMpods to import json and markdown notes or to publish them to other places. we have a backlog item to make this accessible via CLI: https://github.com/dendronhq/dendron/issues/418
please upvote and describe your use case if this is high priority for you πkevins8
03/01/2021, 5:24 PMmatthew.bellringer
03/01/2021, 5:56 PM