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

    Buxel

    11/30/2021, 3:56 PM
    Hi there! I'm having some trouble using the new publishing in gitLAB CI. The local preview is working fine and so far, the vault only contains a test note. It looks like there is a problem in the "installing dependencies" step after pulling the "nextJS" repo. Here is the output of my runner & the commands used: https://pastebin.com/hXENSgnK am i missing something?
    k
    • 2
    • 7
  • k

    kevins8

    11/30/2021, 4:05 PM
    hmm, dendron publish is meant to be run in the same folder as your workspace root.
    no data
    means that it wasn't able to find notes in the directory it was running in. can you confirm you were running the CLI in your dendron workspace and if so, can you send me your
    dendron.yml
    for that workspace?
  • b

    Buxel

    11/30/2021, 4:30 PM
    @User sure, here is the dendron.yaml : https://pastebin.com/wMqBtbtt . the workspace looks like in the screenshot
  • k

    kevins8

    11/30/2021, 4:36 PM
    publish-issue
  • f

    Fracty

    11/30/2021, 9:34 PM
    I've started new Dendron workspace, it looks like I have two vaults(?) one with my root and one with dendron.templates. Does it mean that I should choose templates that I'm interested in and remove additional vault?
  • s

    SeriousBug

    11/30/2021, 9:35 PM
    You can just keep the templates vault if it doesn't get in your way. If you don't like it, you can also copy the files over and remove the vault. Whichever you prefer.
  • f

    Fracty

    11/30/2021, 9:37 PM
    Can I just delete it from filesystem or should firstly somehow detach it from Dendron?
  • s

    SeriousBug

    11/30/2021, 9:38 PM
    You can use the "Dendron: Vault Remove" command, then delete the folder from the filesystem.
  • f

    Fracty

    11/30/2021, 9:40 PM
    Thank you 🙂
  • f

    Fracty

    11/30/2021, 9:52 PM
    Can I keep templates in separate folder?
  • s

    SeriousBug

    11/30/2021, 9:53 PM
    No, Dendron doesn't support folders like that. You either have to keep it as a separate vault, or move the files into the vault.
  • f

    Fracty

    11/30/2021, 10:09 PM
    Alright, I don't know how can I choose to which vault new .md file will go. I would love to use templates from one vault and use them when creating new .md in second one. Is it possible?
  • f

    foureyedsoul

    11/30/2021, 10:25 PM
    I think you'll want to use the
    Dendron: Configure (yaml)
    command in VSCode's Command Palette. Then you can add some of the commands from this page: https://wiki.dendron.so/notes/F9LWJEjscrGkxnYi2JNby/#confirmvaultoncreate
  • f

    foureyedsoul

    11/30/2021, 10:26 PM
    The specific command I think you want is
    confirmVaultOnCreate: true
    .
  • f

    Fracty

    11/30/2021, 10:27 PM
    Yes! That's it, thanks a lot 😄
  • f

    foureyedsoul

    11/30/2021, 10:30 PM
    No problem! Dendron's a little tricky to set up at first, but it can really sing once you get used to it. I'm really stoked that the developers are working to make the documentation & initial experience smoother.
  • f

    Fracty

    11/30/2021, 10:31 PM
    I agree that this really stands out from the crowd
  • n

    NZ-John

    12/01/2021, 2:07 AM
    anyone have any idea how I might hide most/all of these icons cluttering up my tab space?
  • s

    SeriousBug

    12/01/2021, 2:10 AM
    Do you have Markdown Preview Enhanced installed? That could be creating one. Upcoming VSCode version will let Dendron remove another one, or you can switch to VSCode-insider to have that immediately.
  • n

    NZ-John

    12/01/2021, 3:07 AM
    I managed to move the icons into the breadcrumbs, by following this: https://stackoverflow.com/questions/47266613/vscode-hide-top-right-icons --> via the "Customize UI ext method"
  • n

    NZ-John

    12/01/2021, 3:08 AM
    ^ this is much better 🙂
  • p

    pixelmonk

    12/01/2021, 6:28 AM
    is there a list of valid tag color names somewhere
  • s

    SeriousBug

    12/01/2021, 6:30 AM
    It's just CSS, so you can use any
    #RRGGBB
    or similar: https://developer.mozilla.org/en-US/docs/Web/CSS/color Also any color named here: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
  • u

    user

    12/01/2021, 9:09 AM
    Hello there, I'm curious whether some commands like "Show Preview" specifically requires internet connection. Without connection, vscode shows an alert saying that "error while running command: engine not set". Is there any solution?
  • p

    pixelmonk

    12/01/2021, 9:12 AM
    there's no internet connection required, everything is offline.
  • p

    pixelmonk

    12/01/2021, 9:15 AM
    maybe look here https://wiki.dendron.so/notes/a6c03f9b-8959-4d67-8394-4d204ab69bfe/#engine-not-initialized
  • u

    user

    12/01/2021, 9:18 AM
    didnt come up with an idea that theres a section for troubleshooting… thanks a lot
  • c

    Chairos

    12/01/2021, 10:19 AM
    Hello everyone, here again with two stupid questions: is it possibe to automatically rename root.md when exporting a pod in markdown? Also, when I export a pod in markdown external url links are all treated like internal links so, for example [discord](https://www.discord.com) becomes [discord](/https://www.discord.com) breaking the link. Is there a way to make dendron aware of external links? (maybe by checking if link is starting with http[s]?://
  • c

    Chairos

    12/01/2021, 11:33 AM
    Or should I go with a ahref?
  • w

    widjaja_a

    12/01/2021, 11:36 AM
    Is there a plan to make the autocomplete work for standard markdown link instead of only for wiki links? Only few systems will render wiki links properly.
1...461462463...757Latest