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

    rgood

    10/28/2021, 4:00 AM
    That fixed it, thank you for your support! I was not using the correct name when I guessed and tried, was using "dendron" instead of "vault". Silly me, vault is the directory name!
  • j

    joneshf

    10/28/2021, 4:28 AM
    Any thoughts on this ☝️?
  • k

    kevins8

    10/28/2021, 4:33 AM
    @User can you comment on ☝️ ? its past my bedtime 😅
  • j

    jyeung

    10/28/2021, 5:05 AM
    Hi @User I was able to get this to work:
    Copy code
    yml
    version: 1
    imports: []
    schemas:
      - id: project
        pattern: "2021-[0-1][0-9]-[0-3][0-9]-*"
        template:
          id: project.template
          type: note
    
      - id: projects
        children:
          - project
    
      - id: team
        parent: root
        children:
          - projects
        namespace: true
    
    ## project.template is getting applied to team.b.projects.2021-11-11-hello and team.a.projects.2021-09-39-world
    A few notes: - The only part I changed from your schema was to add
    parent: root
    - make sure that the top level schema (
    id:team
    here) has
    parent:root
    - double check that you have a note called
    project.template
    in the same vault with your desired template - each time you modify a schema, make sure to run
    >Developer: Reload Window
    to reload VS Code & Dendron, or else changes won't take into effect yet. We're working on a fix for this shortly. - when you have a glob pattern on the child, it looks like lookup doesn't give the visual indicator (the notebook icon) that it's matching, even though it may actually be matching already. The only way to tell is if you find that the schema template is applied. We can look into fixing that Let me know if that works? Hope this helps!
  • j

    Jens

    10/28/2021, 11:58 AM
    The pages will work but the preview links do not
  • z

    zebrastuhl

    10/28/2021, 3:25 PM
    Just curious if there will be a dendron application instead of the vs-code extension in a future far far away. That should grab attention from more casual users (not developers). EDIT: nevermind found the answer here 🙂 https://wiki.dendron.so/notes/d892da5f-3667-4bfe-a8ba-e5ea3da4eb72/
  • j

    jyeung

    10/28/2021, 3:37 PM
    Thanks @User for reporting the issue. We're tracking a few pod related issues, particularly around wikilinks during import; we'll add this one to the list and try to get to it shortly. @User
  • d

    dj radon

    10/28/2021, 6:09 PM
    I'm pretty sure there's a way to find all the wikilinks that don't have corresponding notes, but I can't find any references anywhere.
  • j

    joneshf

    10/28/2021, 6:46 PM
    Awesome, I'll give that a shot! Thanks!
  • a

    andrey-jef

    10/28/2021, 9:52 PM
    I'm running command
    Dendron: Site Build
    then this error pop up in the notification
    error while running command: noteVault vault should exist
    Anyone can help me to understand what's going on pls?
  • m

    Maxotronic

    10/28/2021, 10:15 PM
    another issue: I havre a lot of 404's for pages that previously existed https://github.com/maxkrieger/inquiry
    k
    • 2
    • 2
  • m

    Maxotronic

    10/28/2021, 10:22 PM
    (try the sidebar https://a9.io/inquiry/ )
  • k

    kevins8

    10/28/2021, 10:52 PM
    will take a look at this. today's kind of packed but will try to get to it tonight, tomorrow otherwise
  • h

    hrmnjt

    10/28/2021, 10:53 PM
    I'm looking to publish dendron privately to be shared selectively with non-technical audience. Is there a solution which does this out-of-box?
  • h

    hrmnjt

    10/28/2021, 10:54 PM
    solution = build + hosting
  • m

    Maxotronic

    10/28/2021, 11:24 PM
    i noticed the uri's uuid scheme is different for some of the notes, unrelated to whether they 404
  • j

    jyeung

    10/29/2021, 3:26 AM
    I looked at the github issue you filed a bit yesterday, haven't been able to get to the bottom of it yet. One thing is that the word
    noteVault
    is not pertinent - it's hard coded in the error string. So it's actually trying to look for a vault named
    vault
    . Will try to spend some more time today on it - thanks for the patience!
  • a

    andrey-jef

    10/29/2021, 3:28 AM
    Hmm. Maybe another one had the same problem and raised the issue. I haven’t submitted this issue yet 😅
  • j

    jyeung

    10/29/2021, 3:28 AM
    Lol, yes just checked. I'm getting mixed up - here is the one I'm referring to: https://github.com/dendronhq/dendron/issues/1600 looks like the same problem
    a
    • 2
    • 3
  • j

    jyeung

    10/29/2021, 7:16 AM
    Dendron Site Build Issue
  • h

    hrmnjt

    10/29/2021, 11:44 AM
    Anyone?
  • f

    fudo

    10/29/2021, 11:45 AM
    you could take a look here https://wiki.dendron.so/notes/a6b9c043-7713-48ea-b826-50d003e3e21f/
  • j

    Jopp

    10/29/2021, 12:45 PM
    Hello, i just installed Dendron today. Small but irritating issue: i cannot open wiki-links [[note]] in preview mode- these wiki-links behave like normal text, impossible to interact with them. Urls are clickable. I tried to deactivate all my plugins to see if something messes up my settings, but the problem persists, after disabling plugins. I double-checked the Preferences but could not find a solution…
  • c

    cconrad

    10/29/2021, 12:49 PM
    Hi @User , welcome! I am wondering if your issue could be the same as one that tripped me up when I started using Dendron a few days ago. There are two preview buttons above my Markdown editors, and only the left button (in my case) can show [[wikilinks]]:
  • t

    Tika

    10/29/2021, 12:51 PM
    and even that has been deprecated for
  • j

    Jopp

    10/29/2021, 12:55 PM
    Wow, thanks! this worked
  • j

    Jopp

    10/29/2021, 12:57 PM
    maybe you are using an older version - @User 's tip worked for me. Thx nevertheless
  • j

    Jopp

    10/29/2021, 1:06 PM
    another one, popup-previews of wiki-links do not show up in preview mode - in edit mode i get the popup on mouse hover…maybe i check again Dendrons Preferences
  • j

    joneshf

    10/29/2021, 2:47 PM
    That ended up working! Thanks! FWIW, I actually had
    parent: root
    in the real schema, but dropped it off here accidentally when asking the question here 😊. > when you have a glob pattern on the child, it looks like lookup doesn't give the visual indicator (the notebook icon) that it's matching, even though it may actually be matching already. The only way to tell is if you find that the schema template is applied. We can look into fixing that I think this made me think it wasn't working. But it does actually. Thanks for explaining what is going on!
  • j

    Jopp

    10/29/2021, 2:56 PM
    Wikilinks popups work only in Edit mode
1...440441442...757Latest