Main purpose of adding multiline comments to vimwiki was so we could properly find and parse metadata that wouldn't be included in the HTML output (and can also be concealed, etc).
What format should the metadata take? We will be using the multiline comment syntax to start of %%+ and +%%.
Proposal 1: Emacs Org Mode Drawer Mode + Clocking
Drawer Mode Reference: Link
Clocking Reference: Link
Example Video of Clocking: Link
Org-Pomodoro Plugin: Link
Pros
Established, mature pattern following org mode
Cons
Overly verbose, multi-line which is a bit ugly to me
Could be difficult to parse
Examples
** This is a headline
Still outside the drawer
:CLOCKING:
CLOCK: [2020-08-01 18:32]
:END:
After the drawer.
Main purpose of adding multiline comments to vimwiki was so we could properly find and parse metadata that wouldn't be included in the HTML output (and can also be concealed, etc).
What format should the metadata take? We will be using the multiline comment syntax to start of
%%+
and+%%
.Proposal 1: Emacs Org Mode Drawer Mode + Clocking
Drawer Mode Reference: Link Clocking Reference: Link Example Video of Clocking: Link Org-Pomodoro Plugin: Link
Pros
Cons
Examples
with extra properties if we make stuff up
Proposal 2: Embed JSON
Still need a way to determine if metadata, so would need some indication when beginning multiline comment.
Could do
%%++
or some variant like that. Or could have a special keyword like%%+:meta:
.Pros
Cons
Examples
with extra properties if we make stuff up
Proposal 3: Custom Human Readable
Pros
Cons
Examples
with extra properties if we make stuff up