You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.The text was updated successfully, but these errors were encountered: