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

    sirkus

    05/31/2022, 8:40 PM
    (look toward the bottom of the screenshot.)
  • s

    sirkus

    05/31/2022, 8:44 PM
    Ah, I restarted and they seem to be gone now. Nevermind!
  • k

    kfischer_okarin

    06/01/2022, 3:44 AM
    Question about Workspaces containing multiple Self-Contained Vaults and the contained vaults config How much of the contained sub vault's config is applied / used as override to the parent vault's config?
  • k

    kfischer_okarin

    06/01/2022, 3:45 AM
    Specifically about hooks At the moment hooks have to be defined in the top level workspace to work... It would be nice to be able to use hooks of self-contained vaults somehow
  • k

    kfischer_okarin

    06/01/2022, 3:46 AM
    Another one about hooks: It would probably be good to introduce a kind of security feature... like explicitly allowing hooks via a config flag for vaults in your workspace.... Just imagine you download and use a vault - and it has a malevolent hook 😉
  • k

    kfischer_okarin

    06/01/2022, 3:47 AM
    same is true for note traits I guess
  • k

    kfischer_okarin

    06/01/2022, 3:47 AM
    Though they are at the moment more limitied since you have to explicitly use them in note creation
  • s

    SeriousBug

    06/01/2022, 3:47 AM
    Right now it's nothing from the child, all the config comes from the vault you have open. Although things like schemas and templates apply across vaults.
  • s

    SeriousBug

    06/01/2022, 3:49 AM
    You're right that that's a risk. One nice thing is that Dendron does recognize the "trusted workspace" setting in VSCode and disables unsafe features like hooks, but once you mark a workspace as safe you're right that you are at risk. In general I think we can make it more clear that you should only add vaults you trust, I'll bring this up internally to see what we can do.
  • s

    SeriousBug

    06/01/2022, 3:49 AM
    Once you do trigger it, it can do arbitrary code exection though so it is still pretty dangerous.
  • k

    kfischer_okarin

    06/01/2022, 3:49 AM
    Ah I see... so it's using that feature... makes sense - since Dendron is built on top of VS code
  • k

    kfischer_okarin

    06/01/2022, 3:50 AM
    You probably would have to go full blown Keep an list of "allowed" MD5/SHA256 hashes for each hook file
  • k

    kfischer_okarin

    06/01/2022, 3:50 AM
    similar to how emacs handles configuration approval I think
  • k

    kfischer_okarin

    06/01/2022, 3:50 AM
    And everytime the hook hash changes without it having been you who pressed "save" to cause this change...
  • k

    kfischer_okarin

    06/01/2022, 3:51 AM
    you will be asked to confirm the contents before allowing the hook to execute
  • k

    kfischer_okarin

    06/01/2022, 3:52 AM
    But yes it's probably a matter of.... how far custom you want to go..... use vs necessary work to maintain....... Using basic VS code stances/features as much as possible seems wise 😉
  • m

    MountainMan

    06/01/2022, 5:17 AM
    Howdy. I'm having trouble with the graph view. md-graph works, but the Dendron version says "still connecting to engine. please try again in a few moments...". Is this a common issue? Any ideas how to fix it?
  • s

    SeriousBug

    06/01/2022, 5:18 AM
    If you have the extension "Dendron Markdown Links" installed, please uninstall it. The graph is now built into Dendron, and having the extension breaks it.
  • m

    MountainMan

    06/01/2022, 5:46 AM
    Awesome that worked. One more problem though. Now that I fixed the other thing, whenever I click on a note in one pane, it opens it again in the pane with the graph
  • h

    hv77

    06/01/2022, 6:11 AM
    getting these errors related to dendron.yml file after updating to the latest version dendron 0.97
  • s

    SeriousBug

    06/01/2022, 6:20 AM
    Those are options that we added, but we haven't updated the definition file that validates the config. Sorry about that, you can just ignore them! They should be fixed in 98.
  • l

    lordfrikk

    06/01/2022, 6:21 AM
    With the new dark mode, is there a way to use it with custom.css? Unless I misunderstood, it seems like I can have one or the other right now 🙂
  • s

    SeriousBug

    06/01/2022, 6:23 AM
    You're right. You would need to write your own dark theme, which hopefully should be easy with the starter CSS on the wiki. Try adjusting the colors on it, let us know if you need any help! https://wiki.dendron.so/notes/jknrdi492m8nhq7mw4faydu/
  • l

    lordfrikk

    06/01/2022, 6:28 AM
    Thanks, I'll give it a try! 🙂 However it seems a bit roundabout to have to create my own dark theme if, let's say, I just want to adjust how links are displayed.
  • r

    Royi

    06/01/2022, 10:20 AM
    Hi, Is there a way to make Dendron work on a flat folder? For instance, I have a folder named
    MyNotes
    . It has MarkDown files in it. I want it to be the project folder for
    Dendron
    . But when I chose it as a folder
    Dendron
    create a sub folder named
    notes
    . Can I change that?
  • r

    rlh1994

    06/01/2022, 2:09 PM
    I'm trying out the new migrate to a self contained vault and keep getting a EBUSY error. I assume this is a Windows error but no other program should be accessing the files at the moment. Any advice please?
    k
    s
    • 3
    • 6
  • k

    kevins8

    06/01/2022, 3:36 PM
    ebusy when migrating to self contained vaults
  • a

    AshSimmonds

    06/01/2022, 5:10 PM
    content.scss
    is now over-riding my
    custom.css
    and I can't seem to fix it even with
    !important
    , making me unable to change my font-size stuff. Is this due to "file" calling order and has changed? It was working properly <24 hours ago before
    v0.97
    .
    s
    • 2
    • 8
  • a

    AshSimmonds

    06/01/2022, 5:25 PM
    content scss
    is now over riding my
  • u

    uciek

    06/02/2022, 8:42 AM
    hello everyone, maybe this channel is more appropriate - I'm trying to create a proper lang schema, as my notes went all over the place but it's throwing me an error
    Failed to update 'lang.schema.yml'. Details: Detected invalid property "data"
    does anyone know what is wrong here? I'm trying to use https://github.com/dendronhq/schema-library/blob/main/vault/lang.schema.yml
1...648649650...757Latest