benjypng / logseq-powertags-plugin

Designate selected hashtags as PowerTags, and see them auto-create properties are you use them.
MIT License
57 stars 3 forks source link

Feature request: parse values on entry #8

Closed kerim closed 1 year ago

kerim commented 1 year ago

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 1 year ago

Please try v0.1.0. Do remember to turn on auto-parse in the plugin settings.

kerim commented 1 year ago

Works great. thanks!

TookiTheGreat commented 1 year ago

I will give this a shot, thanks.