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

    Joshi

    09/28/2022, 5:24 AM
    it is not supported yet.
  • y

    yuktah

    09/28/2022, 5:25 AM
    Ah ok, thanks @Joshi tis a minor annoyance but I can live with it ๐Ÿ‘๐Ÿพ
  • y

    yuktah

    09/28/2022, 10:09 AM
    Apologies (in advance) if this is a known issue but dendron preview (`cmd`+`ctrl`+p) doesn't load the Dendron preview in Github Codespaces , it gives me an error message.
    j
    d
    r
    • 4
    • 9
  • y

    yuktah

    09/28/2022, 10:14 AM
    removing the error message from here because i'm not sure if it includes any secure details ๐Ÿ˜ฆ
  • y

    yuktah

    09/28/2022, 10:15 AM
    also the issue happens in Github Codespaces and not in normal installed vscode
  • y

    yuktah

    09/28/2022, 10:16 AM
    All other Dendron features seem to work fine in Codespaces apart from preview
  • y

    yuktah

    09/28/2022, 10:17 AM
    To repro: setup github codespaces, open the git repo for the vault, open/create a note, and issue the Dendron preview command
  • j

    Joshi

    09/28/2022, 10:21 AM
    preview in codespaces
  • p

    plazman30

    09/28/2022, 1:09 PM
    Ok, dumb question time. I can only get CTRL+L to work when I am in the Dendron workspace screen, where files are listed. It used to work anywhere.
  • p

    plazman30

    09/28/2022, 1:13 PM
    Figured it out. It's the vim plugin.
  • c

    cameron

    09/28/2022, 1:22 PM
    I think youโ€™re looking for custom expressions in handlebars, like https://docs.celigo.com/hc/en-us/community/posts/360076358972-FAQ-How-can-I-use-handlebars-to-divide-multiply-then-generate-a-percentage-value- . If we added a math helper to the templating engine, youโ€™d be able to do this ( https://handlebarsjs.com/guide/expressions.html#helpers )
  • p

    plazman30

    09/28/2022, 1:23 PM
    Now is there some way to get CTRL+L to work with Dendron and still use the vim plugin. I really like the vim keybindings.
  • p

    plazman30

    09/28/2022, 1:23 PM
    And I can't use the neovim plugin, because that requires the neovim executable, which I am not allowed to install
  • j

    jeep

    09/28/2022, 1:24 PM
    Well, you can remap the things you want... Dendron: Doctor will give you instructions specifically for ctrl-l
  • j

    jeep

    09/28/2022, 1:26 PM
    Also, dendron's copy commands use the system copy buffer, so you might want:
    "vim.useSystemClipboard": true,
    also... it uses the system copy buffer if when you don't use a named buffer
  • j

    jeep

    09/28/2022, 1:28 PM
    Oops, fixed typos
  • p

    plazman30

    09/28/2022, 1:28 PM
    Dendron Doctor worked. Thank you! This keybinding conflict in VS Code is turning into a mess.
  • j

    jeep

    09/28/2022, 1:33 PM
    What other keybinding conflicts have you come across? I'm a recent transplant to VS Code, so still learning the ins and outs.
  • f

    foureyedsoul

    09/28/2022, 3:21 PM
    Glad this might be useful for you. And I'd also love to learn more about what @mihaiconstantin does with those backlinks!
  • e

    Eclectic

    09/28/2022, 3:31 PM
    Is there a way to change the file path that Dendron installs to?
  • j

    jeffbarr

    09/28/2022, 4:25 PM
    I'm using 0.114.0, and Toggle Preview broke this week after I upgraded either Dendron or VS Code. The tab opens and says "Loading..." but does not show the preview. Markdown Enhanced Preview fails differently -- it does not even open a tab. I uninstalled and reinstalled the Dendron Markdown Preview Enhanced extension to no avail. What else should I check?
  • r

    rlh1994

    09/28/2022, 4:26 PM
    I had this issue earlier today, I switched to another note and the preview then just worked fine - have you attempted that?
  • j

    jeffbarr

    09/28/2022, 4:33 PM
    Ok, this was user error - I created my new docs using the "New file..." icon and they did not get a ".md" extension. Renaming them and making sure that they had front matter fixed the problem.
  • k

    kevins8

    09/28/2022, 4:33 PM
    was about to jump in to this. glad you got it sorted out. also good to see you our discord ๐Ÿ‘‹ ๐Ÿ™‚
  • j

    jeffbarr

    09/28/2022, 4:34 PM
    I am taking notes for the re:Invent 2022 launches!
  • k

    kevins8

    09/28/2022, 4:35 PM
    that time of year again. looking forward to it!
  • a

    andrey-jef

    09/28/2022, 4:37 PM
    How to get rid of the โ€œbookโ€ icon (for notes which have schema) in the left sidebar on a published page or in tree-view on Dendron-Vscode? This icon made the indentation nodesโ€™ name looking not structured ๐Ÿ˜…
  • k

    kevins8

    09/28/2022, 4:38 PM
    not supported currently. if you submit a feature, we can track it on the roadmap ๐Ÿ™‚ https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • a

    andrey-jef

    09/28/2022, 4:47 PM
    Yes. Search if it was already requested or not. Then made this feature request https://github.com/dendronhq/dendron/issues/3598
  • a

    aleksey

    09/28/2022, 5:10 PM
    Say I have a set of notes in a hierarchy: - a - 1 - 2 - 3 - 4 - 5 What's the simplest and fastest way to "move" notes 2, 3, 4 into another hierarchy "b"? - a - 1 - 5 - b - 2 - 3 - 4 I can rename them one by one, but this is obviously slow and clunky. In some cases I can use the refactor function, but only when note names can be easily matched by a regex or have something common in their names. Are there any other options?
1...709710711...757Latest