All Projects → azu → Mdline

azu / Mdline

Licence: mit
Markdown timeline format and toolkit.

Projects that are alternatives of or similar to Mdline

Mojs Timeline Editor
GUI for interactive `html`/`custom points`/`timeline` editing while crafting your animations
Stars: ✭ 215 (+93.69%)
Mutual labels:  tool, timeline
TTTTRPG
Timeline Tree of Tabletop Role-Playing Games, celebrating more than 40 years game design innovations
Stars: ✭ 34 (-69.37%)
Mutual labels:  timeline, history
Mojs Player
GUI player to control your animations
Stars: ✭ 243 (+118.92%)
Mutual labels:  tool, timeline
Covid 19 Germany Gae
COVID-19 statistics for Germany. For states and counties. With time series data. Daily updates. Official RKI numbers.
Stars: ✭ 114 (+2.7%)
Mutual labels:  timeline, history
Keep A Changelog
If you build software, keep a changelog.
Stars: ✭ 5,065 (+4463.06%)
Mutual labels:  markdown, history
Covid 19 Timeline
以 社会学年鉴模式体例规范地统编自2019年末起新冠肺炎疫情进展的时间线。
Stars: ✭ 1,887 (+1600%)
Mutual labels:  timeline, history
Life
Life - a timeline of important events in my life
Stars: ✭ 2,627 (+2266.67%)
Mutual labels:  markdown, timeline
Timeline
直观地显示各个历史时间段及历史地图。Visually display various historical time periods and historical maps.
Stars: ✭ 127 (+14.41%)
Mutual labels:  timeline, history
Symbolic Execution
History of symbolic execution (as well as SAT/SMT solving, fuzzing, and taint data tracking)
Stars: ✭ 395 (+255.86%)
Mutual labels:  timeline, history
bitcoin-development-history
Data and a example for a open source timeline of the history of Bitcoin development
Stars: ✭ 27 (-75.68%)
Mutual labels:  timeline, history
Supermarker
An automatic marking tool better than mark man.
Stars: ✭ 151 (+36.04%)
Mutual labels:  markdown, tool
Grand Timeline
Interactive grand unified timeline of 30,800 ancient Chinese people / 古人全表
Stars: ✭ 83 (-25.23%)
Mutual labels:  timeline, history
timeline-component-lwc
This component enables timeline view for Salesforce Record history.
Stars: ✭ 18 (-83.78%)
Mutual labels:  timeline, history
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-39.64%)
Mutual labels:  markdown, tool
Go Mygen
Quickly generate CURD and documentation for operating MYSQL.etc
Stars: ✭ 94 (-15.32%)
Mutual labels:  markdown, tool
Startblog
Startblog is a simple Markdown blog system based on the CodeIgniter!
Stars: ✭ 107 (-3.6%)
Mutual labels:  markdown
Markdown Viewer
Markdown (.md) file viewer WebExtension for your browser.
Stars: ✭ 109 (-1.8%)
Mutual labels:  markdown
Angular Markdown Editor
Angular Markdown Editor. All-in-one Markdown Editor and Preview
Stars: ✭ 106 (-4.5%)
Mutual labels:  markdown
Ipfs.ink
PROJECT HAS BEEN SHUTDOWN - Publish and render markdown essays to and from ipfs
Stars: ✭ 106 (-4.5%)
Mutual labels:  markdown
Pip Licenses
Dump the license list of packages installed with pip.
Stars: ✭ 110 (-0.9%)
Mutual labels:  markdown

mdline Build Status

Markdown timeline format and toolkit.

For example, mdline convert a markdown file to following HTML file.

ecmascript-timeline.png

mdline timeline: https://mdline.netlify.com/
ECMAScript - Wikipedia

Mdline Format

## {{Date}}: TITLE

MARKDOWN BODY

## {{Date}}--{{Date}}: TITLE

MARKDOWN BODY

Example:

## 1997-06: ECMAScript 1

First edition.

## 1998-06: ECMAScript 2

Editorial changes to keep the specification fully aligned with ISO/IEC 16262 international standard.

## 1999-12: ECMAScript 3

Added regular expressions, better string handling, new control statements, try/catch exception handling, tighter definition of errors, formatting for numeric output and other enhancements.

## 2000-01--2007-10-23: [Abandoned] ECMAScript 4

Fourth Edition was abandoned, due to political differences concerning language complexity. Many features proposed for the Fourth Edition have been completely dropped; some were incorporated into the sixth edition.

For more details, see ECMAScript timeline markdown and HTML.

You can also live demo on https://mdline.netlify.com/.

Usage

Install with npm:

npm install --global mdline

Convert mdline format text to html.

mdline ./timeline.md -o timeline.html
# or
npx mdline ./timeline.md -o timeline.html

For more details, see mdline package.

Packages

This repository is a monorepo includes following packages.

Changelog

See Releases page.

Running tests

yarn install
yarn bootrap
yarn test

Release workflow

# = npm version
yarn run versionup
# = npm publish
yarn run release

Docker

You have a basic Docker integration in the docker directory with an example file.

  • Build the image with docker/build.sh. A docker image named mdline will be created.
  • Test the conversion with docker/test.sh. It will convert the docker/example.md file to HTML format.

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].