Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinatesim/markdown-manager
This project is a markdown template generator tool via Vite + Vue π€
https://github.com/yasinatesim/markdown-manager
markdown markdown-converter markdown-generator
Last synced: 22 days ago
JSON representation
This project is a markdown template generator tool via Vite + Vue π€
- Host: GitHub
- URL: https://github.com/yasinatesim/markdown-manager
- Owner: yasinatesim
- License: mit
- Created: 2021-09-14T20:54:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T15:03:42.000Z (about 3 years ago)
- Last Synced: 2024-10-04T13:29:54.640Z (about 1 month ago)
- Topics: markdown, markdown-converter, markdown-generator
- Language: Vue
- Homepage: http://markdown-manager.yasinatesim.vercel.app
- Size: 48.8 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Markdown Manager
This project is a markdown template generator
Β· View App
## π About
This project is a markdown template generator app. I developed this tool because it is difficult to constantly create new markdown templates.
### π‘Idea
What if there was an implementation in Markdown that allows defining variables and each loops using template engine constructs like [Handlebars](https://handlebarsjs.com/)?### πTech Stack
Handlebars Template Engine
It uses a template and an input object to generate HTML or other text formats. Handlebars templates look like regular text with embedded Handlebars expressions.Vite
Next Generation Frontend Tooling
Tailwind CSS
A utility-first CSS framework for rapidly building custom designs.Editorconfig
Helps maintain consistent coding styles for my working on the same project across various editors and IDEs## π§ What's inside?
There is a sample file in the **templates** directory. You can create your own markdown template by changing this file. The `each` and **variable definition** features in the [Handlebars](https://handlebarsjs.com/) structure are available
## Getting Started
### π¦ Prerequisites
- Node (v12.0.0+)
- Npm (v6.00+)
### βοΈ How To Use
You can create your own markdown template by modifying the example file in the **templates** folder. Afterwards, it is enough to paste the template pattern into the `textarea` area and follow the steps.
## π License
* Copyright Β© 2021 - MIT License.
See [LICENSE](https://github.com/yasinatesim/markdown-manager/blob/master/LICENSE) for more information.
---
_This README was generated with by [markdown-manager](https://github.com/yasinatesim/markdown-manager)_ π₯²