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

    SeriousBug

    05/16/2022, 9:29 PM
    Oh interesting, I'm getting the same behavior. What's weird is it works correctly with unordered lists, but not with ordered ones. I think this would qualify as a bug report if you'd like to send one
  • a

    alexis<3

    05/16/2022, 9:31 PM
    yeah i see in the markdown spec ordered/unordered lists are treated differently? which is beyond bizarre to me it could be that this is ‘correct’ behavior for your markdown parser but i will open a bug at least it can be investigated
  • a

    alexis<3

    05/16/2022, 9:32 PM
    sorry i keep opening tickets!
  • s

    SeriousBug

    05/16/2022, 9:33 PM
    Oh no it's great, it's only with feedback like this we can make Dendron better!
  • n

    Nico Baier

    05/16/2022, 11:23 PM
    Don't know if this is the right place for this question, but I've noticed a behavior in my Dendron notes today that I hadn't noticed before -- I'm getting autocomplete suggestions in grey but can't figure out how to turn it off or actually get this to fully autocomplete to complete the word. Any tips? Attached screenshot is the way this looks
  • a

    andrey-jef

    05/16/2022, 11:29 PM
    from my previous question, I can not config in dendron.yml to set private (not published) a partial of hierarchy with the
    siteHierarchies
    and
    hierarchy
    combination. Now, I've just found that I can simply put the key
    published: false
    into the frontmatter of
    grand-child
    node. Then the partial hierarchy starting from
    grand-child
    node is now set to not published, as my expectation. So I wonder what's the use case of the combination of
    siteHierarchies
    and
    hierarchy
    in
    dendron.yml
    , wrt the fact that the key
    published
    in the node's frontmatter offer the similar behavior?
  • s

    SeriousBug

    05/17/2022, 2:04 AM
    That's not a Dendron feature, do you have any new or recently updated extensions relating to autocomplete or markdown?
  • n

    Nico Baier

    05/17/2022, 2:30 AM
    I checked all of them and haven't found any that are responsible
  • k

    kevins8

    05/17/2022, 2:40 AM
    wild guess. do you have github copilot on?
  • n

    Nico Baier

    05/17/2022, 2:49 AM
    No, but I did have Tabnine activated and that's what was causing it. Thought I had turned that off!
  • s

    seadude

    05/17/2022, 4:09 PM
    Dendron Window Setup Question Ugh. I need some help with setting up my VS Code "dashboard" for Dendron. I don't know if I need to add folders to my Dendron.code-workspace or to my VSCode workspace or something else? Example: - When I first open VSCode, it opens a Dendron.code-workspace into a single window with tabs across the top - Instead, I need to have a 4 tab window in VS Code - TopLeft: Scratch note - TopRight: Permanent note - BottLeft: Project note - BottRight: Terminal Questions - Do I have the terminology right ("4 tab window") or is this known as something else? - How is this setup easily accomplished? - What are the caveats?
  • s

    seadude

    05/17/2022, 4:29 PM
    As long as I start with opening the Dendron.code-workspace file, I can get to where I want to be...
  • s

    seadude

    05/17/2022, 4:30 PM
    Are the Dendron.code-workspace files going away in the future?
  • a

    alexis<3

    05/17/2022, 5:59 PM
    i have a really dumb vscode question but googling is not helping
  • a

    alexis<3

    05/17/2022, 5:59 PM
    ctrl+shift+f is only searching open files
  • a

    alexis<3

    05/17/2022, 5:59 PM
    i can't seem to figure out why its doing that
  • a

    alexis<3

    05/17/2022, 6:00 PM
    if i open the note with my string it suddenly finds the string
  • a

    alexis<3

    05/17/2022, 6:00 PM
    if i close the note it no longer can find the string
  • a

    alexis<3

    05/17/2022, 6:02 PM
    oh... maybe its because of gitignore settings since im using a multivault with 2 sub repos as my vaults...
  • a

    alexis<3

    05/17/2022, 6:05 PM
    maybe my multivault setup is bad for this? i have
    Copy code
    dendron workspace 2 repos configured
    .git
    .gitignore (contains vault1/vault2 as ignored)
    |------vault1 (tracked in seperate git)
    |------vault2 (tracked in seperate git)
  • a

    alexis<3

    05/17/2022, 6:05 PM
    is this a bad setup
  • s

    SeriousBug

    05/17/2022, 6:08 PM
    No that's how we recommend it. Are the
    vault1
    and
    vault2
    folders included in the workspace? You can use the "Add folder to workspace" command to add them in if they are not
  • a

    alexis<3

    05/17/2022, 6:09 PM
    they are children of the workspace iirc when i configured the dendron environment i added their git locations to the yml
  • a

    alexis<3

    05/17/2022, 6:09 PM
    and it fetched them for me?
  • s

    SeriousBug

    05/17/2022, 6:09 PM
    I mean VSCode, not Dendron. VSCode will ignore those folders since they are gitignored, so you have to add them again
  • a

    alexis<3

    05/17/2022, 6:10 PM
    ohh
  • a

    alexis<3

    05/17/2022, 6:10 PM
    sorry i misunderstood ok.... let me try that because the disabling of .gitignore filtering was not what i wanted either
  • a

    alexis<3

    05/17/2022, 6:21 PM
    thanks for the help - got it working. i didn't realize there were per folder settings in the ui so it broke in the other direction (stopped using the .gitignore) but now that i put per folder settings + adding my vaults folder to the workspace text search is working as expected
  • a

    AshSimmonds

    05/17/2022, 8:03 PM
    Is it possible to enable/enforce "smooth scrolling" for zooming on the Graph View? When I use a laptop touchpad scroll the zoom is smooth and looks great, using a mouse wheel jumps by 50%/200%. Can't see a setting in VS Code.
    j
    • 2
    • 2
  • s

    SeriousBug

    05/17/2022, 8:21 PM
    Hey @hulke, just letting you know Dendron supports custom themes for publishing now. You can see the docs here, let us know if you need any help or if you have feedback: https://wiki.dendron.so/notes/jknrdi492m8nhq7mw4faydu/
1...636637638...757Latest