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

    kevins8

    08/16/2022, 3:31 PM
    for bystanders - we resolved it in DM. it was a proxy 🙂
  • k

    KombuSchach

    08/16/2022, 7:37 PM
    Are there any vscodevim-enabled user in Dendron here ? have you tweaked something to make it working correctly ?
  • n

    nam

    08/16/2022, 7:55 PM
    i have not played with https://github.com/VSCodeVim/Vim but currently using https://github.com/vscode-neovim/vscode-neovim
  • f

    foureyedsoul

    08/16/2022, 10:26 PM
    Here's something that surprises me: the tree view's alphabetization takes capitalization into account. For instance, a note with the title
    ALPHABET
    will sort before
    Aack
    . Can the alphabetization logic be configured to ignore capitalization?
  • t

    Tanamr

    08/16/2022, 10:38 PM
    Is there documentation anywhere about the details of proxy notes? like to what extent are they implemented, what the frontmatter looks like, what the behavior is when linking and browsing, can they point to files or websites etc I've seen mentions of proxy notes here and there, but never with much detail
  • k

    kevins8

    08/16/2022, 11:01 PM
    proxy notes are currently more of a pattern than an implementation. the dendron handbook describes how we use them internally: https://handbook.dendron.so/notes/j60zga2igujjmzri96mr8q5/
  • h

    hikchoi

    08/17/2022, 1:47 AM
    Not at the moment. could you create a feature request?
  • k

    KombuSchach

    08/17/2022, 3:06 AM
    Weird: you have to install and to configure neovim ?
  • t

    Tychronos

    08/17/2022, 2:19 PM
    Anyone have problems with the Lookup tool recently? This has started just as of yesterday, where I get an error when trying to open a note with Lookup: > error while running command: invalid version: 1.70.1.22228 Here are the tail logs: > {"level":30,"time":1660745929824,"pid":5314,"hostname":"Kyles-MacBook-Pro.local","name":"dendron","ctx":"NoteLookupProvider:onDidAccept","quickpick":"dendron.log"} > {"level":30,"time":1660745929831,"pid":5314,"hostname":"Kyles-MacBook-Pro.local","name":"dendron","ctx":"dendron.lookupNote:run","msg":"pre-execute"} > {"level":30,"time":1660745929832,"pid":5314,"hostname":"Kyles-MacBook-Pro.local","name":"dendron","ctx":"NoteLookupCommand:execute","msg":"enter"} > {"level":30,"time":1660745929834,"pid":5314,"hostname":"Kyles-MacBook-Pro.local","name":"dendron","ctx":"LookupControllerV3:onHide","msg":"exit"} > {"level":30,"time":1660745929834,"pid":5314,"hostname":"Kyles-MacBook-Pro.local","name":"dendron","ctx":"NoteLookupCommand:execute","msg":"exit"} > {"level":50,"time":1660745929835,"pid":5314,"hostname":"Kyles-MacBook-Pro.local","name":"dendron","ctx":"dendron.lookupNote:run","error":{"name":"DendronError","status":"unknown","payload":"{}","innerError":{}}}
  • k

    kevins8

    08/17/2022, 2:20 PM
    hmm, can you run
    diagnostics report
    and dm me the output?
  • r

    runlevelrobot

    08/17/2022, 3:00 PM
    Thanks this was exactly it. It’s working now
  • d

    d1onys1us

    08/17/2022, 3:35 PM
    are we able to embed javascript directly in dendron published sites? i know markdown supports html, not sure if there is js support tho
  • d

    d1onys1us

    08/17/2022, 3:35 PM
    thinking of something like a jupyter notebook / running blocks of javascript code within a dendron published site
  • n

    nam

    08/17/2022, 4:22 PM
    the idea with vscode-neovim is that you can use or build appon your existing neovim configs
  • z

    Z3r0(00L

    08/17/2022, 4:31 PM
    Preview does not update as i type in editing view suppose if i type a heading with
    ## heading
    preview show exactly like the editing view like this
    ## heading
  • k

    kevins8

    08/17/2022, 5:47 PM
    you can embed javascript globally across pages using the [customHeader](https://wiki.dendron.so/notes/YsEvJdnP5egPF1M6uvMBh)
  • k

    KombuSchach

    08/17/2022, 6:42 PM
    oh I see. I installed VSCodeVim here and learning VIM with it 🙂
  • k

    KombuSchach

    08/17/2022, 6:57 PM
    I am looking for a user guide to make the good decision between using custom metadata fields vs using free form editing inside a note. Do you have this ?
  • k

    KombuSchach

    08/17/2022, 7:13 PM
    Idea is to follow sort of best practice in this domain
  • i

    iglooghost

    08/17/2022, 10:07 PM
    Hello, how should I go about using https://quotebacks.net/ with the publish theme? specifically, how do I edit the nextjs template to add the script quotebacks needs...will i have to fork the template and make the necessary changes ?
  • i

    iglooghost

    08/17/2022, 10:16 PM
    currently, quotebacks does work but you also have to include the
    <script>
    tags
  • f

    foureyedsoul

    08/17/2022, 11:01 PM
    I haven't tried it myself yet, but I believe you can add the
    <script>
    tags to a custom header—so you wouldn't have to fork the theme just for this. You'd just need to make a header html file with the script tags used by Quotebacks, then add the path to that header html as part of the publishing configuration YAML file. https://wiki.dendron.so/notes/YsEvJdnP5egPF1M6uvMBh/
  • e

    eastwd

    08/18/2022, 1:01 AM
    Hey, I'm new to Dendron and read about the feature to use the AWS registry for vaults. When I use
    Vauld: Add
    I cannot see any registries when I select a
    remote
    type. Is this a known bug and/or am I missing configuration to use these features?
  • v

    vinniefm

    08/18/2022, 4:11 AM
    Ever figure anything out for this? It would be handy in multi-monitor setup. Appears that the problem is that Dendron won't run at all in the second window.
  • t

    Tika

    08/18/2022, 4:20 AM
    Not really. It is a VSCode limitation but I thought there were recipes. As you can see, I got no response here. I do open multiple files in things like Typora, OK for writing but no full functionality.
  • i

    iglooghost

    08/18/2022, 8:31 AM
    I will try this, thanks!
  • i

    iglooghost

    08/18/2022, 9:05 AM
    Yay this worked! Thanks
  • c

    ccamara

    08/18/2022, 9:06 AM
    Hello, I have a silly (or maybe not so silly) question:** what's your setup to use dendron while using VSC for coding?** Given that I take lots of notes that are separated from other coding projects, I use a hacky solution consisting of using VS Code for dendron and VS Codium for coding. In turn, I have a vscode workspace with dendron's config and different remote vaults (they are old, so they predate the self-contained vaults, which may be better?)
  • c

    ccamara

    08/18/2022, 9:07 AM
    By doing that, I can easily switch context without mixing code and notes, but I'm not sure if that's the right approach.
  • i

    iglooghost

    08/18/2022, 10:01 AM
    this is working locally but not in production(netlify)...not sure why
1...690691692...757Latest