Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bold or Italicized inline fields do not update properly #54

Closed
apoc527 opened this issue Jan 4, 2022 · 3 comments
Closed

Bold or Italicized inline fields do not update properly #54

apoc527 opened this issue Jan 4, 2022 · 3 comments
Labels

Comments

@apoc527
Copy link

apoc527 commented Jan 4, 2022

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.

@abers
Copy link

abers commented Mar 23, 2022

Same issue with inline fields within callouts.

@errbufferoverfl
Copy link

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)

@github-actions
Copy link

github-actions bot commented Mar 2, 2023

🎉 This issue has been resolved in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants