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

    d1onys1us

    05/11/2022, 1:57 AM
    i will still say i think the .vscode directory might be better served at the root tho?
  • d

    d1onys1us

    05/11/2022, 1:58 AM
    should i be able to put those dendron code snippets and other .vscode configuration in the root folder instead of the notes folder?
  • d

    d1onys1us

    05/11/2022, 2:07 AM
    does enabling self contained vaults disable the tree view? i am not seeing tree view in my dendron workspaces anymore
  • k

    kevins8

    05/11/2022, 2:42 AM
    no it shouldn't. but with the last release, we've created a new dendron side panel. your tree view might have been moved in there
  • d

    d1onys1us

    05/11/2022, 2:43 AM
    😮 there it is! cool
  • d

    d1onys1us

    05/11/2022, 3:58 AM
    is it possible to hide the title from rendering on dendron publish?
  • d

    d1onys1us

    05/11/2022, 3:59 AM
    for example if my notes already have titles in them, my options are remove the current headings and use frontmatter instead, and option two is not render the frontmatter title, and i'm leaning towards the latter
  • s

    SeriousBug

    05/11/2022, 4:11 AM
    Yes, you're looking for `enableFMTitle`: https://wiki.dendron.so/notes/15WH8ZO2Sc8R0pijKnugW/
  • s

    SeriousBug

    05/11/2022, 4:12 AM
    Oh nevermind, I'm not sure that's true
  • d

    d1onys1us

    05/11/2022, 4:13 AM
    trying it
  • d

    d1onys1us

    05/11/2022, 4:13 AM
    works
  • s

    SeriousBug

    05/11/2022, 4:13 AM
    I thought it did, but the docs were a little confusing! I'll update them, glad it works.
  • d

    d1onys1us

    05/11/2022, 4:19 AM
    im getting this on publish
  • d

    d1onys1us

    05/11/2022, 4:19 AM
    "name":"publish ","name":"DendronError","status":"unknown","payload":"{}","stack":"DendronError: This error should never occur! Please report a bug if you have encountered this.\n
  • d

    d1onys1us

    05/11/2022, 4:19 AM
    the command im using is
    dendron publish export --target ./public
  • d

    d1onys1us

    05/11/2022, 4:20 AM
    i think it is somethign with the target, and maybe im not using it as expected
  • d

    d1onys1us

    05/11/2022, 4:20 AM
    i want to export into a directory called public in the root, instead of .next/out
  • j

    jyeung

    05/11/2022, 5:50 AM
    Hi @d1onys1us - it looks like the
    --target
    param isn't meant to specify an output folder like
    ./public
    , rather, it expects either a value of
    github
    or for it not be set. I'm not sure if there's a way to alter the export folder
  • d

    d1onys1us

    05/11/2022, 5:53 AM
    Gotchya, I got around this by simply doing a copy on the my gitlab runner. Thanks for the reply
  • d

    d1onys1us

    05/11/2022, 5:55 AM
    mv .next/out ~/public , something like that
  • k

    kzilla

    05/11/2022, 2:00 PM
    How do I modify an existing Graph theme?
    j
    • 2
    • 2
  • a

    alexis<3

    05/11/2022, 5:04 PM
    do i need to do some other update to get the cli bug fixes? i tried
    npm update dendron
    but im still seeing 0.92.1 its causing the same dendron.ws issue i've been fighting
  • a

    alexis<3

    05/11/2022, 5:04 PM
    i know the fix is out just trying to figure out how to get it to register
  • j

    Joshi

    05/11/2022, 5:15 PM
    You can run
    npm install @dendronhq/dendron-cli@latest
    to get the latest cli version
  • a

    alexis<3

    05/11/2022, 5:16 PM
    ah perfect thanks ill run that
  • a

    alexis<3

    05/11/2022, 5:24 PM
    Thanks that worked I’m on 94 now
  • m

    muu

    05/11/2022, 8:18 PM
    will uninstalling vscode/vscodium delete the contents of the dendron vault?
  • s

    SeriousBug

    05/11/2022, 8:19 PM
    No it won't, you can install it again and pick up where you left off
  • d

    d1onys1us

    05/11/2022, 11:24 PM
    https://github.com/dendronhq/dendron-template/blob/master/root.schema.yml do i need this file? what does it do?
  • d

    d1onys1us

    05/11/2022, 11:35 PM
    is there a lint command to run on a dendron vault
1...632633634...757Latest