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

    brimwats

    02/03/2022, 7:50 PM
    havent used NC notes in a long time, sorry! use syncthing now
  • u

    user

    02/03/2022, 7:51 PM
    Adding it to the ignore seems to have pretty much solved everything. However now I've completed the whole setup and the site is active but is not displaying my notes, but rather just the README.md.
  • r

    rethec

    02/03/2022, 7:52 PM
    To bad πŸ˜„ but thanks for your answer
  • u

    user

    02/03/2022, 7:53 PM
    Also the workflow failed and this is the output on GitHub
    s
    k
    • 2
    • 28
  • s

    SeriousBug

    02/03/2022, 8:14 PM
    github publishing issues
  • b

    Brinkodeath

    02/03/2022, 8:46 PM
    I am running into an issue. I just started using multiple vaults, local and custom remote, when I closed and restarted VSCode my tree view only has the root node and no children displayed. I have tried the new web tree view and it does the same thing. When I create new notes they will appear in the tree view until I close VSCode and restart it. If I create a new note with the same name in the hierarchy it overwrites the note that already was there, WITHOUT CONFIRMATION. I have created new Workspaces in multiple different folders.
    k
    j
    • 3
    • 17
  • k

    kevins8

    02/03/2022, 8:48 PM
    do you have a dendron.yml that you can share?
  • b

    Brinkodeath

    02/03/2022, 8:50 PM
    here you go. When I start adding notes in the web Tree view it gets really messed up with multiple duplicate entries that start to move arround
  • m

    muffo

    02/03/2022, 11:19 PM
    Hello! What's the recommended content of
    .gitignore
    for the git repo that stores my vault? For example, is it okay to ignore
    .dendron.cache.json
    ?
  • a

    aleksey

    02/04/2022, 2:55 AM
    .dendron.cache.*
    is in all my repos.
    node_modules
    and
    build
    are also ignored, but all these are default settings set when you initialize a new vault.
  • m

    muffo

    02/04/2022, 5:02 AM
    Thanks! I didn't see the
    .gititnore
    in my vault created automatically in my home directory when I installed the extension. Looking at various repos online I found this that looks like a good example: https://github.com/kevinslin/seed-tldr/blob/main/.gitignore
  • b

    banjara

    02/04/2022, 6:59 AM
    i want to name my dendron notes with
    /
    e.g.
    abc/2000.def/2003.md
    for consistency with my information sources. but i can't do that in dendron due to linux vs windows file naming conflicts (i use both OS)... so i am using
    abc@2000.def@2003.md
    and then manually changing the
    title: abc/2000.def/2003
    in the frontmatter... so far it is working and the node graph shows the title as i want it to... but i just want to know if i should do this.. i.e. change frontmatter... or will there be any surprises due to changing the title key in frontmatter?
  • h

    hikchoi

    02/04/2022, 7:04 AM
    You are free to change the title frontmatter.
  • s

    SeriousBug

    02/04/2022, 7:06 AM
    You could also use hooks to automate this if you'd like: https://wiki.dendron.so/notes/12551d19-04c2-4d26-ac1e-d23ff3181a9c/
  • r

    rlh1994

    02/04/2022, 9:26 AM
    Is anyone having issues with templates not working in v0.80.3? My daily journal template has stopped populating on new journal notes?
    k
    • 2
    • 3
  • b

    banjara

    02/04/2022, 9:41 AM
    i want to use hooks to automate new notes ... the new note should show the parent note... instead of me having to manually put the link as [[xxx]] ...
    note.body = note.body + "parent: " + ????
    .... what do i put in here to achieve this?
  • t

    Tika

    02/04/2022, 1:20 PM
    when moving existing content from one vault to another, what is the best and comprehensive way currently? i need to move or copy all assets and relink so that the new vault is fully independent
  • t

    Tika

    02/04/2022, 1:22 PM
    also, what is the complete set of steps to rename an existing remote vault and also its github repo?
  • t

    Tika

    02/04/2022, 1:24 PM
    by the way, i am really struggling to find info in the docs, e.g., the list of results if you search for
    rename vault
    is pretty bewildering
  • t

    Tika

    02/04/2022, 1:35 PM
    sorry, one more question: how can i remove the domain from
    domain.name.md
    ?
    Refactor Hierarchy
    does not accept nothing as the replace value and
    Rename Node
    also refuses to rename
    domain.name.md
    to
    name.md
    . cheers
  • z

    Zan

    02/04/2022, 3:00 PM
    I had a workaround that worked until recently that would publish a single vault by using a github action to create the dendron.yml file and build pages. https://github.com/zanloy/notes-development/blob/main/.github/workflows/publish-to-pages.yml. But recently it stopped working at the "dendron-cli workspace init" command saying that dendron.yml can't be opened. Isn't the point of the init to build that file?
  • d

    d1onys1us

    02/04/2022, 3:07 PM
    How do I check for conflicting extensions in dendron?
  • k

    kevins8

    02/04/2022, 3:55 PM
    if you run dendron doctor, there’s a check for conflicting extensions command πŸ™‚
  • k

    kevins8

    02/04/2022, 3:58 PM
    daily journal template
  • d

    d1onys1us

    02/04/2022, 4:01 PM
    God I love it when there is a doctor command. Thx
  • b

    banjara

    02/04/2022, 4:11 PM
    thank you.. took me a while to configure ECMAscript but finally automated a bunch of stuff making my task a lot easier and faster
  • s

    seadude

    02/04/2022, 4:36 PM
    In the Webhook Example (https://wiki.dendron.so/notes/61055b5f-6216-4fd3-b9a1-82f79017b59e/#examples), how does the script check for "unchecked todo's" (those lines beginning with "[ ]")? - Granted I'm new at reading through JS source, but I think I'm following the code. - To me, it appears the
    carryOver
    variable splits the note on the newline character ("\n"), not on "[ ]".
  • s

    SeriousBug

    02/04/2022, 4:49 PM
    It's the
    dendronutils/gettasks
    program which the hook runs with
    execa
    that's doing the heavy lifting of finding and moving unfinished tasks
  • s

    seadude

    02/04/2022, 4:51 PM
    Ah, I see. Where do I find this program?
  • s

    SeriousBug

    02/04/2022, 4:51 PM
    It's linked around the top of the page "In this case, we're using dendronutils..."
1...538539540...757Latest