Feature request: parse values on entry
Closed this issue · 3 comments
kerim commented
If I have a power tag #meeting with the values "date" and "person" I'd like to write this:
#meeting {2022-12-30, John}
and have it parsed so that it would become:
#meeting
date:: 2022-12-30
person: John
I hope that makes sense?
benjypng commented
Please try v0.1.0. Do remember to turn on auto-parse in the plugin settings.
kerim commented
Works great. thanks!
TookiTheGreat commented
I will give this a shot, thanks.