chhoumann / MetaEdit

MetaEdit for Obsidian

Home Page:https://bagerbach.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bold or Italicized inline fields do not update properly

apoc527 opened this issue ยท comments

When using styled inline fields, e.g. **Priority**::, even though the field is selectable as metadata when running MetaEdit, the field will not update. Have tried both manual data entry and Auto Properties.

Same issue with inline fields within callouts.

I've run into a similar issue, given the following snippet:

- **Task**::

I get the following error in the Developer Tools:

plugin:metaedit:4890 Uncaught (in promise) SyntaxError: Invalid regular expression: /^s*- **Task**:{1,2}/: Nothing to repeat (at plugin:metaedit:4890:31)
    at new RegExp (<anonymous>)
    at MetaController.lineMatch (plugin:metaedit:4890:31)
    at eval (plugin:metaedit:4882:22)
    at Array.map (<anonymous>)
    at MetaController.updatePropertyInFile (plugin:metaedit:4881:56)
    at async MetaController.standardMode (plugin:metaedit:4795:13)
    at async MetaController.multiValueMode (plugin:metaedit:4802:13)
    at async MetaController.editMetaElement (plugin:metaedit:4691:13)
    at async MetaEditSuggester.onChooseItem (plugin:metaedit:4288:9)

๐ŸŽ‰ This issue has been resolved in version 1.8.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€