Skip to content

Commit cd6f3ad

Browse files
authored
Merge pull request #199 from trendschau/master
Added Typemill to Tools
2 parents f354391 + eefb832 commit cd6f3ad

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

_tools/typemill.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: Typemill
3+
category: "websites"
4+
description: "Typemill is an open source CMS for websites and ebooks in pdf- and epub-format."
5+
icon: typemill.png
6+
website: https://typemill.net
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: p
38+
notes: "Syntax highlighting available in the raw markdown editor and in frontend with a plugin possible."
39+
- id: footnotes
40+
available: y
41+
- id: heading-ids
42+
available: yes
43+
notes: "Can be activated in the settings."
44+
- id: definition-lists
45+
available: y
46+
- id: strikethrough
47+
available: n
48+
- id: task-lists
49+
available: n
50+
- id: emoji-cp
51+
available: n
52+
- id: emoji-sc
53+
available: n
54+
- id: highlight
55+
available: n
56+
- id: subscript
57+
available: n
58+
- id: superscript
59+
available: y
60+
- id: auto-url-linking
61+
available: y
62+
- id: disabling-auto-url
63+
available: n
64+
- id: html
65+
available: p
66+
notes: "HTML is off by default for security reasons but you can use various html-tags with a plugin that utilizes the shortcode feature."
67+
---
68+
[Typemill](https://typemill.net) is a lightweight content management system (CMS) for creating websites and ebooks in PDF and ePub formats. Typemill is especially popular among small and mid-sized companies for creating documentation and manuals for software, physical products, and services.
69+
70+
{% include image.html file="/assets/images/tools/typemill.gif" alt="Typemill markdown editor" %}
71+
72+
Typemill is built with Vue.js and PHP. It uses the widely adopted Parsedown library for Markdown conversion.
73+
74+
{% include tool-syntax-table.html %}
9.31 KB
Loading

assets/images/tools/typemill.gif

853 KB
Loading

0 commit comments

Comments
 (0)