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

    hikchoi

    01/25/2022, 4:28 PM
    you can set a keyboard shortcut for
    workbench.action.focusNextGroup
    in VSCode. This will work well if you only have two editor groups open, but otherwise cycling through editor groups will update the active note so the preview will refresh. I believe you can set keybindings for individual editor groups if you don't want to cycle through them. @User shared his setup and you can find the keybindings defined here: https://wiki.dendron.so/notes/fzHazEFWTpUVexmv/
  • h

    hikchoi

    01/25/2022, 4:30 PM
    https://gist.github.com/kevinslin/8f17cbc9ba03c9137c41351e2cec6a7a#file-keybindings-json-L153:L202
  • s

    seadude

    01/25/2022, 5:06 PM
    Is there an Extension I need to install to render Mermaid diagrams? Writing the following in a Dendron file, shows no diagram in preview
    Copy code
    graph TD;
        A-->B;
        A-->C;
        B-->D;
        C-->D;
  • c

    cconrad

    01/25/2022, 5:08 PM
    Did you put "mermaid" right behind the three backticks?
  • s

    seadude

    01/25/2022, 5:10 PM
    Aha! That works. I missed that in the [Wiki](https://wiki.dendron.so/notes/8DCgctK-RMD4EeHjC5_hI/#diagrams) Correct syntax is:
    Copy code
    ```mermaid
    graph TD;
        A-->B;
        A-->C;
        B-->D;
        C-->D;
    ```
  • p

    plazman30

    01/25/2022, 5:13 PM
    Is there a Markdown Tables plugin that can format Markdown tables "on the fly" as you type them, the way Org Mode does it?
  • s

    seadude

    01/25/2022, 5:14 PM
    This is the one I use! https://marketplace.visualstudio.com/items?itemName=RomanPeshkov.vscode-text-tables
  • s

    seadude

    01/25/2022, 5:15 PM
    Works pretty nice. CTRL+q, CTRL+q turns on/off
  • h

    hikchoi

    01/25/2022, 5:19 PM
    nice! this is nicer than the one I'm currently using 😄 thanks for the suggestion.
  • p

    plazman30

    01/25/2022, 5:21 PM
    Text Tables was replaced by Markdown Tables.
  • p

    plazman30

    01/25/2022, 5:21 PM
    Does it resize colums as you type, or do you need to format after the fact?
  • s

    seadude

    01/25/2022, 5:23 PM
    I use Test Tables (I don't see how it was replaced by "Markdown Tables"). Yes, it formats / resizes columns as you type.
  • p

    plazman30

    01/25/2022, 5:25 PM
    Let me try it. I though it replaced it because it uses the exact same keybindings, and Markdown Tables first came out shortly after the last release of Text Tables. And they follow the same version numbering convention.
  • s

    seadude

    01/25/2022, 5:28 PM
    The only shortcuts that I use with this Extension are: - CTRL+q, CTRL+q to turn the ext on/off - ALT+z to do/undo wordwrap
  • p

    plazman30

    01/25/2022, 5:29 PM
    Let me try it
  • h

    hikchoi

    01/25/2022, 5:33 PM
    the table mode toggle has a keybinding conflict with the vscode vim plugin for folks using it fyi.
  • p

    plazman30

    01/25/2022, 5:35 PM
    Well that explains my problem
  • h

    hikchoi

    01/25/2022, 5:37 PM
    it's
    extension.vim_winCtrlQ
    in the keyboard shortcut list. a bit of a cryptic name 😄
  • p

    plazman30

    01/25/2022, 5:37 PM
    If you look at Markdown Tables, it's 0.01 was a fork of Text Tables 0.15, and it's in active development through the end of 2021
  • p

    plazman30

    01/25/2022, 5:40 PM
    I can't get this to auto resize as I type. I disabled vim and I disabled Markdown All In One. Still not doing it.
  • p

    plazman30

    01/25/2022, 5:42 PM
    Ok, I had to disable Markdown All In One and use the tab key.
  • p

    plazman30

    01/25/2022, 5:49 PM
    Ok, confirmed. I turned off table support in Markdown All In One. Still would not let tables auto format. I had to disable.
  • p

    plazman30

    01/25/2022, 5:49 PM
    It's a shame. I liked that extension.
  • s

    seadude

    01/25/2022, 5:51 PM
    Yeah, getting extensions to play well can be a struggle. Luckily I'm dialed at this point!😆
  • p

    plazman30

    01/25/2022, 5:52 PM
    I'll need to see what extensions I can use to replace that one. And using the tab key will take a little getting used to.
  • a

    aleksey

    01/25/2022, 6:55 PM
    @User have you tried "Markdown Table" (different from "Markdown Tables" 😀) (https://marketplace.visualstudio.com/items?itemName=TakumiI.markdowntable) ? It does auto-format as you type.
  • d

    d1onys1us

    01/25/2022, 7:34 PM
    Does dendron ever plan to do a “live markdown” feature, such as shown in obsidian?
  • s

    seadude

    01/25/2022, 7:36 PM
    You can open the Live Preview in "side-by-side" window and see things as you type
  • s

    seadude

    01/25/2022, 7:37 PM
    CTRL+SHFT+v
  • d

    d1onys1us

    01/25/2022, 7:37 PM
    Yes I was wondering if there was a concept to do it in the same place, not side by side, but rather in the same place. Also, I’m not saying I think this is a good idea, I’m just curious if it has been thought about, and deemed as valuable or not and why
1...523524525...757Latest