Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Typemill to Tools #199

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions _tools/typemill.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
title: Typemill
category: "websites"
description: "Typemill is an open source CMS for websites and ebooks in pdf- and epub-format."
icon: typemill.png
website: https://typemill.net
syntax:
- id: headings
available: y
- id: paragraphs
available: y
- id: line-breaks
available: y
- id: bold
available: y
- id: italic
available: y
- id: blockquotes
available: y
- id: ordered-lists
available: y
- id: unordered-lists
available: y
- id: code
available: y
- id: horizontal-rules
available: y
- id: links
available: y
- id: images
available: y
- id: tables
available: y
- id: fenced-code-blocks
available: y
- id: syntax-highlighting
available: p
notes: "Syntax highlighting available in the raw markdown editor and in frontend with a plugin possible."
- id: footnotes
available: y
- id: heading-ids
available: yes
notes: "Can be activated in the settings."
- id: definition-lists
available: y
- id: strikethrough
available: n
- id: task-lists
available: n
- id: emoji-cp
available: n
- id: emoji-sc
available: n
- id: highlight
available: n
- id: subscript
available: n
- id: superscript
available: y
- id: auto-url-linking
available: y
- id: disabling-auto-url
available: n
- id: html
available: p
notes: "HTML is off by default for security reasons but you can use various html-tags with a plugin that utilizes the shortcode feature."
---
[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.

{% include image.html file="/assets/images/tools/typemill.gif" alt="Typemill markdown editor" %}

Typemill is built with Vue.js and PHP. It uses the widely adopted Parsedown library for Markdown conversion.

{% include tool-syntax-table.html %}
Binary file added assets/images/tool-icons/typemill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/tools/typemill.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.