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

    grndstt

    03/14/2022, 5:30 PM
    done at https://github.com/dendronhq/dendron/issues/2566
  • s

    SeriousBug

    03/14/2022, 6:12 PM
    You can use HTML comments to do so, I believe that's what Dendron always supported:
    Copy code
    Publish this line
    <!-- not this line -->
    And this line
  • g

    grndstt

    03/14/2022, 6:13 PM
    ahhhhh OK this was the option 😅
  • g

    grndstt

    03/14/2022, 6:13 PM
    thanks
  • g

    grndstt

    03/14/2022, 6:13 PM
    sorry for the mess
  • g

    grndstt

    03/14/2022, 6:13 PM
    but this means taht the line will be pushed to git right ?
  • g

    grndstt

    03/14/2022, 6:14 PM
    (despite not beeing published)
  • s

    SeriousBug

    03/14/2022, 6:14 PM
    Yes, there isn't a way to keep a single line out of git unfortunately
  • g

    grndstt

    03/14/2022, 6:14 PM
    Ahah
  • g

    grndstt

    03/14/2022, 6:14 PM
    no .gitignore blackmagic somewhere
  • s

    SeriousBug

    03/14/2022, 6:15 PM
    I guess you could gitignore the file, force add it, then add the hidden line. You'll have to keep force adding the changes you want later though
  • g

    grndstt

    03/14/2022, 6:15 PM
    OK thanks a lot (the unpublishing at the .html level is still usefull for me to know !
  • g

    grndstt

    03/14/2022, 6:15 PM
    ok ... kind of a mess
  • g

    grndstt

    03/14/2022, 6:16 PM
    shall I remove this previous feature request or do you see any mechanism possible in the near future ?
  • s

    SeriousBug

    03/14/2022, 6:18 PM
    If the feature you want is keeping it out of git, I don't think we'd be able to support that anytime soon. That's just now how git really works, it would be very hacky to get it working. You should keep the request open until we fix our documentation though, it looks like the trick of using HTML comments is missing.
  • g

    grndstt

    03/14/2022, 6:18 PM
    OK will ammend the commit with our discussion
  • s

    Snow

    03/14/2022, 7:58 PM
    anyone know why my blocklinks dont work in vscode? I selected copy as ref and it generated this and added it to my clipboard ![[task.taska#^pu2qc4vf95qx]]. i saved the file that it added ^pu2q.. to. but when I paste it into a different md file. and click on it to get redirected it says "unable to open 'task.taska': file not found
  • s

    Snow

    03/14/2022, 8:02 PM
    ok i see . it only works with right clicking and saying go to definition.
  • s

    SeriousBug

    03/14/2022, 8:11 PM
    You should also be able to use it with "Dendron: Go to Note" (Ctrl+enter by default I think), and it should show up in the preview. Also when you hover your mouse over it
  • t

    tculpepp

    03/15/2022, 1:12 AM
    opened my vault on a new machine and I am getting a blank tree view and cmd/ctrl + L lookup is not working. I haven't been able to find any tips on this one. Any advice?
  • b

    benhsm | Jack of N trades

    03/15/2022, 1:24 AM
    did you open the dendron workspace, or just the vault?
  • t

    tculpepp

    03/15/2022, 1:24 AM
    just the vault
  • b

    benhsm | Jack of N trades

    03/15/2022, 1:25 AM
    maybe try opening the file in the folder above named
    dendron.code-workspace
    using vscode
  • t

    tculpepp

    03/15/2022, 1:25 AM
    I'll give it a shot
  • t

    tculpepp

    03/15/2022, 2:50 AM
    Okay, I think I am the source of this issue and I am trying to work my way back out of it. In the process of moving to a new machine, I have managed to get Dendron to kick out errors stating that there are no vaults to be found both on the old machine and the new. I installed vscode and Deondron, then cloned my repo onto the new system. All files were there as expected, but no tree view or search option. The original .workspace files were kept outside the repo. I tried pulling them from the google drive folder where I kept them and somehow in the process ended up with some changes that sent the same error (no vaults found) to my original workspace/machine. I'm feeling a bit stuck now with a very full vault that isn't functional anywhere. Not sure how to proceed.
    k
    • 2
    • 4
  • t

    Tika

    03/15/2022, 9:40 AM
    how does one constrain refactoring to one vault only or to one hierarchy only?
  • k

    kevins8

    03/15/2022, 1:03 PM
    currently there's no toggle for that. you could import the vault to a specific workspace and run refactor only in that workspace as a workaround today
  • k

    kevins8

    03/15/2022, 1:04 PM
    moving vaults to new machine
  • t

    Tika

    03/15/2022, 1:17 PM
    Got it. Thank you
  • x

    xg

    03/15/2022, 9:20 PM
    Hi all! On https://wiki.dendron.so/notes/8d3c8142-7481-40da-9a5c-69a3d4bab697/ it says that Dendron uses title.sh by default to generate note titles. Is there a setting I can change to make note titles lowercase by default? I.e. so that
    hello-world
    ->
    hello world
    and not
    Hello World
    ? I would like to keep titles in lowercase and reserve the use of uppercase letters for when it is significant.
1...568569570...757Latest