LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
https://livesplit.org/
Apache License 2.0
212 stars 58 forks source link

Implement a Note Component #207

Open CryZe opened 5 years ago

CryZe commented 5 years ago

We should implement a note / route component. This already exists as various third party components for the original LiveSplit. So far we have no notion of separate windows for livesplit-core, but that's fine for now. We can just implement it as a normal component and have the ability to show multiple layouts in different windows later on. We definitely want to use Markdown for the text format.

CryZe commented 5 years ago

There actually seems to be a lot of overlap with the text component, such as #199. Maybe there is a way to unify this with the variable system, such that this may not even need to become its own component.