roll
roll
# Overview Currently, the template and other Livemark projects commit them to git. Reference: - https://github.com/frictionlessdata/frictionless-py/blob/main/.github/workflows/general.yaml#L105-L126
# Overview We need to gather feedback for 1-2 months and then release: - remove HTML/etc from version control - implement "livemark clean" - move built files (search/script/style) to "build"...
# Overview There are a lot of possible improvements we can add: - visual indication of the names of executed runs - a `--show` flag to show the run's code...
# Overview Currently, we use `make install` in already created livemarks which doesn't play really well on Windows. We can have something like `livemark install` just to isolate pip interactions....
# Overview Actual: ``` yaml remark --- type: warning text: This is a warning ``` Expected: ``` md remark type=warning --- This is a **warning** ``` **Use `marko` directly and...
# Overview - Replace by generated pages?? - Handle errors if card can't be loaded - Improve the visual design - Think of a better way interacting with interactive plugin...
# Overview In #185 we implemented the first version that misses some features: - the ability to resolve Jinja's include - the ability to show direct links to data files...
# Overview Currently, it's only possible to create a nested menu item in the PagePlugin as a container. It will not be associated with any page. This behavior is the...
# Overview Currently, it just works on empty project `livemark start`. **We need to use existent Github Templates** (rebase `livemark/assets/documents/template.md` on the Github Templates to avoid duplication) It should be...
# Overview Consider we have 3 charts but we want to have them in the tabs HTML markup. To achieve it we might need a mechanism that allow to move...