awesome-markdown icon indicating copy to clipboard operation
awesome-markdown copied to clipboard

Added ts-markdown to readme

Open kgar opened this issue 2 years ago • 0 comments

Project URL

https://github.com/kgar/ts-markdown

Category

Tools > Converters

Description

An extensible TypeScript markdown generator that takes JSON and creates a markdown document. It's brand new!

Why it should be included to awesome-markdown (optional)

ts-markdown fills a niche for markdown generation that helps with those who are taking JSON data and generating markdown documents. It takes away the headache of trying to make a good markdown document and only requires someone to make JSON objects. Also, because it's written in TypeScript and provides typings directly in the npm package, it boosts the productivity of any TypeScript application that needs to generate markdown from data.

I am the author of ts-markdown, and I made it so that I could focus on making markdown files for my Obsidian vaults in another project, but I didn't want to deal with the added complexity of trying to render nested, complex markdown on the fly.

Checklist

  • [x] Only one project/change is in this pull request
  • [x] Addition in alphabetical order
  • [x] Has a commit from less than 2 years ago
  • [x] Has a clear README in English

kgar avatar Jul 22 '22 04:07 kgar