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

    kevins8

    07/29/2020, 3:58 PM
    you'll want to use the dendron markdown preview which has an identical icon
  • k

    kevins8

    07/29/2020, 3:58 PM
    working with vscode to improve this experience, so apologize for the bad ux at the moment 😅
  • h

    HeroP

    07/29/2020, 4:07 PM
    I know and I read your piece on that but this second icon even is not working. No result on click. The `CTR-K V`does the following though:
  • h

    HeroP

    07/29/2020, 4:07 PM
    Only ONE preview is active.
  • k

    kevins8

    07/29/2020, 4:10 PM
    the preview on the right is definitely the builtin preview (the dendron preview has a white background). can you try running
    > Markdown Preview Enhanced: Open Preview to the Side
    ?
  • h

    HeroP

    07/29/2020, 4:11 PM
    Doesn't work, sorry.
  • h

    HeroP

    07/29/2020, 4:12 PM
    Maybe I previously uninstalled the "built in" one?
  • k

    kevins8

    07/29/2020, 4:13 PM
    if you look under recommendations, @enabled, can you make sure Dendron preview is also enabled?
  • k

    kevins8

    07/29/2020, 4:14 PM
    if so, can you close the preview pane, and then do
    >Developer: Reload Window
    , and then
    > Markdown Preview Enhanced: Open Preview to the Side
    ?
  • h

    HeroP

    07/29/2020, 4:19 PM
    It is.
  • h

    HeroP

    07/29/2020, 4:22 PM
    After reload it works now. Golden. Is there a shortcut for checking checkboxes in the note-pane?
  • k

    kevins8

    07/29/2020, 4:32 PM
    awesome, glad to hear it 🙂
  • k

    kevins8

    07/29/2020, 4:32 PM
    for the note pane, its just adding an
    [x]
  • k

    kevins8

    07/29/2020, 4:34 PM
    i use the following snippet to create checkboxes
    Copy code
    "checkbox": {
        "prefix": "ch",
        "body": "- [ ] "
      },
  • k

    kevins8

    07/29/2020, 4:34 PM
    > Configure User Snippets
    , create a new one, and paste this as a snippet
  • h

    HeroP

    07/29/2020, 6:07 PM
    Snippets are great @User , but why not using Markdown Shortcuts -> Toggle Checkboxes? 😉
  • h

    HeroP

    07/29/2020, 6:08 PM
    Thought they really would toggle from [ ] to [x] what they don't. That is what I was asking. 🙂
  • h

    HeroP

    07/29/2020, 6:13 PM
    But still, perfectly - [ ] are created with
    CTL+M
    CTRL+B
    (at least)
  • k

    kevins8

    07/29/2020, 8:23 PM
    thought you were talking about creating checkboxes, not toggling them. yeah, that works too. nice thing with vscode is that the thing you need is probably already there 😅
  • u

    user

    07/29/2020, 8:40 PM
    Thanks for this tool, @User - I'm excited to dive in and figure out what all it can do!
  • k

    kevins8

    07/29/2020, 8:40 PM
    you are very welcome. let me know if you have any questions or suggestions 🙂
  • u

    user

    07/29/2020, 8:49 PM
    I'm still working my way thru all the tutorials, but I'll go ahead and ask one question. My first use case is for a journal. So
    I went for a walk today with [[Erin | people.family.erin.md]].
    , right? When I add that label, the "Go To Definition" shortcut doesn't work and Backlinks doesn't pick up on the reference. Am I conceiving of the tool incorrectly? Or is that a potential enhancement?
  • k

    kevins8

    07/29/2020, 9:20 PM
    do you have dendron markdown notes installed as an extension?
  • u

    user

    07/29/2020, 9:25 PM
    I believe so.
  • k

    kevins8

    07/29/2020, 9:27 PM
    hmm, just as a sanity check, can you do
    > Developer: Reload Window
    ?
  • k

    kevins8

    07/29/2020, 9:27 PM
    and then give it a try
  • k

    kevins8

    07/29/2020, 9:27 PM
    also, go to definition has a different default shortcut in vscode then what i was using in the demo
  • u

    user

    07/29/2020, 9:27 PM
    I may have something messed up with my Shortcuts. So sorry for the confusion
  • k

    kevins8

    07/29/2020, 9:27 PM
    (i overwrote it for myself)
  • u

    user

    07/29/2020, 9:28 PM
    Yes, I think that might be a source of the problem
1...456...148Latest