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

    kevins8

    09/26/2020, 6:16 PM
    finally, the nuclear options seems to be > Set the useCtrlKeys setting to false.
  • k

    kevins8

    09/26/2020, 6:16 PM
    https://github.com/VSCodeVim/Vim#-faq
  • t

    tsnieman

    09/26/2020, 6:23 PM
    as far as i can tell, CTRL L isn't bound to anything vim-related. But clearly something is gobbling the keybind. That said, I removed the
    vim.handleKeys
    from settings and threw this in
    keybindings.json
    for now:
    Copy code
    {
        "key": "ctrl+shift+enter",
        "command": "markdown-checkbox.markCheckbox",
        "when": "editorLangId == 'markdown'"
      },
      {
        "key": "ctrl+l",
        "command": "dendron.lookup",
        "when": "editorLangId == 'markdown' || editorLangId == 'yaml'"
      }
    🤷‍♂️ it does the trick.
  • k

    kevins8

    09/26/2020, 6:25 PM
    hmm, yeah that's weird. first time i've heard of it. the newest vscode has a keybindings diagnostics that might help kevinslin.com/notes/47ce8a7d-5176-4786-97e6-35adcae0b367.html#improved-keybinding-diagnostics
  • t

    tsnieman

    09/26/2020, 6:27 PM
    Indeed, apparently there's 4 keybindings for it. Interesting.
    Copy code
    [2020-09-26 11:26:50.516] [renderer1] [info] [KeybindingService]: | Resolving ctrl+[KeyL]
    [2020-09-26 11:26:50.516] [renderer1] [info] [KeybindingService]: \ From 4 keybinding entries, matched extension.vim_navigateCtrlL, when: editorTextFocus && vim.active && vim.use<C-l> && !inDebugRepl, source: built-in extension vscodevim.vim.
  • l

    Leite

    09/27/2020, 12:22 AM
    > @User I think medium has a public API (https://github.com/Medium/medium-api-docs) so it should be possible with a medium pod (https://dendron.so/notes/66727a39-d0a7-449b-a10d-f6c438185d7f.html) @User Can I use the export pod as it is to export? I didn't understand
  • k

    kevins8

    09/27/2020, 12:29 AM
    not at the moment but it’s possible to write a custom pod to export to any source with an api. medium has an api so it’s possible to create a pod for it (we currently don’t have one😅)
  • l

    Leite

    09/27/2020, 1:07 AM
    Oohhh okok so I'll try to do it
  • k

    kevins8

    09/27/2020, 1:31 AM
    i can give you pointers on how to start whenever you feel ready to do so 🙂
  • q

    qqq

    09/27/2020, 1:52 PM
    Is there a way to pay for Dendron? Basically my line of thinking is that, if I'm going to commit my time and energy to learning this tool, I'm really interested in its longevity! Allowing users to pay &/or adding an FAQ section about the plan for dendron to support itself and keep running long-term would allay some of those concerns. Maciej (of Pinboard) has a good post about this: https://blog.pinboard.in/2011/12/don_t_be_a_free_user/
  • q

    qqq

    09/27/2020, 1:54 PM
    (I see the "will it stay free" section in the FAQ... I'm wondering if it might be valuable to add a "how can I support Dendron" and a "This is why Dendron will be around for a long time" section in addition!)
  • i

    imalightbulb

    09/27/2020, 2:18 PM
    I think a section to support dendron will be great too! Great suggestion
  • i

    imalightbulb

    09/27/2020, 2:19 PM
    But I think a paid version will be available in the future too
  • k

    kevins8

    09/27/2020, 3:12 PM
    @User @User I appreciate you asking this. I'm a big fan of Maciej and Pinboard and agree with his points. I've also been getting more queries of late on how to best support Dendron. Short answer: Dendron will start accepting payments around end of October when we come out of preview. This will be in the form of a pay-what-you-want one time/recurring payment. Doing this will get you the "environmentalist" badge on Discord, Dendron swag (still working on this), and discounts on our server side features which will be released at the end of the year. The Dendron client will always be free - server side features are add-ons like "native sync", a cloud accessible version of the Dendron client, private hosting and sharing of notes, etc. My plan is to work on Dendron for the for-seeable future and bring on other folks as well. You can see all our plans on long term sustainability here: https://dendron.so/notes/d892da5f-3667-4bfe-a8ba-e5ea3da4eb72.html
  • g

    grndstt

    09/27/2020, 3:14 PM
    Hi ! I am not sure that the updated timestamp is working .... I create a note, modifiy it some time later however the updated: time stamp is not changed
  • g

    grndstt

    09/27/2020, 3:14 PM
    Is this expected ?
  • g

    grndstt

    09/27/2020, 3:15 PM
    One naive question : why is it displayed in epoch format ?
  • k

    kevins8

    09/27/2020, 3:23 PM
    @User its not just you - the updated timestamp is a lie. we have an issue tracking it here: https://github.com/dendronhq/dendron/issues/234 tldr: we're finishing the lsp migration which will allows us to handle real time updating of notes with minimal performance impact
  • g

    grndstt

    09/27/2020, 3:24 PM
    ok great !
  • k

    kevins8

    09/27/2020, 3:24 PM
    as for epoch format, the idea is that everyone will be coming at dendron from different time zones and it was the most non-ambiguous setup to start off with 😅
  • g

    grndstt

    09/27/2020, 3:24 PM
    I have another question : when I create a "wiki type link" (not sure how you call it) in double brackets [[]] I am happy to see the suggestions of my different dendron notes
  • k

    kevins8

    09/27/2020, 3:25 PM
    i use this extension to convert it: https://marketplace.visualstudio.com/items?itemName=Stalinbalraj.timestamp-converter the functionality will be builtin to dendron in the near future
  • g

    grndstt

    09/27/2020, 3:25 PM
    however they are allways duplicated ... is this expected ?
  • k

    kevins8

    09/27/2020, 3:25 PM
    hmm, no. could you elaborate or send a screenshot?
  • g

    grndstt

    09/27/2020, 3:27 PM
    I have seen this behavior also when using markdown in sublime using the zettelkasten plugin
  • g

    grndstt

    09/27/2020, 3:27 PM
    it is not a big deal but ... suboptimal
  • k

    kevins8

    09/27/2020, 3:29 PM
    hmm, this is how its supposed to look
  • g

    grndstt

    09/27/2020, 3:29 PM
    yes this is what I guessed
  • g

    grndstt

    09/27/2020, 3:29 PM
    were would this come from ?
  • k

    kevins8

    09/27/2020, 3:30 PM
    do you have multiple markdown completion providers? (eg. markdown-notes extension AND dendron markdown notes)
1...777879...757Latest