MetaEdit icon indicating copy to clipboard operation
MetaEdit copied to clipboard

Bold or Italicized inline fields do not update properly

Open apoc527 opened this issue 3 years ago • 1 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.

apoc527 avatar Jan 04 '22 02:01 apoc527

Same issue with inline fields within callouts.

abers avatar Mar 23 '22 12:03 abers

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)

errbufferoverfl avatar Nov 19 '22 00:11 errbufferoverfl

:tada: This issue has been resolved in version 1.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Mar 02 '23 18:03 github-actions[bot]