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

    runlevelrobot

    01/03/2022, 10:04 PM
    how do I update my template so it will work with the new change?
  • r

    runlevelrobot

    01/03/2022, 10:05 PM
    as you can see above the template does not know about the -cccc option that is in the dendron.yml file
  • r

    runlevelrobot

    01/03/2022, 10:05 PM
    do I add -id: cccc instead of the id: day ?
  • t

    TGD

    01/03/2022, 10:49 PM
    Anyone has a good way to extract annotations from PDF files and importing them?
  • u

    user

    01/03/2022, 11:58 PM
    Are there any ways to execute hooks on events other than onCreate?
  • k

    kevins8

    01/04/2022, 1:21 AM
    not at the moment
  • m

    mwprogrammer

    01/04/2022, 6:23 AM
    Thank you.
  • v

    vishal.gandhi

    01/04/2022, 3:20 PM
    for some reason
    workspace sync
    stopped working few minutes back on one of the machines i am getting below error
    Copy code
    Finished sync. Skipped pulling or pushing repos C:/Vishal/notes-1 because they don't have upstream branches configured. Committed 0 repos, tried pulling 0 and pushing 0 repos.
    Please advise
  • v

    vishal.gandhi

    01/04/2022, 3:39 PM
    Resolved issue was due to
    rebase
  • v

    vishal.gandhi

    01/04/2022, 4:00 PM
    How do i convert markdown notes in dendron to pdf ? tried pandoc getting below error
    Copy code
    ❯ pandoc -f markdown -t pdf incident.INC15385166-2021-12-22.md
    pandoc: /assets/images/2021-12-23-17-08-50.png: openBinaryFile: does not exist (No such file or directory)
  • b

    benhsm | Jack of N trades

    01/04/2022, 4:20 PM
    I think you need to run the command from a working directory where the relative paths of the image references are accurate - probably from within the vault itself.
  • v

    vishal.gandhi

    01/04/2022, 4:22 PM
    running it from the vault. i will try to refer absolute path
    Copy code
    ❯ pwd
    /Users/vishalgandhi/notes/work/vault
     ~/notes/work/vault  main !1 
  • v

    vishal.gandhi

    01/04/2022, 5:58 PM
    no longer getting the file: does not exist error i am now getting below error
    pandoc: pdflatex: createProcess: posix_spawnp: illegal operation (Inappropriate ioctl for device)
  • l

    lukecarrier

    01/04/2022, 6:17 PM
    Looks like it could be similar to https://github.com/jgm/pandoc/issues/7570; see this comment https://github.com/jgm/pandoc/issues/7570#issuecomment-958748552
  • k

    kzilla

    01/05/2022, 2:12 PM
    Just wondering if this is a known issue?
  • b

    benhsm | Jack of N trades

    01/05/2022, 3:22 PM
    Doesn't look like it's being tracked, you may want to be the one to open it. In the meanwhile, I don't know if directly inputting the unicode characters would work for you, Windows has a pretty good built-in picker with
    windows key + . (period)
    (reference: https://support.microsoft.com/en-us/windows/windows-10-keyboard-tips-and-tricks-588e0b72-0fff-6d3f-aeee-6e5116097942)
  • k

    kzilla

    01/05/2022, 3:30 PM
    Thank you! The built-in Windows emojis works even better than the markdown emojis, especially with the search function. I am happy with this and probably won't bother opening an issue 😁🤣💀🚀
  • b

    benhsm | Jack of N trades

    01/05/2022, 3:32 PM
    (just for anyone reading this later on different operating systems - rofimoji is a wonderful tool for this on linuxes [x11 and wayland supported]: https://github.com/fdw/rofimoji. MacOS has a built in picker that uses
    ctrl + cmd + space
    , apparently)
  • m

    mgrandau

    01/05/2022, 7:09 PM
    So what is the best way to add a new journal entry note automatically. I primarily journal through the vscode.dev in the cloud directly on the github repo. Of course I cannot use it to "create a new journal note". What is the best way to do that from my linux box in something like a cron job. I installed the dendron cli.
  • b

    benhsm | Jack of N trades

    01/05/2022, 7:20 PM
    I use something like the following on my system (where
    $DENDRON_DIR
    is the directory of your dendron workspace):
    Copy code
    sh
    #!/bin/sh
    
    JOURNAL_DOMAIN="${1-daily}"
    # use the first given argument as the domain or use the string "daily"
    JOURNAL_NOTE="$JOURNAL_DOMAIN.journal.$(date +%Y.%m.%d)"
    
    dendron note lookup --wsRoot "$DENDRON_DIR" --query "$JOURNAL_NOTE" --quiet
    Limitations: this won't add the
    journalNote
    trait to the created note. The lines above also assume a single vault workspace.
  • m

    mgrandau

    01/05/2022, 8:19 PM
    Worked great only issue was had to update my nodejs
  • o

    Oops365

    01/06/2022, 4:23 AM
    Is there something that prevents using tab autocompletion in a Dendron workspace by default? I can't seem to trigger snippets by prefix + tab like normal; only prefix, ctrl+space, tab here's my dendron.code-workspace below:
    Copy code
    "settings": {
      "dendron.rootDir": ".",
      "files.autoSave": "onFocusChange",
      "pasteImage.path": "${currentFileDir}/assets/images",
      "pasteImage.prefix": "/",
      "markdown-preview-enhanced.enableWikiLinkSyntax": true,
      "markdown-preview-enhanced.wikiLinkFileExtension": ".md",
      "editor.snippetSuggestions": "inline",
      "editor.suggest.snippetsPreventQuickSuggestions": false,
      "editor.suggest.showSnippets": true,
      "editor.tabCompletion": "on"
    }
  • u

    水瓶座ーcindrmon

    01/06/2022, 7:19 AM
    hello!
  • u

    水瓶座ーcindrmon

    01/06/2022, 7:20 AM
    im trying to test out dendron as a documentation SSG, and idk why for any additional note i make, it says its
    (Private)
    . How do i make it a public note? how do i change the settings of that?
  • u

    水瓶座ーcindrmon

    01/06/2022, 7:51 AM
    can anyone help me?
  • g

    GrandpaPantz

    01/06/2022, 7:52 AM
    One sec, I'm new too but lemme test it real quick.
  • g

    GrandpaPantz

    01/06/2022, 7:56 AM
    Where exactly is it saying that it's private? Like where is the
    (Private)
    displayed?
  • g

    GrandpaPantz

    01/06/2022, 7:59 AM
    @User Do you have multiple vaults in the same workspace?
  • u

    水瓶座ーcindrmon

    01/06/2022, 8:44 AM
    its just a single vault
  • u

    水瓶座ーcindrmon

    01/06/2022, 8:44 AM
    and im using
    yarn dendron buildSite
1...488489490...757Latest