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

    Bassmann

    09/28/2022, 6:31 PM
    If you have any way to identify them programmatically you could rename them in the filesystem and reload Dendron which should pick the changes up
  • r

    rlh1994

    09/28/2022, 6:33 PM
    I can't remember if it's an extension or build in, but if you select then all in the file pane (not dendron) you can batch rename files. Still not ideal but better than one at a time
  • a

    aleksey

    09/28/2022, 6:33 PM
    This could be an option sometimes, but it will break any links to these notes.
  • a

    aleksey

    09/28/2022, 6:38 PM
    Are you talking about this one https://marketplace.visualstudio.com/items?itemName=JannisX11.batch-rename-extension ? This looks simpler than simply renaming them in the filesystem, but that would still break links though.
  • k

    kevins8

    09/28/2022, 6:41 PM
    @aleksey a regex should work since we support captures src:
    a/([2,3,5])
    target:
    b/$1
  • a

    aleksey

    09/28/2022, 6:44 PM
    Yes, this works for simple note names where you can apply regex, but what about notes with complex names or names without a common element, like article notes, for example:
  • k

    kevins8

    09/28/2022, 6:59 PM
    got it. yeah, thats more difficult. ideally you can just drag & drop in the tree view and dendron would do the right thing. something we've talked about
  • k

    kevins8

    09/28/2022, 6:59 PM
    otherwise, copy names & bash script
  • a

    aleksey

    09/28/2022, 7:02 PM
    Would you be open to adding a new "move" command to change parent hierarchy for a selection of notes similar to the existing move command that moves selected notes between the vault? Or maybe somehow combining the funcionality them into a single command.
  • j

    Joshi

    09/28/2022, 7:14 PM
    Can you try selective move? https://discord.com/channels/717965437182410783/904891933284007966/1012325931110637588
  • s

    synthetic_penguin

    09/28/2022, 7:57 PM
    Has anyone created a remote Dendron vault in a GitLab repo? And can this be done in VS Codium in addition to VS Code? thanks
  • k

    kevins8

    09/28/2022, 9:21 PM
    could you elaborate/give an example?
    a
    a
    h
    • 4
    • 12
  • a

    aleksey

    09/29/2022, 1:16 AM
    changing parent hierarchy for a selection of notes
  • r

    rlh1994

    09/29/2022, 9:48 AM
    Has anyone ever tried to combine dendron with their
    dbt
    docs? I've got a package with the landing page growing way too long, but it feels wrong to split out the manually written stuff from the auto-generated stuff?
  • n

    NorbertK

    09/29/2022, 9:56 AM
    I remember that the command 'Move Note' was available in the tree view. I do not see it. Am i missing something ?
  • j

    Joshi

    09/29/2022, 10:37 AM
    Tree view currently supports only Create and Delete Note command. Although, Move Note is available in the Explorer menu
  • k

    kevins8

    09/29/2022, 1:53 PM
    what would you want to see in the integration? is the manually written stuff currently mixed in together with the generated docs?
  • r

    rlh1994

    09/29/2022, 2:23 PM
    No idea to be honest, was more just seeing if anyone had any clever suggestions šŸ˜…
  • r

    Raphaƫl

    09/29/2022, 2:54 PM
    How can I set again - I forgot and can't find it anymore - in the config file that only a certain vault will be published and not the others as well. Thanks for the help!
  • r

    Raphaƫl

    09/29/2022, 3:01 PM
    @rlh1994 Could you help me?
  • j

    johndendron29

    09/29/2022, 3:17 PM
    You can control what hierarchies to publish using https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#sitehierarchies. I'm not sure if this is what you are looking for.
  • j

    johndendron29

    09/29/2022, 3:19 PM
    You can set published: false on the individual notes that you don't plan on publishing
  • j

    johndendron29

    09/29/2022, 3:23 PM
    Much updated link is this for publishing config: https://wiki.dendron.so/notes/fabYbPyk3DMCMoG92lIrq/
  • r

    Raphaƫl

    09/29/2022, 3:36 PM
    Thanks @johndendron29 !
  • r

    Raphaƫl

    09/29/2022, 3:57 PM
    @johndendron29 This do not work:
  • r

    Raphaƫl

    09/29/2022, 3:58 PM
    I have for example three vaults root (Personsein) and root (Dendron) and root (privat)
  • r

    Raphaƫl

    09/29/2022, 3:59 PM
    If I write site: siteHierarchies: - root
  • r

    Raphaƫl

    09/29/2022, 4:00 PM
    everything gets published. But I only want to publish the vault Personsein what should I do?
  • k

    kevins8

    09/29/2022, 4:09 PM
    if you set the vault visibility to private, it won't be published https://wiki.dendron.so/notes/o55qc0bc18ykz7qrhxvapbq#visibility
  • j

    jeep

    09/29/2022, 5:55 PM
    I extracted a selection to a new note, realized that I had the incorrect name, used rename note immediately, and then went back to the note that I extracted from and the trace left wasn't updated. I assume because it hadn't saved. Is there an option to auto-save upon extracting a note?
1...710711712...757Latest