mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-19 06:43:10 +01:00
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter. This makes display on Gemini (in which newlines matter) much more consistent! I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
17 lines
650 B
Markdown
17 lines
650 B
Markdown
---
|
||
title: Sweet idea
|
||
date: 2010-03-24T16:50:00+00:00
|
||
draft: false
|
||
emoji: 🗣️
|
||
images:
|
||
tags:
|
||
- idea
|
||
- from-tumblr
|
||
---
|
||
> Thinking about making a url-‘shortener’ which shortens urls if pronounced eg http://foo.bar/guid -> http://nowsay.it/waterwingflapjack
|
||
>
|
||
> - [benosteen](https://www.tumblr.com/benosteen/465782940) on tumblr
|
||
|
||
If he doesn't get on it soon I certainly will![^1] URLs can be a real pain to speak.
|
||
|
||
[^1]: Import note: I did! iconic.im existed for a fair while, the code still [sits on github](https://github.com/jphastings/iconic). I actually [posted about it](/posts/speakable-web-links) on this same tumblr 2 years later!
|