chhoumann / MetaEdit

MetaEdit for Obsidian
https://bagerbach.com
GNU General Public License v3.0
393 stars 15 forks source link

getPropertyValue doesn't work if a Property is behind > or - #78

Open dredhorse opened 1 year ago

dredhorse commented 1 year ago

https://github.com/chhoumann/MetaEdit/blob/41edf3b93c058c07bdae3a009090185075cb9bba/src/parser.ts#L43

My Property is either of the below

  • MyProperty:: Test
  • MyProperty:: Test MyProperty:: Test

the function from the title returns an undefined

If I use

MyProperty:: Test

it works, problem though is that I need to use

  • MyProperty:: Test
MMoMM-org commented 1 year ago

workaround is to use "> - MyProperty"