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

    widjaja_a

    12/01/2021, 11:37 AM
    Also, is it difficult to make the autocomplete for link work across multi vaults?
  • p

    pixelmonk

    12/01/2021, 11:54 AM
    is
    root.md
    special in any way?
  • c

    Chairos

    12/01/2021, 11:55 AM
    Yes, it gets re-generated by dendron and is the entry point of the notes
  • s

    SeriousBug

    12/01/2021, 11:55 AM
    That sounds like a bug, could you file a bug report for that?
  • c

    Chairos

    12/01/2021, 11:55 AM
    Oh, sure, I'll try to be as specific as possible, thanks
  • s

    SeriousBug

    12/01/2021, 11:56 AM
    Autocomplete already works across vaults, it should offer to complete any note you have in any vault. Could you elaborate?
  • s

    SeriousBug

    12/01/2021, 11:57 AM
    That's a feature we could add. In general though, if you want to use your notes with other tools that don't support wiki links then you should use the export pod which will convert them to regular markdown.
  • c

    Chairos

    12/01/2021, 12:07 PM
    @User sorry for pinging, is it expected that when doing Dendron: Export Pod (markup) the links are always converted to the folder if folder and files have the same name? For example if I have the note data.md and the folder data (resulting from hierarchy like data.something.md) is it correct that if I reference the file with a link like [data](data.md) it points to the folder? (Trying this on github)
  • k

    kevins8

    12/01/2021, 3:41 PM
    adding @User to this thread since she's been behind most of the markdown export logic
  • c

    Chairos

    12/01/2021, 3:41 PM
    Thanks a lot Kevin 🙂
  • d

    doctorboy

    12/01/2021, 6:50 PM
    Hi folks. In some of my notes I've added some high resolution images to exemplify some concepts that I'm describing in the notes. When I publish these pages, due to the nextjs layout I'm getting the images with a small size. Is there a way to have the capability of clicking in the image and getting a zoom version of the image? Or the original image size? Thanks.
  • h

    hrmnjt

    12/01/2021, 7:49 PM
    Hi team, Is there a feature request for Confluence pod? If not, I would want to create one. Our team at work uses Confluence ("enterprise" documentation) extensively and having a pod would make it so much easier to publish from my editor. There is an open source repo that I found but I would really appreciate to do this through dendron workspace - https://github.com/kovetskiy/mark
  • j

    johndendron29

    12/01/2021, 7:50 PM
    @User , as mentioned by @User , please submit the issue here: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=
  • s

    SeriousBug

    12/01/2021, 7:50 PM
    There is a feature request for it, please feel free to upvote it to show interest: https://github.com/dendronhq/dendron/issues/1365
  • b

    Bassmann

    12/01/2021, 8:16 PM
    Unless it changed recently templates are global so this should work. I use mostly a dedicated vault just for templates
  • j

    johndendron29

    12/01/2021, 9:02 PM
    You can try to extend the image thru CSS properties. Some of the options can also be found here: https://wiki.dendron.so/notes/a91fd8da-6895-49fe-8164-a17acd8d9a17/#copy--paste?
  • d

    doctorboy

    12/01/2021, 10:04 PM
    Thanks for the reply. I've used some CSS properties already to center some images in the past, but beyond the ability to force some specific resolution for the image (which is always limited by the nextjs template (?)) is there anything that I can do to achieve what I mentioned before? Sorry, a CSS newbie here.
  • k

    kevins8

    12/01/2021, 10:59 PM
    hmm, images should appear at the same resolution and then you should be able to manually set
    width
    and
    height
    props to make it larger. do you have an example URL and the corresponding markdown that we could look at?
  • a

    aleksey

    12/02/2021, 2:26 AM
    Is it possible to quickly (without having to manually set proper date in the lookup) create a daily journal note for tomorrow?
  • k

    kevins8

    12/02/2021, 3:10 AM
    not directly. what I do is navigate to a daily journal note today, use lookup, and change the last component
  • a

    aleksey

    12/02/2021, 3:21 AM
    Yes, that's what I do as well. I think it would be great to have a standalone command for that though.
  • i

    icedwater

    12/02/2021, 3:33 AM
    I guess so too, but if you're already going through the effort to make a journal note ahead of time, autocomplete should be enough to get you there I suppose
  • k

    kevins8

    12/02/2021, 3:34 AM
    so @User is working on note traits which will let you define your own behavior when creating notes with custom hierarchies, templates, and more. we'll have more on that later this month
  • a

    aleksey

    12/02/2021, 3:36 AM
    True, but I would prefer not to go through the extra effort 🙂 also, a dedicated command would let you open tomorrow's note quickly as well, which you can't do easily.
  • e

    eroc

    12/02/2021, 8:43 AM
    Is there a way to hack on the CSS of the preview (the new default one, not the legacy one)? I like that the new preview renders WikiLinks better, but the spacing and typography are a big step backwards.
  • p

    pixelmonk

    12/02/2021, 10:09 AM
    trying to setup workspace sync... when using the command inside of dendron I get
    error while running command: Command failed with exit code 128: git push --set-upstream origin master ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directory git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
    . But trying to push from my normal terminal it'll ask for my ssh pass and work as normal. any ideas on how to get vscode to work with my ssh key?
  • s

    SeriousBug

    12/02/2021, 10:10 AM
    I think you'll need to have a graphical askpass installed. Dendron doesn't have any support for the askpass if it's terminal only.
  • p

    pixelmonk

    12/02/2021, 10:11 AM
    gotcha
  • h

    hrmnjt

    12/02/2021, 10:17 AM
    Is there any scenario I would need
    dendron.*.migrate-configs.yml
    ?
  • s

    SeriousBug

    12/02/2021, 10:18 AM
    If Dendron accidentally broke anything during the migration 😅 If Dendron is working well, feel free to delete them.
1...462463464...757Latest