Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Notable | 21,692 | 3 months ago | 666 | |||||||
The Markdown-based note-taking app that doesn't suck. | ||||||||||
Github Profile Readme Generator | 15,941 | 2 days ago | 294 | apache-2.0 | JavaScript | |||||
🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI. | ||||||||||
Mdx | 15,209 | 1,354 | 1,560 | 17 days ago | 110 | August 17, 2022 | 22 | mit | JavaScript | |
Markdown for the component era | ||||||||||
Memos | 14,326 | 16 hours ago | 4 | July 09, 2022 | 146 | mit | TypeScript | |||
A lightweight, self-hosted memo hub. Open Source and Free forever. | ||||||||||
Mdx Deck | 11,040 | 5 months ago | 144 | mit | JavaScript | |||||
♠️ React MDX-based presentation decks | ||||||||||
React Markdown | 10,546 | 3,628 | 1,359 | a month ago | 86 | April 20, 2022 | 3 | mit | JavaScript | |
Markdown component for React | ||||||||||
Tinacms | 8,843 | 5 | 61 | a day ago | 105 | September 21, 2022 | 84 | other | TypeScript | |
The Markdown CMS | ||||||||||
Nextra | 7,550 | 18 | 21 hours ago | 109 | September 17, 2022 | 182 | mit | TypeScript | ||
Simple, powerful and flexible site generation framework with everything you love from Next.js. | ||||||||||
Markdoc | 6,336 | 19 | a day ago | 11 | September 22, 2022 | 10 | mit | TypeScript | ||
A powerful, flexible, Markdown-based authoring framework. | ||||||||||
Vditor | 6,312 | 11 | 17 | 3 days ago | 310 | August 04, 2022 | 79 | mit | TypeScript | |
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes. |
Catalog lets you create beautiful living and fully interactive style guides using Markdown and React components.
Please read the Catalog documentation (built with Catalog!) for detailed installation and usage instructions.
yarn add catalog react react-dom
npm install catalog react react-dom --save
Please make sure that you have Node >= 6 and yarn installed.
Start the build process in watch mode:
make
To edit Catalog documentation, run:
make docs
Note: this uses the local Catalog build from
dist/
. Runmake
before/alongsidemake docs
.
When developing Catalog you want to link it locally:
yarn link
You can then link to this version in your project (or one of the examples):
yarn link catalog
To run Jest tests in watch mode:
make test-watch
Bump Catalog's version:
make version
Then push including tags:
git push && git push --tags
The CI server will automatically run tests, build and publish the new version to npm
These usually run automatically on the CI server
make build
make build-docs
make publish
Catalog is developed by many people at Interactive Things, a User Experience and Data Visualization Studio based in Zürich.