Skip to content

Commit 0234cca

Browse files
authored
Create typemill.md
Added initial description for typemill
1 parent c4328bb commit 0234cca

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

_tools/typemill.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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+
69+
[Typemill](https://typemill.net) is a lightweight content management system (CMS) for creating websites and ebooks in PDF- and ePub-format. Typemill is especially used by small and midsized companies to create documentations and manuals for software, physical products, and services.
70+
71+
{% include image.html file="/assets/images/tools/typemill.gif" alt="Typemill markdown editor" %}
72+
73+
Typemill is build with vue.js and php. It uses the wide spread parsedown library for markdown conversion.
74+
75+
{% include tool-syntax-table.html %}

0 commit comments

Comments
 (0)