Skip to content

Commit 03b6d92

Browse files
committed
add buttondown
1 parent 125be99 commit 03b6d92

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

_tools/buttondown.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Buttondown
3+
category: "email"
4+
description: "Buttondown is an email platform to run your newsletter."
5+
icon: buttondown.png
6+
website: https://buttondown.com/
7+
syntax:
8+
- id: headings
9+
available: y
10+
- id: paragraphs
11+
available: y
12+
- id: line-breaks
13+
available: n
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: y
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: n
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: y
57+
- id: superscript
58+
available: y
59+
- id: auto-url-linking
60+
available: y
61+
- id: disabling-auto-url
62+
available: n
63+
- id: html
64+
available: p
65+
notes: "Some HTML is sanitized."
66+
see-also:
67+
- name: Using Markdown in Ghost
68+
link: https://ghost.org/faq/using-the-editor/#using-markdown
69+
---
70+
71+
[Buttondown](https://buttondown.com) is an email platform, similar to the now-defunct [TinyLetter](https://buttondown.com/comparisons/tinyletter), that allows you to send emails to subscribers. It also has integrations with many other platforms to automatically publish or add subscribers, amongst other possibilities.
72+
73+
The email editor [supports Markdown](https://buttondown.com/features/markdown), with the possibility to switch to a WYSIWYG editor for those who prefer it.
74+
75+
{% include image.html file="/assets/images/tools/buttondown.png" alt="Buttondown email editor" %}
76+
77+
There are a couple minor compatibility issues noted below but, generally speaking, Buttondown has solid Markdown support. According to [their docs](https://docs.buttondown.com/using-markdown), it uses Python-Markdown for parsing and rendering along with a few extensions. The live editor is fairly intuitive and gives you a preview on how the email will look in both the archive and in email clients like Gmail. Copying and pasting Markdown-formatted text into the editor works the way you'd expect it to.
78+
79+
{% include tool-syntax-table.html %}

0 commit comments

Comments
 (0)