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

    mihaiconstantin

    03/18/2022, 12:48 PM
    Is there any way to assign a custom keybinding to prepopulate the look-up bar? For example, when pressing that key combination the look-up bar to be filled like in the screen shot.
  • m

    mihaiconstantin

    03/18/2022, 12:49 PM
    Oh, I see. Good to know there is already an issue opened!
  • h

    hikchoi

    03/18/2022, 12:49 PM
    It's a pretty old one 😅
  • m

    mihaiconstantin

    03/18/2022, 12:50 PM
    Well, will blame the VSCode update. 😄
  • h

    hikchoi

    03/18/2022, 12:51 PM
    You can pass in
    initialValue
    as an argument for the custom keybinding. What you pass in can't be dynamically resolved though. (it has to be a string.) https://wiki.dendron.so/notes/ad270a7d-2aed-4273-8319-eb6536e38b29/#initialvalue
    m
    k
    • 3
    • 23
  • m

    mihaiconstantin

    03/18/2022, 12:52 PM
    Yes, yes! This is exactly what I was looking for! Thanks a lot! 🙂
  • m

    mihaiconstantin

    03/18/2022, 1:01 PM
    Can
    initialValue
    take on dynamic values?
  • t

    Tika

    03/18/2022, 2:20 PM
    Workspace Sync does nothing here in 86.1, is it only me?
  • b

    bt

    03/18/2022, 2:27 PM
    Is there a way to cmd + click on a link to a page that doesn't exist yet to automatically create it and switch to it? I'm also looking for a keyboard shortcut to do the same thing, e.g. cmd + enter when the cursor is over a link to a page that doesn't exist yet to automatically create it and go to it?
  • b

    benhsm | Jack of N trades

    03/18/2022, 3:02 PM
    There's a command,
    dendron.gotoNote
    , that you should be able to bind to whatever you want
  • b

    bt

    03/18/2022, 3:06 PM
    Not sure how I missed that, thanks!
  • b

    benhsm | Jack of N trades

    03/18/2022, 3:06 PM
    there's lots of moving parts; I know for sure I don't know every Dendron command 😆
  • b

    benhsm | Jack of N trades

    03/18/2022, 3:07 PM
    good luck!
  • k

    kevins8

    03/18/2022, 3:30 PM
    ah, this is happening because we allow global
    NODE_ENV
    variable to override the stage for debugging purposes. we should inline this for prod builds instead - could you submit a bug report [here](https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=) so we can add it to our roadmap?
  • k

    kevins8

    03/18/2022, 3:32 PM
    should be working. can you run diagnostics report and dm?
  • x

    xg

    03/18/2022, 3:47 PM
    Next question 🙂 is it possible to turn off the colored square before tags from showing up in the editor? I found
    enableRandomlyColoredTags
    in
    dendron.yaml
    for removing them from the preview, but they still show up in the editor.
  • h

    hikchoi

    03/18/2022, 3:57 PM
    You can set
    enableHashTags: false
    , but this will completely disable hashtags. I don't believe we have a setting to selectively disable decorations in the editor yet. Do you mind creating a feature request for this?
  • m

    mihaiconstantin

    03/18/2022, 3:59 PM
    I use this and, despite the error, it hides the colors for the tags in the editor.
  • x

    xg

    03/18/2022, 4:00 PM
    Ok, thanks! I like tags, just prefer text without decorations (took a while to understand what was going on then I created headings). I like syntax highlighting, but not extra annotations in my text 🙂
  • m

    mihaiconstantin

    03/18/2022, 4:00 PM
    Try
    noRandomlyColoredTags: true
  • h

    hikchoi

    03/18/2022, 4:01 PM
    This was the old
    enableRandomlyColoredTags
    . The squiggly line is there because we removed the old config from validation. It is now under a different namespace, with a different name. https://wiki.dendron.so/notes/0q2h2R9xS2pT7jctDhIYB/
  • h

    hikchoi

    03/18/2022, 4:02 PM
    We are still accepting the old config for compatibility 🙂 but eventually they will be deprecated.
  • x

    xg

    03/18/2022, 4:02 PM
    Nice, that worked for me after restarting dendron
  • m

    mihaiconstantin

    03/18/2022, 4:03 PM
    Oh...
  • m

    mihaiconstantin

    03/18/2022, 4:05 PM
    I also have... another question, but not sure if I use the correct terminology. Is it possible to copy a link to a block reference without the alias part (e.g., as in the demo clip)?
  • h

    hikchoi

    03/18/2022, 4:12 PM
    Currently, no. But we support much more fine-grained alias modes in
    Insert Note Link
    (https://wiki.dendron.so/notes/F9LWJEjscrGkxnYi2JNby/#aliasmode), and we can apply the same flow for
    Copy Note Link
    as well. Can you open a feature request for this?
  • h

    hikchoi

    03/18/2022, 4:14 PM
    A bit more on how the alias modes differ in `Insert Note Link`: https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47/#aliasmode
  • m

    mihaiconstantin

    03/18/2022, 4:16 PM
    Opening the feature request now.
  • m

    mihaiconstantin

    03/18/2022, 4:23 PM
    Opened here: https://github.com/dendronhq/dendron/issues/2596
  • x

    xg

    03/18/2022, 6:07 PM
    Is there a way of triggering the autocomplete note lookup besides typing two brackets after each other? I often find myself in a situation where my goal is to type the name of a note but have arrived there e.g. by surrounding a word with double brackets and have to add the "path", or I'm writing a wikilink with an alias and have
    [[my alias|<cursor>]]
    and no autocomplete popup.
1...571572573...757Latest