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

    grndstt

    03/31/2022, 4:06 PM
    I was peeking at https://wkhtmltopdf.org/ but I am having trouble running it on a dendron webpage
  • f

    foureyedsoul

    03/31/2022, 4:21 PM
    I'm still on Mojave (10.14.6). I almost never use preview… would it be useful for me to update VSCode from 1.65.2 and see if it also happens on Mojave?
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 4:27 PM
    might want to try it with a stand-alone install
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 4:28 PM
    https://code.visualstudio.com/docs/editor/portable
  • f

    foureyedsoul

    03/31/2022, 4:32 PM
    Oooh, that does seem interesting! If I'm understanding correctly (our puny planet can't produce enough coffee to help me focus on this particular day), is the idea that I can install this alongside my existing install, then use them in parallel without changes to one affecting the other?
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 4:34 PM
    i'm not 100% sure on how macos would handle it seeing as though the data folder isn't contained with the application.... but i'm a linux/windoze guy
  • s

    Saine

    03/31/2022, 4:37 PM
    just add a
    data
    folder in the portable thing and everything stays there
  • s

    Saine

    03/31/2022, 4:38 PM
    no settings or extensions in your profile
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 4:40 PM
    it's a little different looking for mac it seems, but yeah, that works just fine for windows add a data folder, and a tmp folder inside that.
  • h

    hikchoi

    03/31/2022, 4:40 PM
    make sure you create a directory named
    code-portable-data
    as a sibling of the application. the name
    data
    is for windows and linux.
  • s

    Saine

    03/31/2022, 4:41 PM
    I always forget about the Mac World
  • f

    foureyedsoul

    03/31/2022, 4:41 PM
    Hmmm… I'm thinking I should probably hold off on being a Brave Volunteer Test Subject for this one, at least until this weekend. @User
  • h

    hikchoi

    03/31/2022, 4:42 PM
    No rush 🙂 Thanks for helping out.
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 4:42 PM
    GLaDOS promises cake if you volunteer though 😁
  • s

    Saine

    03/31/2022, 4:43 PM
    tHe cAkE iS a LiE
  • s

    Saine

    03/31/2022, 6:02 PM
    is the line with
    -
    on purpose?
    Copy code
    vaults:
            -
                fsPath: vault
                name: dendron.dendron-site
  • s

    SeriousBug

    03/31/2022, 6:02 PM
    It means that's a list item, it's part of the yaml syntax. You could have more than 1 vault :)
  • p

    plazman30

    03/31/2022, 8:19 PM
    Hello world. Is there a conflict between Dendron and the vim extension? With the vim extension turned on, I can't type CTRL+L to get the search box.
  • b

    benhsm | Jack of N trades

    03/31/2022, 8:23 PM
    Yup, see this message higher up in this channel: https://discord.com/channels/717965437182410783/735365126227493004/923676434181017601
  • p

    plazman30

    03/31/2022, 8:28 PM
    Yeah, you can ignore me. I just RTFMed.
  • t

    TomDuffield

    03/31/2022, 8:41 PM
    So I'm running into an issue where a schema template is not getting applied. I will admit from the get go that my setup is a bit...weird(?). So I have three vaults: personal, work, and ref. Personal and work are private vaults, and ref is my public vault. I have a meeting schema defined in my personal vault pointing to a template in my ref vault. When I create a note in personal, it uses the template as expected. In my work vault, I also leverage the meeting schema but when I create meetings in there the template is not applied. The schema successfully resolves in both the personal and work vault, but the template is only applied to the notes I create in the personal vault. Any idea what I'm doing wrong?
  • s

    Saine

    03/31/2022, 8:43 PM
    while `Initialize or pull nextjs template
    error Couldn't find a package.json file in "/home/runner/work/mettcon.github.io/mettcon.github.io"
    while github build. From where should I get
    package.json
    ?
    npx dendron publish dev
    this local worked
  • b

    Bassmann

    03/31/2022, 9:08 PM
    I made a stupid mistake: I had moved the Dendron tree view into the side bar (drag'n'drop from the explorer view). A few days ago I thought that's not useful and dragged it out and now it's completely gone. Any hint how to get it back? TIA!
  • s

    SeriousBug

    03/31/2022, 9:12 PM
    Can you try clicking the three dots on the top of the explorer bar? It usually has toggles for what's visisble and what is not
  • s

    SeriousBug

    03/31/2022, 9:13 PM
    Is this in the same workspace? And both the schema and the template note are accessible?
  • t

    TomDuffield

    03/31/2022, 9:18 PM
    Yes. Same workspace, all local vaults. Not sure what you mean by "accessible" but I believe so.
  • s

    SeriousBug

    03/31/2022, 9:20 PM
    I meant you can find the note with note lookup, and the schema with the schema lookup.😅 Another silly question, but we're talking about the same name right? Just creating it in different vaults? If that's the case, that's a bug and we'd appreciate a bug report for it
  • a

    AngryZoot

    03/31/2022, 9:25 PM
    Hello Everyone! I have a question on publishing a multi-vault workspace to an Azure Static Web App using GitHub actions. Everything worked beautifully following the Dendron guide when I had one vault, but now I'm getting an error "unable to read note for vault {my new vault name} at DendronEngineV2.init". Building and testing locally works fine.
  • t

    TomDuffield

    03/31/2022, 9:26 PM
    oh! You know what it is! The template isn't getting applied at all (ineither vault) when I use the "Dendron: Go To Note" command on a cross-vault link (e.g.,
    dendron://personal/meeting.2022.03.31.sample-note
    ) Looks like you already have a bug for this behavior (or at least close to it): https://github.com/dendronhq/dendron/issues/2430
  • t

    tfer

    03/31/2022, 10:30 PM
    Well after a 4 months absentance, I'm finding Dendron no less frustrating. I can't get it build the static files let alone serve them on localhost. Playing with the tutorial, I see no
    .next
    folder created so I ran PS C:\Users\tfeth\Dendron-1\vault> npx dendron publish init 🌱 checking if .next directory exists. 🌱 .next directory does not exist 🌱 Initializing NextJS template. 🌱 Successfully cloned. 🌱 All dependencies installed. still no
    .next
    , but maybe thing have changed... run
    Dendron Launch Dev
    from the command pallette - default - build options, then get an error
    siteUrl is undefined
    s
    s
    • 3
    • 16
1...588589590...757Latest