kalekundert / stepwise

Modular, command-line scientific protocols
GNU General Public License v3.0
3 stars 0 forks source link

Easily specify protocol links and footnotes for reactions #66

Open kalekundert opened 2 years ago

kalekundert commented 2 years ago

The annoying thing here is that Reactions let the user set the introductory string to anything, so there's not an clear way to insert the footnote. I can't even provide it as a formatting variable (like n), because the footnotes would be added to the protocol as soon as I made the variable, even if it didn't end up being used.

The formatting issue will go away once I refactor the way formatting works (#58), because then footnotes will be true inline objects. I'll probably just defer on this issue until then.