https://www.dendron.so/ logo
Join Discord
Powered by
# questions
  • u

    user

    06/24/2022, 8:49 PM
    What precisely am I supposed to put in each field? is there a format to follow? Natural english? a path? what's required, what isn't?
    j
    • 1
    • 5
  • j

    Joshi

    06/24/2022, 8:51 PM
    Hey, would recommend using the markdown export v2 to export your notes. It is more intuitive and has more scopes to export. More details here: https://wiki.dendron.so/notes/Un0n1ql7LfvMtmA9JEi4n/
  • h

    h1zardian

    06/25/2022, 6:45 AM
    is
    .dendron.port
    &
    .dendron.ws
    files safe enough to push in a public git repo or should I add these to the ignore list?
  • s

    SeriousBug

    06/25/2022, 6:46 AM
    You should ignore them, Dendron rewrites them every run
  • h

    h1zardian

    06/25/2022, 6:46 AM
    oh.. Thankyou!!
  • u

    uFzK3VbZ8aAVmt2h

    06/25/2022, 7:01 AM
    hey community, does dendron has a timeline feature, to show the activities of editing?
  • p

    PGJ

    06/25/2022, 9:36 AM
    Is it possible to make relative transclusions. For example if I want to access all ".projects" in my current hierarchy without having to add the complete hierarchy path. Using "*" would give med ".project" in all branches, but I only want it for the current one.
  • p

    PGJ

    06/25/2022, 9:39 AM
    Can you access the name of the day in Handlebar templates? It would be nice to have when creating templates for schedules that have changes for different days of the week .
  • b

    benhsm | Jack of N trades

    06/25/2022, 11:54 PM
    Dendron is highly compatible with version control tools like git for this, but afaik there's nothing built-in
  • d

    dockthepod

    06/26/2022, 1:19 AM
    i couldn't find anything built-in that grabs the day of the week but i'm using this in my daily template
  • d

    dockthepod

    06/26/2022, 1:19 AM
    Copy code
    {{#if (eq (getDayOfWeek (fnameToDate)) 0) }}
    ## sunday
    {{/if}}
    {{#if (eq (getDayOfWeek (fnameToDate)) 1) }}
    ## monday
    {{/if}}
    {{#if (eq (getDayOfWeek (fnameToDate)) 2) }}
    ## tuesday
    {{/if}}
    {{#if (eq (getDayOfWeek (fnameToDate)) 3) }}
    ## wednesday
    {{/if}}
    {{#if (eq (getDayOfWeek (fnameToDate)) 4) }}
    ## thursday
    {{/if}}
    {{#if (eq (getDayOfWeek (fnameToDate)) 5) }}
    ## friday
    {{/if}}
    {{#if (eq (getDayOfWeek (fnameToDate)) 6) }}
    ## saturday
    {{/if}}
  • j

    Jhinox

    06/26/2022, 6:06 PM
    hello there, how do you create subfolders in the same working space from command panel?
  • u

    [root@Cruz] $~

    06/26/2022, 6:48 PM
    Hello all!!!! I am just booting up VSCode for the fist time in a while. And completely forgot how I set this up on my old machine. If anyone has time, please DM me so that we can hop into a Voice-Chat and I can ask you to pretty pretty please help me set up my default configs for all the yml and such. Thanks!!!!
    j
    • 2
    • 1
  • j

    Joshi

    06/27/2022, 7:39 AM
    Dendron setup
  • m

    mwprogrammer

    06/27/2022, 8:46 AM
    Hello 👋🏿 . I noticed that the dot format for the daily journal, say 2022.06.23 comes up in the title as '2022-06-23' in that particular note's title rather than just '23'. Is there a way for users to mimic similar behavior in other user-created hierarchies?
  • h

    hikchoi

    06/27/2022, 9:13 AM
    You could do this by defining a custom note trait: https://wiki.dendron.so/notes/bdZhT3nF8Yz3WDzKp7hqh/
  • m

    mwprogrammer

    06/27/2022, 9:38 AM
    Thank you very much
  • a

    awlego

    06/27/2022, 7:49 PM
    I write a daily note to the style of
    daily.journal.YYYY.MM.DD
    and I'm curious if there is a way of grouping and reviewing blocks of notes by week or month. Specifically, if I have a section in my
    daily.journal.schema.yml
    called
    ## Thanks
    and I want to review all the things I was thankful for last week, is there a way of doing so without just clicking back through all the notes?
  • b

    benhsm | Jack of N trades

    06/27/2022, 9:39 PM
    if you're on a unix system, a relatively simple way of doing this would be something like
    grep -A10 '## Thanks $DENDRON_VAULT/daily.journal.2022.06.2[0-7].md
    where DENDRON_VAULT is the path to the vault with your journal notes in it. If you want something more built-in, I think it may be possible to do something using templates and header references, although I'm not sure if the template variables are flexible enough to do relative dates right now. I have a pretty hacky setup for this using perl scripts for now 😅
  • j

    jeremyW

    06/27/2022, 10:39 PM
    Is there a way to force backlinks to show in the previews?
  • j

    José Longo

    06/27/2022, 10:55 PM
    Hi there! there exist any plans to l18n or localisation ? Also some normalisation on templates (saying that because docs say to use templates hierarchy, but some auto features creates them in dendron.templates - meet and journal for example - as also schemas) ?
  • j

    José Longo

    06/27/2022, 10:56 PM
    It is possible to hide nodes on tree view ?
  • k

    kevins8

    06/27/2022, 11:43 PM
    they should by default. are they not showing?
  • k

    kevins8

    06/27/2022, 11:44 PM
    > Hi there! there exist any plans to l18n or localisation ? yes! no definite ETA on this yet besides 2022. > Also some normalisation on templates (saying that because docs say to use templates hierarchy, but some auto features creates them in dendron.templates - meet and journal for example - as also schemas) do you have an example for this?
  • j

    jeremyW

    06/28/2022, 12:10 AM
    They are, had to reload window.
  • j

    jeremyW

    06/28/2022, 12:10 AM
    that was a precursor question though...I'd like to have them show when i have a link that embeds content.
  • k

    kevins8

    06/28/2022, 12:11 AM
    a link that embeds content - could you elaborate on that?
  • j

    jeremyW

    06/28/2022, 12:17 AM
    ![[maybe a title|some.dendron.note]]
  • j

    jeremyW

    06/28/2022, 12:18 AM
    Not sure on the terminology.
  • j

    jeremyW

    06/28/2022, 12:19 AM
    That will render the whole note inside another note.
1...663664665...757Latest