Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.59 KB

todo.md

File metadata and controls

54 lines (39 loc) · 1.59 KB

Todo

  • bug: Hiccup isn't always strict about nesting elements. This may be the reason for the bug in input-08.md. One solution might be to bypass Hiccup and use an AST to transform markdown into puml. Cf Library nextjournal/markdown.

  • investigate Coogle

  • Front matter: If necessary, manage the file options in the Front matter, why not in TOML

  • progress bar on the CLI: using Intervox/clj-progress or weavejester/progrock or lispyclouds/bblgum (spinner)

  • node contents: leave the option, when creating the nodes, to keep only the paragraph and list headings, or on the contrary to use the whole text and then the content of the node is this text.

  • mkdocs: mkdocs plugin https://www.mkdocs.org/dev-guide/plugins to automatically generate mindmaps (.3md). $HOME/.local/lib/python3.8/site-packages

  • hiccup: add an option to generate the intermediate hiccup file

  • badges: add badges to the readme: CI ok, version, tests ok, etc

  • Templates:

    • apply template transformations (style/color) on the generated hiccup, with cgrand lib for example.
    • And/or with noprompt/garden?
    • see https://www.planttext.com/ for examples.
  • Colors and themes:

    Use colors for nodes/edges: rgb(214, 39, 40) rgb(44, 160, 44) rgb(148, 103, 189) rgb(140, 86, 75) rgb(227, 119, 194) rgb(127, 127, 127) rgb(188, 189, 34) rgb(23, 190, 207) rgb(31, 119, 180) rgb(255, 127, 14)

    Use PlantUML themes: bluegray/cerulean/minty/sandstone/silver

  • automatic left/right distribution of nodes.

  • https://github.com/d4span/evermind: a été archivé.