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

    Joshi

    08/24/2022, 2:06 PM
    export hierarchy
  • s

    shshshsh

    08/24/2022, 10:02 PM
    Hey, I have been having an issue - when I try to insert a link to a task note in a file, it tries to autocomplete the results for me, if I backspace and type the same again, it does not autocomplete. If I delete the square braces and try from scratch again, the autocomplete works fine again. Please see the video for clarity. Thanks in advance.
  • t

    Tanamr

    08/25/2022, 1:23 AM
    I just use the shortcut to trigger autosuggest (Ctrl+Space in my case)
  • c

    ccamara

    08/25/2022, 7:52 AM
    Hello, Is it possible to move one note and all their children from one vault to another? - I know there's
    move
    command, but AFAIK, this only works on a one-to-one basis (I have to manually select every note). - I also know there's
    refactor
    which affects a note and all their children, but AFAIK it "just" renames notes, not moves them from vault to vault.
  • j

    Joshi

    08/25/2022, 7:59 AM
    the "Move note command" in dendron lets you multi-select notes to move. I think another possible way could be to export an entire hierarchy with export pod v2 and then import it back to another vault, but this can break the links. It is same as copy pasting an entire hierarchy of notes
  • c

    ccamara

    08/25/2022, 8:08 AM
    Thanks, @Joshi ! I've been reading here https://wiki.dendron.so/notes/98ywiw4211q9sx0v98lbo88/ but I haven't found anything on how to move several notes. I have tried using
    foo.*
    to move
    foo
    and every children, but when I do that, all notes are merged into
    foo.*
  • c

    ccamara

    08/25/2022, 8:09 AM
    Also, I've tried selecting more than one note from the file explorer and then right click and "Move note", but It seems to just work with either the first or the last selected note.
    j
    • 2
    • 19
  • c

    ccamara

    08/25/2022, 9:17 AM
    I need advice with a multi-vault setup: TLDR: I have a multi-vault workspace and want to share one vault with a colleague as well as publishing that vault. This is my current setup:
    Copy code
    `
    dendron-workspace/ (git repo)
      - vault1/ (remote vault)
      - shared-vault/ (remote vault)
      dendron.yml
    I think that simply sharing the
    shared-vault
    as a repo might work, but I'm concerned about the templates, which are not in the vault (as they are shared). I attempted to migrate the shared vault into a self-contained vault, but after that, I broke my dendron setup (so I'm guess it's not gret). Happily, I could revert the config, thanks to git.
  • c

    ccamara

    08/25/2022, 4:49 PM
    REading the guides (i.e., https://wiki.dendron.so/notes/N2XTqKPFEkKCFJ6kRnzl0/), it seems that in order to publish, I need to have a
    dendron.yml
    . I believe having it inside the "vault" would make it easier to share. It sees to me that I might need to convert the shared vault to a self-contained vault, but I'm not 100% sure, plus I broke my settings before.
    j
    • 2
    • 14
  • b

    bluesky

    08/25/2022, 4:54 PM
    "Refactor Hierarchy" showed different results than I expected. There is a note("test") that has a link("[[test#list]]") that refers to a specific header("list") in the same note. When I try to refactor("test" to "testing") the note, the note name will be refactored("testing"), but the link("[[test#list]]") won't be updated. I'm not sure if this is an error or the result of using the wrong method. Please let me know whether it is a defect or I used a wrong use case.
  • j

    Joshi

    08/26/2022, 9:52 AM
    Yeah a similar issue has been reported to us. Feel free to upvote it(add a πŸ‘ ) in github: https://github.com/dendronhq/dendron/issues/1207
  • a

    Aadam

    08/26/2022, 11:35 AM
    I wonder if there's any updates on this. If there's an option to reverse the alias, e.g. from [alias|filename] for [filename|alias], it would do wonders for me. That would allow for seemless interoperability with Obsidian.
  • j

    Joshi

    08/26/2022, 1:49 PM
    Migrating to self contained vaults
  • b

    bluesky

    08/26/2022, 4:38 PM
    Thank you Joshi for letting me know what that is!
  • z

    Z3r0(00L

    08/26/2022, 5:22 PM
    Why i can't see any markdown in the editing view. This happened after renaming.
  • n

    Noam

    08/26/2022, 5:55 PM
    Are there other IDEs besides VSC that I can use Dendron in? PyCharm for example?
  • k

    kevins8

    08/26/2022, 6:00 PM
    it doesn't look like theres markdown in that note?
  • k

    kevins8

    08/26/2022, 6:01 PM
    dendron currently runs in vscode compatible ides (those that support vsx extensions). vscodium, gitpod, code-server are the primary variants
  • n

    Noam

    08/26/2022, 6:01 PM
    Thanks!
  • z

    Z3r0(00L

    08/26/2022, 6:09 PM
    There was, before renaming the note. How the task's are being rendered in the right side Note preview window?
  • k

    kevins8

    08/26/2022, 8:27 PM
    whats being rendered in the preview is the children of the note, not the contents
  • m

    Maned

    08/27/2022, 4:55 PM
    is it somehow possible to have a csv file within my dendron files? I would love to have that sort of table structure for tracking things.
  • l

    L3n

    08/28/2022, 10:56 AM
    hi, I have a local vault, and I've setup a git repo (local-only as well), but the sync command isn't doing anything, tried having the sync setting to
    noPush
    and
    sync
    but it still isn't commiting the changes
    k
    • 2
    • 12
  • l

    L3n

    08/28/2022, 10:56 AM
    I have another vault where it works fine
  • n

    neeldhara

    08/28/2022, 11:13 AM
    Hi. I have a bit of a hybrid note-taking setup right now (Notion for teams + Obsidian/Craft for private notes). In other words, it's a bit of a mess, and I am very intrigued by Dendron's best-of-both-worlds (hierarchy + links) approach and the promise for speed, which is an important priority for me. One thing I can do with Craft is to open deep links into other apps. In particular, I use Hook a lot to be able to link to specific parts of PDF files as I am taking notes on them, or to timestamps within video files as I take notes on video lectures and such. VSCode does not seem to recognize or open file:/// or app-based (e.g. hook://) links. I think this question was asked here before re:Slack as well. I was wondering if there's way to get these links to open by clicking them in the preview or Cmd+Clicking them from the editor? Right now I select the whole link, pass it to Alfred. A little bit clunky.
  • n

    neeldhara

    08/28/2022, 12:03 PM
    Is there any way to customize the font in the preview? The Markdown Preview Font Family setting seemed to come the closest, but I think it's for the other Markdown preview plugin that I have (and it does work there). How I can I customize this for the Dendron previews? And hopefully a few other tweaks too (line height, font size, etc).
  • r

    RaphaΓ«l

    08/28/2022, 3:15 PM
    I am now proud and happy to have mastered Dendron as a non-progammer. Cf. https://wiki.aemaet.de (Is still under construction...) I still have one question: How to direct a private link (e.g. Digital Garden (Private)) to my own page 403 and not to Dendron's (https://wiki.dendron.so/notes/hfyvYGJZQiUwQaaxQO27q/) as it is currently set up?
  • k

    KiloJon

    08/28/2022, 3:21 PM
    Thanks πŸ™ this has been bugging me for weeks. I knew it was something simple that I missed. πŸ˜ƒπŸŒ±
  • k

    kevins8

    08/28/2022, 4:25 PM
    local-vault sync
  • k

    kevins8

    08/28/2022, 4:29 PM
    we currently have an open issue for this. if you upvote it, it will help us prioritize: https://github.com/dendronhq/dendron/issues/314 (also, welcome to Dendron πŸ‘‹)
1...694695696...757Latest