Browse Source

Mention that Telegraph lets you list past posts

master
Matt Baer 6 years ago
parent
commit
6ad3eb5e4f
1 changed files with 13 additions and 9 deletions
  1. +13
    -9
      index.html

+ 13
- 9
index.html View File

@@ -72,7 +72,7 @@
</tr>
<tr>
<td class="tg-jd9x">List your past posts</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1"><a href="#f1">&#x2713;<sup>1</sup></a></td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1">&#x2713;</td>
</tr>
@@ -92,7 +92,7 @@
<td class="tg-jd9x">Markdown support</td>
<td class="tg-y8j1">&#x2713;</td>
<td class="tg-y8j1">&#x2713;</td>
<td class="tg-y8j1"><a href="#f1">&#x2713;<sup>1</sup></a></td>
<td class="tg-y8j1"><a href="#f2">&#x2713;<sup>2</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Developer API</td>
@@ -104,19 +104,19 @@
<td class="tg-jd9x">Export posts</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1"><a href="#f2">&#x2713;<sup>2</sup></a></td>
<td class="tg-y8j1"><a href="#f3">&#x2713;<sup>3</sup></a></td>
</tr>
<tr>
<td class="tg-jgj0">Find others&#39; posts</td>
<td class="tg-ttsk">&nbsp;</td>
<td class="tg-ttsk">&nbsp;</td>
<td class="tg-ttsk"><a href="#f3">&#x2713;<sup>3</sup></a></td>
<td class="tg-ttsk"><a href="#f4">&#x2713;<sup>4</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Apps, etc.</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1"><a href="#f4">&#x2713;<sup>4</sup></a></td>
<td class="tg-y8j1"><a href="#f5">&#x2713;<sup>5</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Tor hidden service</td>
@@ -225,19 +225,23 @@
<h2>Footnotes</h2>

<p>
<a name="f1"><sup>1</sup></a> Markdown is supported automatically on Write.as blog posts, or by adding <code>.md</code> to an anonymous post URL.
<a name="f1"><sup>1</sup></a> Requires a Telegram account. Add the <a href="https://t.me/telegraph" target="tele">Telegraph bot</a> to see your past posts.
</p>

<p>
<a name="f2"><sup>2</sup></a> Markdown is supported automatically on Write.as blog posts, or by adding <code>.md</code> to an anonymous post URL.
</p>

<p>
<a name="f2"><sup>2</sup></a> Export as plain text or Markdown by adding <code>.txt</code> or <code>.md</code>, respectively, to a post URL. Export as JSON via the <a href="https://developers.write.as/docs/api/#retrieve-a-post">API</a>.
<a name="f3"><sup>3</sup></a> Export as plain text or Markdown by adding <code>.txt</code> or <code>.md</code>, respectively, to a post URL. Export as JSON via the <a href="https://developers.write.as/docs/api/#retrieve-a-post">API</a>.
</p>

<p>
<a name="f3"><sup>3</sup></a> Find public blog posts at <a href="https://read.write.as/">https://read.write.as</a>.
<a name="f4"><sup>4</sup></a> Find public blog posts at <a href="https://read.write.as/">https://read.write.as</a>.
</p>

<p>
<a name="f4"><sup>4</sup></a> Available for Android, iOS, Chrome OS, as a Chrome extension, and Windows/macOS/Linux via command-line: <a href="https://write.as/apps">platforms</a>.
<a name="f5"><sup>5</sup></a> Available for Android, iOS, Chrome OS, as a Chrome extension, and Windows/macOS/Linux via command-line: <a href="https://write.as/apps">platforms</a>.
</p>

<footer>


Loading…
Cancel
Save