All Projects → Arunabh98 → Text_to_MD

Arunabh98 / Text_to_MD

Licence: other
Convert your docs to markdown format.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Text to MD

Ckeditor5
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
Stars: ✭ 5,406 (+35940%)
Mutual labels:  ckeditor, rich-text-editor
Ckeditor4
The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
Stars: ✭ 5,502 (+36580%)
Mutual labels:  ckeditor, rich-text-editor
iOS-HTMLTextEditor
A simple implementation of an HTML Editor using CKEditor in a web view.
Stars: ✭ 57 (+280%)
Mutual labels:  ckeditor, rich-text-editor
gluon2pytorch
Gluon to PyTorch deep neural network model converter
Stars: ✭ 72 (+380%)
Mutual labels:  converter
to-ico
Convert PNG to ICO in memory
Stars: ✭ 115 (+666.67%)
Mutual labels:  converter
color-converter
Command line tool for converting colors from RGB to HEX and vice versa.
Stars: ✭ 17 (+13.33%)
Mutual labels:  converter
t3x-rte ckeditor image
Image support in CKEditor for the TYPO3 ecosystem
Stars: ✭ 43 (+186.67%)
Mutual labels:  ckeditor
romans
A Simple PHP Roman Numerals Library
Stars: ✭ 40 (+166.67%)
Mutual labels:  converter
xml-to-json
Simple API that converts dynamic XML feeds to JSON through a URL or pasting the raw XML data. Made 100% in PHP.
Stars: ✭ 38 (+153.33%)
Mutual labels:  converter
ical2json
A simple node package to convert ical data to json
Stars: ✭ 46 (+206.67%)
Mutual labels:  converter
Tracker
Even the best of apps have their issues
Stars: ✭ 113 (+653.33%)
Mutual labels:  converter
bot-whatsapp
Unmaintained - Multipurpose WhatsApp Bot 🤖 using open-wa/wa-automate-nodejs library! ✨
Stars: ✭ 78 (+420%)
Mutual labels:  converter
am-editor
A rich text collaborative editor framework that can use React and Vue custom plug-ins. 一个富文本实时协同编辑器框架,可以使用React和Vue自定义插件。
Stars: ✭ 542 (+3513.33%)
Mutual labels:  rich-text-editor
medium-to-markdown
Converts Medium posts to markdown.
Stars: ✭ 68 (+353.33%)
Mutual labels:  converter
react-in-out-textarea
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Stars: ✭ 28 (+86.67%)
Mutual labels:  converter
Rates
A currency rate converter App.
Stars: ✭ 13 (-13.33%)
Mutual labels:  converter
form-data-json
A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
Stars: ✭ 37 (+146.67%)
Mutual labels:  converter
mdtable2csv
convert tables in .md to .csv
Stars: ✭ 91 (+506.67%)
Mutual labels:  converter
cyan
Cyan Color Converter
Stars: ✭ 68 (+353.33%)
Mutual labels:  converter
video2gif
A batch script for convert video to GIF files by FFmpeg.exe on Windows
Stars: ✭ 48 (+220%)
Mutual labels:  converter

Text_to_MD

Convert your docs to markdown format.

Sometimes someone shares a blog written by them in Google Docs or MS Word and we have to manually convert it to markdown for our site. Or we copy things from the internet and wish it could have been in markdown format on pasting! Well to solve this problem I have made a converter which can convert our normal documents to markdown language.

The editor used is ckeditor and the HTML to markdown converter used is domchristie/to-markdown. I have also made use of the Resize sensor in marcj/css-element-queries to detect the height changes in ckeditor and accordingly change the height of the output textarea.

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].