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

    aleksey

    01/19/2022, 7:54 PM
    Move Note command
  • h

    Hope

    01/19/2022, 8:35 PM
    should Dendron's preview and vscode ctrl+shift+v previews be identical?
  • s

    SeriousBug

    01/19/2022, 8:36 PM
    No, Dendron has a custom preview that has more features
  • h

    Hope

    01/19/2022, 8:43 PM
    Hmm that explains why I get two different outputs when using an rtl language inside the
    div
    tags
  • h

    Hope

    01/19/2022, 9:18 PM
    Im trying to yank the example but it seems that my neovim clipboard settings are messed up
  • t

    Trerot

    01/19/2022, 10:01 PM
    Any one done anything with the clickback function of mermaid?
  • t

    Trerot

    01/19/2022, 10:10 PM
    works fine with external links. but any way to link do your own stuff?
    Copy code
    mermaid
    graph TD;
        A-->B & C;
        B-->D;
        C-->D;
        click A href "https://bbc.com"
  • s

    shaughnpuppy

    01/20/2022, 1:48 AM
    Hello, is there a way to re generate some IDs? I copied some files from an old notebook into a new one and Im getting a weird error trying to refactor them, and I noticed some of them have a different id format
  • s

    SeriousBug

    01/20/2022, 1:49 AM
    I don't think you can do that at the moment. Feel free to send a feature request for it.
  • s

    SeriousBug

    01/20/2022, 1:50 AM
    Dendron is okay with pretty much any id, you probably don't need to regenerate your IDs. Can you expand on what error you are getting?
  • s

    shaughnpuppy

    01/20/2022, 2:03 AM
    sure thing... so this error pops up first and then dendron gives this error after
  • s

    shaughnpuppy

    01/20/2022, 2:04 AM
    oh wait it actually worked, I think what I did wrong was use the * in the search/replace fields?
  • s

    shaughnpuppy

    01/20/2022, 2:04 AM
    was doing sub
    random*
    with
    info*
    before
  • s

    SeriousBug

    01/20/2022, 2:05 AM
    The search and replace fields uses Regex,
    *
    has a special meaning in regex other than "anything".
  • s

    shaughnpuppy

    01/20/2022, 2:12 AM
    makes sense, looks like i've been using glob search too much
  • s

    sjaak

    01/20/2022, 4:22 AM
    I have read the hierarchy page and was wondering if there is a way to display parts of the project hierarchy. Say children of Root, then again with one child but all the way to the ends. and again but only down max 2 children deep. etc.. Display it in the format used online.
  • s

    sjaak

    01/20/2022, 4:23 AM
    I cant seem to find how to display this either. was this done by hand or robot? its nice and clear way to show project which is important when sharing and getting others to collaborate. 🙂
    s
    h
    • 3
    • 10
  • s

    ScriptAutomate

    01/20/2022, 5:00 AM
    project-layout-hierarchy
  • u

    user

    01/20/2022, 9:56 AM
    Thanks! that works quite ok.
  • u

    user

    01/20/2022, 10:48 AM
    hi, I got two vaults (public and private), and I want to publish the public only so I was reading this: https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713/#hierarchy-configuration setting hierarchy configuration should be the solution but how can I set it so that it ignores the private vault entirely?
  • h

    hikchoi

    01/20/2022, 10:57 AM
    Can you try this?
    Copy code
    site: 
      config:
        root:
          publishByDefault:
            public: true
            private: false
    root
    is the top most level parent that all vaults have, and can be used to set a per-hierarchy config on an entire vault.
  • h

    hikchoi

    01/20/2022, 11:00 AM
    Alternatively, you could also create a new workspace and only add the public vault to that workspace. Then you could publish without setting the per-hierarchy config because this new workspace will only contain the vault that you would want to publish.
  • u

    user

    01/20/2022, 11:08 AM
    worked like a charm! thank you! I forgot
    root
    is also part of the hirarchy lol
  • h

    hikchoi

    01/20/2022, 11:12 AM
    root
    gets a special treatment so it's easy to forget that it exists 😄 For my personal workspace, I keep everything that I want to see in a published site in one hierarchy and the rest on their own hierarchies. They are all in a public repository so it isn't truly private, but I don't mind that they aren't. I mostly do this just to hide the messy part of my personal workspace from being published.
  • u

    user

    01/20/2022, 11:16 AM
    I originally wanted keep everything in a public repository but then I also wanted to use dendron for making daily reports in my company so I guess it is better not to make it public 🙂
  • h

    hikchoi

    01/20/2022, 11:16 AM
    absolutely!
  • h

    hikchoi

    01/20/2022, 11:18 AM
    I have two instances of VSCode set up with a separate workspace for work to have that mental distinction.
  • r

    rlh1994

    01/20/2022, 12:09 PM
    If you like this you might enjoy the peacock extension, lets you change the border colour of vscode by folder or workspace
  • h

    hikchoi

    01/20/2022, 12:09 PM
    I use that as well 😄
  • h

    hikchoi

    01/20/2022, 12:10 PM
    shamelessly stolen from kevin's setup
1...513514515...757Latest