Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.3 KB

roadmap.md

File metadata and controls

56 lines (32 loc) · 1.3 KB

new commands

  • motheme preview

    Show a preview or description of a theme before applying it

  • motheme validate

    Validate a theme file structure

  • motheme random: A random command to apply a random theme

    • user can input a sequence of themes, if no input, get all themes in the cache folder

    • random assignment algorithm

      1. count the number of files in total
      2. randomly split the total number into num_themes groups
      3. randomly order the files and split them to these groups
      4. for each group, run the apply_theme method
  • motheme create: Create a new custom theme

    • arg: theme_name
    • make a duplication of an existed theme and print the path to it

improvements

  • add custom css path and html head path to marimo.toml

docs

  • in readme, recommend add motheme as uv tool install motheme and use it with uvx motheme <command>

new features

new themes

a notebook for creating themes

github

  • add test to valid css file