Skip to content

Commit 12c40a2

Browse files
authored
Merge pull request #205 from catdevnull/patch-1
Add Buttondown
2 parents a738c04 + 034f11c commit 12c40a2

File tree

3 files changed

+76
-0
lines changed

3 files changed

+76
-0
lines changed

_tools/buttondown.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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+
---
67+
68+
[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.
69+
70+
The email editor [supports Markdown](https://buttondown.com/features/markdown), with the possibility to switch to a WYSIWYG editor for those who prefer it.
71+
72+
{% include image.html file="/assets/images/tools/buttondown.png" alt="Buttondown email editor" %}
73+
74+
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.
75+
76+
{% include tool-syntax-table.html %}
34.9 KB
Loading

assets/images/tools/buttondown.png

607 KB
Loading

0 commit comments

Comments
 (0)