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

    kevins8

    07/07/2022, 5:46 PM
    all good
  • a

    Albertying

    07/07/2022, 9:11 PM
    Hey, wondering if anyone has a good solution to quickly toggle the Dendron window globally?
  • r

    rlh1994

    07/07/2022, 9:12 PM
    Like in the sidebar? You can set a keyboard shortcut up for it, I use ctrl+#
  • a

    Albertying

    07/07/2022, 9:12 PM
    Currently, I assigned a shortcut to
    code "~/Dendron/dendron.code-workspace"
    , but it takes like 2.5 sec to open the window (the window is pre-opened, just minimized some where)
  • a

    Albertying

    07/07/2022, 9:13 PM
    No, it like toggle the vscode window from background
  • r

    rlh1994

    07/07/2022, 9:13 PM
    Ah an actual VSCode window for it, then no 😅
  • k

    kevins8

    07/07/2022, 9:24 PM
    currently, i would recommend having multiple instances of vscode workspaces open in the background. there's unfortunately a slight initialization time at the present
  • k

    Kamholtz

    07/08/2022, 2:04 AM
    Dendron has stopped recognising my workspace/vault as of today. It worked yesterday. Has anyone else experienced this? I can click the "try out our tutorial workspace" button within "recent dendron workspaces" and that new workspace is recognised. So I am not sure what has broken my workspace.
  • k

    kevins8

    07/08/2022, 2:20 AM
    how is your workspace being initialized? can you run
    diagnostics report
    and send me the output?
  • k

    Kamholtz

    07/08/2022, 4:09 AM
    @kevins8 I open vscode and it loads my dendron workspace by default. But I also tried loading it from
    file -> open workspace from file
    . Not sure if that's what you mean by how it is initialized. I don't seem to have the
    diagnostics report
    command
  • k

    Kamholtz

    07/08/2022, 4:10 AM
    I do have other dendron commands though
  • k

    Kamholtz

    07/08/2022, 4:13 AM
    I have an "Open Logs" command, is that it helpful?
  • m

    matthew.bellringer

    07/08/2022, 9:53 AM
    I'm getting the same message in the Dendron panel as of version 102. In my install it looks like it's related to Dendron not starting properly. I get the attached messages from VScode at startup. This is the same for all of different Dendron workspaces I've got at the moment. I'm going to keep digging and see if I can find any more meaningful errors anywhere.
  • m

    matthew.bellringer

    07/08/2022, 9:55 AM
    Just to add, there aren't any obvious errors in the Dendron log, all looks happy there.
  • j

    Joshi

    07/08/2022, 10:15 AM
    The Dendron Markdown Links extension has been deprecated, You might want to check your
    installed extensions
    & can uninstall it. The graph view is now native to Dendron.
  • m

    matthew.bellringer

    07/08/2022, 10:18 AM
    Thanks @Joshi, that's it! Using
    @installed
    as a filter in the extensions pane let me track that down, along with Dendron Preview Enhanced, which was also still there from previous versions. Uninstalled them, restarted window, and Dendron is working normally again.
  • m

    matthew.bellringer

    07/08/2022, 10:19 AM
    Also, wow, I have a lot of other old stuff installed in VScode! Might need to clean that out sometime...
  • k

    kevins8

    07/08/2022, 3:36 PM
    yeah, can you send me the output of
    open logs
    ?
  • a

    aleksey

    07/09/2022, 12:05 AM
    Some markdown editions support using double equal signs to highlight text. There is an open issue to add this feature to Dendron. Please, upvote or leave a comment there: https://github.com/dendronhq/dendron/issues/1393
  • f

    foureyedsoul

    07/09/2022, 1:51 AM
    In the meantime, CriticMarkup is one of these add-ones to Markdown, and there's an extension to use it with VSCode. @Chinmay I have used the extension before but haven't tested it recently to see how nicely it plays with Dendron: https://marketplace.visualstudio.com/items?itemName=jloow.vscode-criticmarkup
  • a

    aleksey

    07/09/2022, 2:03 AM
    Interesting, thanks. Is it okay if I copy you comment into the Github issue or maybe you can just comment there yourself?
  • s

    Sylvan

    07/09/2022, 2:06 AM
    Hi, the backlinks in preview panel aren't showing up in my main workspace. I tried reload Window doesn't work. I tried another workspace and it works normally. Tried to find a misconfiguration in dendron.yml but didn't find any related. Any thoughts on this ? Thanks in advance.
  • f

    foureyedsoul

    07/09/2022, 2:32 AM
    You got it! Just commented there, with a screenshot of that extension's current highlighting behavior when enabled alongside Dendron.
  • a

    a.lex

    07/09/2022, 8:35 PM
    HI folks First of all I wanted to thank you for your work and commitment. I'm enjoying the new features very much and I find working with Dendron becomes easier by the release. Once again I'm reworking and rethinking my local folder structure and I now wanted to integrate workingdirectories of LaTEX and similar projects into the Dendron vault directory. I created the vault as a standalone Dendron workingdir in the beginning and not as a sidealong. Will there be a problem when I move project with different files in there? The added projects should then also be published to Github.
  • d

    dbl

    07/09/2022, 9:28 PM
    Things are looking good around here. I had to put this down for a couple of months while I was working on a last-minute project. I now have some time again to work on my dendron skills. Quick question: When I try to zoom in and out of the graph panel (or a graph note) using the zoom wheel on my mouse, it goes from all the way out in space to zoomed in to a single note in one click of the wheel. In other words, I can't zoom in and out. I either see the whole thing as little dots and lines, or I see a single note zoomed in until it fills the entire space. Any ideas about how I might fix that behavior? I use the zoom scroll all the time with other apps and browsers, and it works just fine, zooms a little bit at a time.
  • j

    Joshi

    07/10/2022, 2:15 AM
    I believe the setting you are looking for is zoomSpeed. https://wiki.dendron.so/notes/3i4ABJutl7NGeXRHTnUEC/#zoomspeed You can update this in your dendron.yml by running Dendron: Configure (yaml) and update the workspace config: workspace: graph: zoomSpeed: 1 It has a default value of 1. This configuration updates the wheel sensitivity of cytoscape(the library we use to build a graph). More info here: https://js.cytoscape.org/#init-opts/wheelSensitivity
  • d

    dbl

    07/10/2022, 5:32 PM
    Thanks so much for the reply! Unfortunately, it is not helping much. I was set to the default of '1', and when I try anything lower than 1, nothing happens. I tried "0", ".5". and "-1". With any of those settings, I get no zoom at all. I tried "5" and that is worse. I can zoom out, but then I can never find the contents at all. It zooms out to space and I have to close and reopen the graph to get back to something I can see. I am going to try some 'app-specific' settings in my mouse config. Why don't we have the YAML help available in dendron settings? In vscode settings, when I hover on a key, it shows me some explanation and sometimes the allowed values too. Again, thanks for the help. I will leave you alone for a while. I am really impressed with the product and your continual rapid improvements. You are worth every penny I support you with. I can't say that about most apps that I support.
  • c

    CyberFoxar

    07/10/2022, 7:00 PM
    Is it possible to move a whole tree of notes ?
  • c

    CyberFoxar

    07/10/2022, 7:00 PM
    Say, I have this tree:
  • c

    CyberFoxar

    07/10/2022, 7:00 PM
    I would like to move the "Deadlord" part (and the notes under it) to "JdR"
1...671672673...757Latest