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

    imalightbulb

    10/15/2020, 12:12 PM
    Can anyone share your vscode theme and font that you are currently using? I'm thinking about changing theme but don't know any good ones. I'm currently using: breadstick.cute-theme and Fira Code (font)
  • k

    kevins8

    10/15/2020, 2:54 PM
    @User the vscode reddit has a weekly thread on themes that you might want to check out https://www.reddit.com/r/vscode/comments/j5j1er/weekly_theme_sharing_thread_for_october_05_2020/
  • b

    Bassmann

    10/15/2020, 3:35 PM
    arcticicestudio.nord-visual-studio-code Theme and Cascadia Code
  • k

    kevins8

    10/15/2020, 3:38 PM
    @User +1 on nord 🙂
  • i

    imalightbulb

    10/16/2020, 12:24 AM
    @User Can I toggle the suggestions on only when I type sth in [[]]? because I added "editor.quickSuggestions": { "other": true, "comments": false, "strings": false }, in my settings json and it gives me suggestions even when I'm typing plain text
  • k

    kevins8

    10/16/2020, 1:48 AM
    what kind of suggestions are you getting? are they snippet suggestions? if so, you can turn off snippet suggestions with the following setting
    Copy code
    "editor.suggest.showSnippets": false,
  • i

    imalightbulb

    10/16/2020, 1:59 AM
    Thanks, it worked
  • k

    kevins8

    10/16/2020, 1:59 AM
    👍
  • k

    kevins8

    10/16/2020, 1:59 AM
    note that this does disable completing snippets
  • k

    kevins8

    10/16/2020, 2:00 AM
    you'll have top open the command prompt and type
    >insert snippets
    to insert snippets in this mode
  • i

    imalightbulb

    10/16/2020, 2:00 AM
    ahh, that's kinda inconvinient as I use a lot of them, are there any method to do tab completion for snippets when I'm in this mode?
  • k

    kevins8

    10/16/2020, 2:01 AM
    so unfortunately it's one or the other. that's why i turn off auto-suggestions for snippets since i use a lot of snippets as well 😅
  • k

    kevins8

    10/16/2020, 2:01 AM
    you could map
    insert snippet
    to some convenient shortcut
  • i

    imalightbulb

    10/16/2020, 2:03 AM
    no prob, thanks for the explanation, I'll toggle showSnippets to
    true
    then because I still want to use tab completion
  • k

    kevins8

    10/16/2020, 2:03 AM
    np
  • k

    kevins8

    10/16/2020, 2:03 AM
    to make it a little better, you can add the following setting
    Copy code
    // Controls if suggestions should be accepted on 'Enter' - in addition to 'Tab'. Helps to avoid ambiguity between inserting new lines or accepting suggestions. The value 'smart' means only accept a suggestion with Enter when it makes a textual change
        "editor.acceptSuggestionOnEnter": "off",
  • i

    imalightbulb

    10/16/2020, 2:09 AM
    I found a problem (that I'm not sure is an issue or not) related to journal Let's say I'm in a file,
    sci.foo.bar
    , and I want to create a journal note, so I hit Ctrl + L , then Ctrl + Shift + J, but the journal note is
    sci.journal.2020-10-16
    instead of
    journal.2020-10-16
    Can I change this behaviour?
  • k

    kevins8

    10/16/2020, 2:09 AM
    you can control journal naming behavior
  • k

    kevins8

    10/16/2020, 2:10 AM
    https://dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202.html#configuration
  • i

    imalightbulb

    10/16/2020, 2:11 AM
    ahh. thanks, I changeed it to
    asOwnDomain
    , that creates
    journal.2020-10-16
    instead
  • k

    kevins8

    10/16/2020, 2:11 AM
    👍
  • k

    kevins8

    10/16/2020, 2:12 AM
    note that you can also use the
    create daily journal note
    command to get that behavior. shortcut is
    ctrl+shift+i
  • k

    kevins8

    10/16/2020, 2:12 AM
    create journal note
    helps you create a journal on a per hierarchy basis.
    create daily journal note
    creates a global one (eg. roam daily journal)
  • i

    imalightbulb

    10/16/2020, 2:41 AM
    Are there any way to do clozed text in markdown?
  • k

    kevins8

    10/16/2020, 3:32 AM
    not that i know of :/
  • g

    gnomesoup

    10/16/2020, 3:44 AM
    What is clozed text?
  • i

    imalightbulb

    10/16/2020, 3:53 AM
    Question:
    I am eating {{...}}
    Answer:
    I am eating an apple.
  • i

    imalightbulb

    10/16/2020, 3:53 AM
    soemthing like this @User
  • h

    HeyyyyJinn

    10/16/2020, 5:19 AM
    I wanted to get a feel of reading physical paper, so I went with Github light and changed my font to Open Sans. I have a few empty panels open for side-notes and for opening other notes.
  • k

    kevins8

    10/16/2020, 1:45 PM
    nice. how was the experience?
1...454647...148Latest