livemark
livemark copied to clipboard
Improve `livemark run`
Overview
There are a lot of possible improvements we can add:
- visual indication of the names of executed runs
- a
--showflag to show the run's code -
livemark dataalias forlivemark run data - support a better UI for run scripts (show
livemark run <run>on top of the code block) - support
livemark.yaml:task.sources == arrayto provide task sources not using pages - rename
livemark runtolivemark task? (task runner) ORrun=nametotask=name? - rebase from
scripttotaskas a snippet type? - remove
makedependency fromlivemarkrepo itself? - rename
livemark merge->livemark update/etc? - TBD
Using TaskPlugin:
'''python task id=data-extract
print('Data extract!')
'''