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

    benhsm | Jack of N trades

    04/29/2022, 6:42 PM
    This is from the workspace I'm testing this with right now
  • k

    kevins8

    04/29/2022, 6:49 PM
    hmm, the config itself looks fine. might be a specific file within one of the vaults
  • k

    kevins8

    04/29/2022, 6:50 PM
    do you have surrounding context for that error message that you see? (eg. diagnostics report) if so, can you dm me the details?
  • b

    benhsm | Jack of N trades

    04/29/2022, 6:50 PM
    sure thing. I can't think of any files that these workspaces would have in common, but I'll look into that
  • k

    kevins8

    04/29/2022, 7:18 PM
    got it - i think the CLI and the plugin both check the dendron.yml for version info and there can be a mismatch if the cli is ahead of the plugin or vice versa. need to look at the guide for details. might not have a chance though till a bit later
  • b

    benhsm | Jack of N trades

    04/29/2022, 7:26 PM
    hrm, ok, I'll try a few things and see if I can learn more
  • r

    rrf

    04/29/2022, 7:27 PM
    Usually you d use a scratch note for
  • p

    pengurrito

    04/29/2022, 7:33 PM
    I'm trying to use the "Markdown Tables" extension with Dendron and it seems to ignore it. No keyboards shortcuts, no right click menus, etc. It works fine on the same install on non-dendron project. I tried disabling keybindings for some dendron commands that conflicts, but that didn't help. I'm at a loss what to try next.
  • b

    benhsm | Jack of N trades

    04/29/2022, 8:00 PM
    Ok, I've got it: in the broken workspaces the contents of`.dendron.ws` is:
    {"version":"dendron-cli","activationTime":1651261068366}
    While in the functional ones it reads
    {"version":"0.92.1","activationTime":1651260924093}
    If I manually change the string
    "dendron-cli"
    in the broken workspaces'
    .dendron.ws
    , everything functions as expected
  • s

    SeriousBug

    04/29/2022, 8:44 PM
    It seems to work okay for me. Do you have any other extensions that could be conflicting? "Markdown All in One" with Dendron causes conflicts that can affect other extensions too I think
  • p

    pengurrito

    04/29/2022, 8:48 PM
    I do have that one. I'll try to remove that one.
  • p

    pengurrito

    04/29/2022, 8:49 PM
    Bingo! Thanks for the tip!
  • k

    kevins8

    04/29/2022, 9:02 PM
    ah - good catch! do you know how it got int that state?
  • b

    benhsm | Jack of N trades

    04/29/2022, 9:02 PM
    happens after I use look up to create a note in the workspace
  • b

    benhsm | Jack of N trades

    04/29/2022, 9:03 PM
    not sure what other operations might produce the state as well
  • k

    kevins8

    04/29/2022, 9:03 PM
    hmm, it shouldn't. you mean when you use the cli to do lookup or the plugin?
  • b

    benhsm | Jack of N trades

    04/29/2022, 9:04 PM
    when I use the cli to do the lookup
  • k

    kevins8

    04/29/2022, 9:18 PM
    got it. think that might be an issue on our side. @hikchoi for visibility ☝️
  • a

    alexis<3

    04/29/2022, 11:37 PM
    I started up dendron today and am getting some error all it says is
    {}
    in the pop up
  • a

    alexis<3

    04/29/2022, 11:38 PM
    I’m not sure what to do next since there’s no actual error message just the brackets
  • a

    alexis<3

    04/29/2022, 11:46 PM
    In the logs all I see is the same
    Copy code
    error: {}
  • a

    alexis<3

    04/29/2022, 11:53 PM
    Ok so dug into it more - I was having the same ‘dendron-cli’ issue…
  • a

    alexis<3

    04/29/2022, 11:53 PM
    Just changing the version field fixed it… odd
  • r

    RenStrike

    04/30/2022, 2:00 AM
    I'm planning on starting to add custom images/gifs to some of my notes soon. What's my best solution for storing/referring to them in my notes that will make it easiest to publish them later? Maybe I instead store them remotely and refer to them that way, via dropbox or google drive?
  • a

    alexis<3

    04/30/2022, 2:02 AM
    i just inserted my first image into a note, i followed the instructions and it shows up in the page preview, but its a broken image on the published notes, is there a setting im missing?
  • s

    SeriousBug

    04/30/2022, 2:02 AM
    The easiest way would be to put them into the
    assets
    folder inside the vault, which should be good if you don't have really large files. If you do have large files, you can look at Git LFS. Otherwise doing it remote also works, we host most images for the Dendron wiki in an S3 bucket.
  • r

    RenStrike

    04/30/2022, 2:03 AM
    1. Snipping your message 2. Ctrl-Alt-V in Note 3. Ended up with this in my note...
  • r

    RenStrike

    04/30/2022, 2:03 AM
    4. And the snipped image in my preview
  • r

    RenStrike

    04/30/2022, 2:05 AM
    Oh, i thought Git just didnt' do files, for some reason, lol. Maybe it didn't used to? Anyway, what's "big"? When should i start considering alternative hosting? Thanks for your help!
  • s

    SeriousBug

    04/30/2022, 2:08 AM
    Looks like Github strongly recommends that the total size of the whole repository be less than 5 gigs, which sounds like a good limit. If you hit a few gigs you can look into moving the images.
1...620621622...757Latest