Skip to content

Commit afbe4dd

Browse files
authored
Merge pull request #273 from rishhavv/add-tinymd-tool
Add tinyMD to tools directory
2 parents 8c427c6 + c670718 commit afbe4dd

3 files changed

Lines changed: 75 additions & 0 deletions

File tree

_tools/tinymd.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: tinyMD
3+
category: "online editor"
4+
description: "tinyMD is a free, browser-based Markdown toolkit with 25+ tools."
5+
icon: tinymd.png
6+
website: https://tinymd.io
7+
syntax:
8+
- id: headings
9+
available: y
10+
- id: paragraphs
11+
available: y
12+
- id: line-breaks
13+
available: y
14+
- id: bold
15+
available: y
16+
- id: italic
17+
available: y
18+
- id: blockquotes
19+
available: y
20+
- id: ordered-lists
21+
available: y
22+
- id: unordered-lists
23+
available: y
24+
- id: code
25+
available: y
26+
- id: horizontal-rules
27+
available: y
28+
- id: links
29+
available: y
30+
- id: images
31+
available: y
32+
- id: tables
33+
available: y
34+
- id: fenced-code-blocks
35+
available: y
36+
- id: syntax-highlighting
37+
available: y
38+
- id: footnotes
39+
available: n
40+
- id: heading-ids
41+
available: p
42+
notes: "Automatically generated. There's no way to set custom heading IDs."
43+
- id: definition-lists
44+
available: n
45+
- id: strikethrough
46+
available: y
47+
- id: task-lists
48+
available: y
49+
- id: emoji-cp
50+
available: y
51+
- id: emoji-sc
52+
available: n
53+
- id: highlight
54+
available: n
55+
- id: subscript
56+
available: n
57+
- id: superscript
58+
available: n
59+
- id: auto-url-linking
60+
available: y
61+
- id: disabling-auto-url
62+
available: y
63+
- id: html
64+
available: y
65+
---
66+
67+
[tinyMD](https://tinymd.io) is a free, browser-based Markdown toolkit with 25+ tools. Unlike most online Markdown tools, tinyMD processes everything client-side — no files are uploaded to a server, no account is required, and it works offline as a PWA.
68+
69+
The toolkit includes converters (Markdown to PDF, HTML, DOCX, EPUB, and back), a distraction-free editor with live preview, a diff tool for comparing documents, a merge tool for resolving conflicts, a table generator, a formatter, and a prompt reader for AI workflows.
70+
71+
{% include image.html file="/assets/images/tools/tinymd.png" alt="tinyMD Markdown toolkit" %}
72+
73+
tinyMD uses [unified](https://unifiedjs.com/) with [remark](https://github.com/remarkjs/remark) and [rehype](https://github.com/rehypejs/rehype) for Markdown processing, supporting GitHub Flavored Markdown (GFM) including tables, task lists, and strikethrough.
74+
75+
{% include tool-syntax-table.html %}
41.8 KB
Loading

assets/images/tools/tinymd.png

122 KB
Loading

0 commit comments

Comments
 (0)