diff --git a/aly.md b/aly.md new file mode 100644 index 0000000..e37a96b --- /dev/null +++ b/aly.md @@ -0,0 +1,9 @@ +# Aly + +- A [[person]]. +- My [[self]]. +- [[pull]] [[s5bug]] + +[//begin]: # "Autogenerated link references for markdown compatibility" +[person]: person "Person" +[//end]: # "Autogenerated link references" diff --git a/chatchat.md b/chatchat.md new file mode 100644 index 0000000..19341db --- /dev/null +++ b/chatchat.md @@ -0,0 +1,13 @@ +# ChatChat + +- "A game about being a cat." +- One of my favorite games growing up, my first introduction to unrestricted + online interaction. +- I've messed around with this game quite a bit to discover its internals, + [which I've documented on TCRF](https://tcrf.net/ChatChat). +- I'm working on a [[TypeScript]] reimplementation of the game so that it will + run without Flash, [open-source on GitDab](https://gitdab.com/s/chatchat). + +[//begin]: # "Autogenerated link references for markdown compatibility" +[TypeScript]: typescript "TypeScript" +[//end]: # "Autogenerated link references" diff --git a/journal/2020-12-27.md b/journal/2020-12-27.md index 151c8e3..ed3ce6c 100644 --- a/journal/2020-12-27.md +++ b/journal/2020-12-27.md @@ -16,6 +16,7 @@ [Agora]: ../agora "Agora" [Hoopy the Hoop]: ../hoopy-the-hoop "Hoopy the Hoop" [TypeScript]: ../typescript "TypeScript" +[ChatChat]: ../chatchat "ChatChat" [Natural Language Processing]: ../natural-language-processing "Natural Language Processing" [chalkbot]: ../chalkbot "chalkbot" [//end]: # "Autogenerated link references" diff --git a/me.md b/me.md new file mode 100644 index 0000000..8765d72 --- /dev/null +++ b/me.md @@ -0,0 +1,7 @@ +# Me + +- [[pull]] [[Aly]] + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Aly]: aly "Aly" +[//end]: # "Autogenerated link references" diff --git a/shortlinks.md b/shortlinks.md index 1de3909..56af018 100644 --- a/shortlinks.md +++ b/shortlinks.md @@ -21,6 +21,15 @@ - `tw/[user]` should replace the functionality of mentioning `@user` on Twitter. +## Shortlink Guidelines + +- Shortlinks should start with an identifier and a slash, such as `tw/` or + `abc/`. + - The identifier is not restricted to two characters, but most common ones + can be condensed to two characters. +- Shortlinks should not be URIs themselves. +- Shortlinks should not obfuscate content, like a traditional link shortener. + [//begin]: # "Autogenerated link references for markdown compatibility" [Agora]: agora "Agora" [//end]: # "Autogenerated link references"