Skip to content

Good user interface to explore available libraries #58

@teodorlu

Description

@teodorlu

We currently generate libs.md from data (#57). The motivation for generating libs.md from data is to enable better user interfaces for exploring that data. This issue collects ideas & experiments.

To get started with the data in a REPL:

(require '[clojure.edn :as edn])

(-> "https://scicloj.github.io/docs/resources/model.edn"
    slurp
    edn/read-string)

Feel free to post more links + screenshots here! Help & ideas very much welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions