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

    runlevelrobot

    08/16/2020, 9:34 PM
    - id: pro parent: root children: - home - personal - id: home namespace: true template: id: pro.template.home type: note children: - personal - id: personal namespace: true template: id: pro.home.personal.template type: note
  • k

    kevins8

    08/16/2020, 9:57 PM
    making sure i understand the question. you want to apply
    pro.home.personal.template
    to a note like
    pro.personal.foo
    ?
  • r

    runlevelrobot

    08/16/2020, 10:00 PM
    well the note would be pro.home.personal.foo
  • r

    runlevelrobot

    08/16/2020, 10:01 PM
    We can voice chat if that would be easier
  • r

    runlevelrobot

    08/16/2020, 10:16 PM
    Does it make sense what I am trying to do?
  • k

    kevins8

    08/16/2020, 11:36 PM
    it looks like theres a typo in the schema for the child of
    id: home
  • k

    kevins8

    08/16/2020, 11:36 PM
    i think you want this
    Copy code
    - id: pro
      parent: root
      children:
        - home
        - personal
    - id: home
      namespace: true
      template: 
        id: pro.template.home
        type: note
      children:
        - personal
    - id: personal
      namespace: true
      template:
        id: pro.home.personal.template
        type: note
  • r

    runlevelrobot

    08/16/2020, 11:46 PM
    ok thanks but didn't fix it :(.... So I got the above in pro.schema.yml and a template called pro.home.personal.template....
  • r

    runlevelrobot

    08/16/2020, 11:46 PM
    In the template I have [[pro.home.personal]]
  • r

    runlevelrobot

    08/16/2020, 11:47 PM
    and if i go create a new note pro.home.personal.foo the link from the template does not get entered
  • r

    runlevelrobot

    08/16/2020, 11:59 PM
    Are you able to reproduce it?
  • k

    kevins8

    08/17/2020, 12:18 AM
    this is because home is a namespace
  • k

    kevins8

    08/17/2020, 12:19 AM
    so you're actually matching
    pro.home.*.personal.*
  • k

    kevins8

    08/17/2020, 12:19 AM
    you need something like this to match that schema`pro.home.blah.personal.foo`
  • k

    kevins8

    08/17/2020, 12:20 AM
    you could make
    home
    a normal note instead of a namespace and have
    personal
    as a child
  • k

    kevins8

    08/17/2020, 12:20 AM
    that would match
  • r

    runlevelrobot

    08/17/2020, 12:30 AM
    yup that did it!
  • r

    runlevelrobot

    08/17/2020, 12:30 AM
    thanks man
  • r

    runlevelrobot

    08/17/2020, 12:17 PM
    Kevin: After downloading the new version and when trying to initialize a new workspace i get the following error: command dendron.initWS not found
  • r

    runlevelrobot

    08/17/2020, 12:51 PM
    This is on Windows too
  • u

    user

    08/17/2020, 12:55 PM
    I have the same thing (on windows too) and it’s the same with all the commands I’ve tried. I could try on linux later.
  • k

    kevins8

    08/17/2020, 1:18 PM
    @User , can you run
    Dendron: open logs
    and send the output?
  • k

    kevins8

    08/17/2020, 1:18 PM
    @User this is on the latest dendron (0.7.1)?
  • r

    runlevelrobot

    08/17/2020, 1:19 PM
    Command dendron.dev.openlogs not found
  • u

    user

    08/17/2020, 1:19 PM
    Yes, and I have the same error with Dendron:Dev: Open logs
  • k

    kevins8

    08/17/2020, 1:25 PM
    i think i know what the issue is. i'm not by a laptop right now but will fix this ASAP when i get back
  • k

    kevins8

    08/17/2020, 1:26 PM
    meanwhile, you can use 0.6.8 version
  • k

    kevins8

    08/17/2020, 1:26 PM
    https://www.dropbox.com/s/1qdmyr6nioilne7/dendron-0.6.8.vsix?dl=0
  • k

    kevins8

    08/17/2020, 1:26 PM
    uninstall the current dendron and manually install this version
  • k

    kevins8

    08/17/2020, 1:27 PM
    https://stackoverflow.com/questions/42017617/how-to-install-vs-code-extension-manually
1...789...757Latest