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

    hikchoi

    06/08/2022, 2:08 PM
    Can you link which document you were following along? We are working on making the export / publish flow smoother so we appreciate your feedback.
  • a

    awaydiscordthrow

    06/08/2022, 2:12 PM
    Thanks for replying and for your work on Dendron. I tried https://wiki.dendron.so/notes/ccab31c4-e9ca-4ee8-b754-f786a3f3be6e/ and even through it said it was successful I couldn't find the exported file.
  • a

    awaydiscordthrow

    06/08/2022, 2:12 PM
    I also tried https://wiki.dendron.so/notes/2340KhiZJWUy31Nrn37Fd/ but this was way too technical for me.
  • a

    awaydiscordthrow

    06/08/2022, 2:13 PM
    And I kept getting errors so I gave up.
  • d

    d1onys1us

    06/08/2022, 7:29 PM
    it is not clear to me how to consume dendron updates. should i just restart my vs code? thatswhat i usually do, but i noticed my dendron.yml is out of sync now (missing the handlebar keys). i thought it wouldve synced on restart of vs code, is there a way to sync it manually / adhoc?
  • k

    kevins8

    06/08/2022, 7:51 PM
    reloading is fine. for missing configuration (we sometimes add new config between updates, you should see an information dialogue on startup that asks if you would migrate to the latest configuration)
  • d

    d1onys1us

    06/08/2022, 7:53 PM
    interesting, i did not see that dialogue. only seeing the "lint" error. my setup is opening a workspace that has a self contained vault, and another self contained vault as a dependency.
  • n

    NULL

    06/08/2022, 9:15 PM
    Copy code
    posts/post1.md
    posts/post2.md
    
    static/img/post1/cover.png
    static/img/post1/testimage.png
    
    static/img/post2cover.png
    static/img/post2/something.png
  • n

    NULL

    06/08/2022, 9:15 PM
    If I have something organized like this
  • n

    NULL

    06/08/2022, 9:15 PM
    can I config dendron say If I paste some image from web in post1.md, it should save and link under static/img/post1/
  • s

    SeriousBug

    06/08/2022, 9:17 PM
    If you look at the configuration for "Dendron Paste Image", you may be able to configure it to work this way. Please see here: https://github.com/dendronhq/dendron-paste-image#config
  • n

    NULL

    06/08/2022, 9:19 PM
    can I have this different for different vaults ?
  • s

    SeriousBug

    06/08/2022, 9:21 PM
    VSCode allows you to set per-folder overrides for multi-folder workspaces, which Dendron should have set up for you already. You'll want to look into that: https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings
  • n

    NULL

    06/08/2022, 9:21 PM
    Oo thanks 👍
  • t

    tsdaye

    06/08/2022, 9:35 PM
    Hi team, since enabledWebUi is depreciated (https://wiki.dendron.so/notes/f83c1d87-eac0-48f3-a5cf-8a69989d8ec1/#enablewebui). how can i enable calendar view now?
  • s

    SeriousBug

    06/08/2022, 9:57 PM
    It's enabled by default now! It should be in the sidebar, under the Dendron tab.
  • t

    tsdaye

    06/08/2022, 9:58 PM
    i donwload my workspace on another machine, but view is empty
  • s

    SeriousBug

    06/08/2022, 9:58 PM
    That looks like a bug, are other Dendron features working?
  • t

    tsdaye

    06/08/2022, 9:59 PM
    yeah
  • s

    SeriousBug

    06/08/2022, 9:59 PM
    Could you try restarting VSCode?
  • t

    tsdaye

    06/08/2022, 10:02 PM
    not working. i don't have a journal schema in my current vault
  • q

    quokka

    06/09/2022, 1:26 AM
    How do I quickly move notes into different hierarchies? I though I could use the Move command, begin typing and select a matching destination from the dropdown but it just errors with
    vault/filename exists
  • s

    SeriousBug

    06/09/2022, 1:28 AM
    If you want to move a single note, you should use "rename note", and if you want to move many notes there's "refactor hierarchy" Move note and rename note only move the note you have open, that's why it says that it already exists because it thinks you are trying to give it the same name. You should open the note you want to rename, then use the command, and write the new name.
  • q

    quokka

    06/09/2022, 1:31 AM
    So there is no way to select from the
    Rename note
    drop down the new hierarchy location? As everytime I do it just errors as mentioned above. (Also strange that rename note dropdown's title is Move.)
  • s

    SeriousBug

    06/09/2022, 1:35 AM
    Could you tell me what's the name/hierarchy of the note looks like now, and what you are trying to rename it to?
  • x

    Xanaus

    06/09/2022, 8:08 AM
    Where should I put this ? https://wiki.dendron.so/notes/692fa114-f798-467f-a0b9-3cccc327aa6f/#snippets
  • x

    Xanaus

    06/09/2022, 8:08 AM
    Copy code
    // The following settings will only apply to Markdown files:
      "[markdown]": {
        // quickSuggestions true will provide suggestions as you type.
        // If you turn this on and DO NOT want suggestions
        // for non-wiki-link, non-tag words,
        "editor.quickSuggestions": true,
        // This is poorly documented, but seems to offer suggestions
        // from any word in open document when turned on, which
        // can be a little distracting in Markdown docs:
        "editor.wordBasedSuggestions": false,
        "editor.tabSize": 2,
        // Set this to false if you turn on quickSuggestions
        // but don't want suggestions for Markdown related snippets
        // as you type:
        "editor.suggest.showSnippets": false,
      },
  • a

    alefteris

    06/09/2022, 2:04 PM
    I would like in a template to refer to a previous day that the one I can get with fnameToDate. Is it currently possible? I think that if I'm able to define my own handlebars helpers it would be possible. Or maybe, as a feature request, to have a helper that can add or subtract from a date object and to format it again? Maybe it could be just easier to allow somehow to execute plain JavaScript 😂
  • k

    kevins8

    06/09/2022, 2:08 PM
    not yet. we'll be releasing a
    match
    helper soon to let you capture text from the input that will enable this. also the ability to define custom helpers
  • x

    Xanaus

    06/09/2022, 2:10 PM
    Any idea where I Need to modify so that the auto snippet can be done
1...653654655...757Latest