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

    kevins8

    09/05/2020, 8:49 PM
    it copies it based on the title
  • k

    kevins8

    09/05/2020, 8:49 PM
    but frontmatter doesn't get updated if you don't do a
    reload index
    πŸ˜…
  • p

    p0lyg0n

    09/05/2020, 9:01 PM
    Trying to delete note using
    ctrl+shift+d
    gives back a
    no node found
    error
  • p

    p0lyg0n

    09/05/2020, 9:02 PM
    tried to wrap it in quotes and start from scratch, same error
  • p

    p0lyg0n

    09/05/2020, 9:04 PM
    looks like each time the 'title' property is changed, it causes a problem when reindexing
  • p

    p0lyg0n

    09/05/2020, 9:04 PM
    is there a way to have the filename not be an exact match of the
    title
    property
  • p

    p0lyg0n

    09/05/2020, 9:04 PM
    so I wouldn't have to create a
    root.tags.#stub
    note
  • k

    kevins8

    09/05/2020, 9:14 PM
    the issue is the #
  • k

    kevins8

    09/05/2020, 9:14 PM
    yaml turns that into a comment
  • k

    kevins8

    09/05/2020, 9:15 PM
    dendron then chokes on indexing
  • k

    kevins8

    09/05/2020, 9:15 PM
    you’ll need to wrap it in quotes
  • k

    kevins8

    09/05/2020, 9:15 PM
    this why delete and the other commands don’t work afterwards
  • p

    p0lyg0n

    09/05/2020, 9:20 PM
    I did wrap it in quotes and reloaded the index, same issue
  • p

    p0lyg0n

    09/05/2020, 9:21 PM
    the only way it works is if I create the note using
    root.tags.#stub
  • p

    p0lyg0n

    09/05/2020, 9:21 PM
    the
    #
    included in the note filename
  • p

    p0lyg0n

    09/05/2020, 9:23 PM
    Here are the logs if I create
    root.tags.stub
    then change
    title
    to
    title: '#Stub'
    and `reload index:
  • p

    p0lyg0n

    09/05/2020, 9:23 PM
    Copy code
    json
    {"level":30,"time":1599340961303,"pid":3488015,"hostname":"manjaro","name":"dendron","ctx":"ReloadIndex.execute","msg":"enter"}
    {"level":30,"time":1599340961309,"pid":3488015,"hostname":"manjaro","name":"dendron","ctx":"getOrCreateEngine","msg":"create new engine"}
    {"level":20,"time":1599340961310,"pid":3488015,"hostname":"manjaro","name":"dendron","ctx":"query:queryAll:pre","mode":"schema"}
    {"level":20,"time":1599340961328,"pid":3488015,"hostname":"manjaro","name":"dendron","ctx":"query:exit:pre"}
    {"level":20,"time":1599340961329,"pid":3488015,"hostname":"manjaro","name":"dendron","ctx":"query:queryAll:pre","mode":"note"}
    {"level":20,"time":1599340961396,"pid":3488015,"hostname":"manjaro","name":"dendron","ctx":"query:exit:pre"}
    {"level":30,"time":1599340961398,"pid":3488015,"hostname":"manjaro","name":"dendron","ctx":"ReloadIndex.execute","msg":"exit"}
    {"level":50,"time":1599340962617,"pid":3488015,"hostname":"manjaro","name":"dendron","msg":"root.tags.stub not found in engine"}
  • k

    kevins8

    09/05/2020, 10:27 PM
    and if you change the title from #Stub -> stub`, then it works? just tried reproducing it without success
  • k

    kevins8

    09/05/2020, 10:28 PM
    actually i take that back
  • k

    kevins8

    09/05/2020, 10:29 PM
    creating hierarchies under root might lead to some funny behavior right now because we special case it
  • k

    kevins8

    09/05/2020, 10:30 PM
    i would, for now, not use
    root
    as the basis of a hierarchy
  • r

    rhaynes

    09/05/2020, 10:30 PM
    @kevins8 is it easy to roll back dendron to the version before the mpe was changed - so that the math rendering will be correct?
  • k

    kevins8

    09/05/2020, 10:30 PM
    i'm able to use
    #Stub
    in
    tags.stub
  • k

    kevins8

    09/05/2020, 10:31 PM
    > @User is it easy to roll back dendron to the version before the mpe was changed - so that the math rendering will be correct? @User if you have vscode insiders, you can install a previous version of an extension
  • k

    kevins8

    09/05/2020, 10:31 PM
    that being said, i'm releasing a fix for it tonight πŸ™‚
  • p

    p0lyg0n

    09/05/2020, 10:35 PM
    @User can confirm it works fine in non-root hierarchies
  • p

    p0lyg0n

    09/05/2020, 10:35 PM
    You think we should add that as a heads up somewhere ? or it's really that far of an edge case πŸ˜„ ?
  • k

    kevins8

    09/05/2020, 10:36 PM
    i think a heads up would be good. i don't think people have tried putting things under
    root
    but we don't explicitly say anywhere that you can't πŸ˜…
  • p

    p0lyg0n

    09/05/2020, 10:37 PM
    also I'm using the
    root
    note as a home / MOCs note
  • k

    kevins8

    09/05/2020, 10:37 PM
    using the root for file content is fine
1...505152...757Latest