chhoumann / MetaEdit

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

Transform inline field with multiple values? #109

Open pianoman723 opened 3 months ago

pianoman723 commented 3 months ago

I'm trying to transform an inline field with comma-separated values to a YAML field. Action only catches the first value. Also, it tries to add a new YAML header instead of putting the new field into my existing header. What am I doing wrong?

---
tags: 
  - project/course
---
Participants:: [[Participant 1]], [[Participant 2]], [[Participant 3]], ...

Changes to:


> ---
> Participants: [[Participant 1
> ---
> ---
> tags:
>   - project/course
> ---
pianoman723 commented 3 months ago

See my related issue oon the Obsidian forum here.