Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ts-markdown to readme #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kgar
Copy link

@kgar kgar commented Jul 22, 2022

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant