Frontend for TWTXT-Picoblog
https://tilde.team/~lucas/twtxt/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
includes | 2 years ago | |
.gitattributes | 3 years ago | |
.replit | 2 years ago | |
README.md | 3 years ago | |
bkg.png | 2 years ago | |
blog.txt | 2 years ago | |
follow.php | 2 years ago | |
iframe.php | 2 years ago | |
index.php | 2 years ago | |
settings.php | 2 years ago | |
styles.css | 2 years ago |
README.md
picoblog
picoblog is a super simple microblog which was written to be a part of Saisho. It was converted to be standalone after I figured people might want to use it without using Saisho.
See blog.php
for example usage, or use it as is (note: it's VERY basic).
What it has
- Markdown support (using modified Slimdown): Bold, Italic, Marked, Removed, Link, Image, Inline Code.
- Support for tags and IDs.
- Using either twtxt format or picoblog format (which is the same as twtxt except it also has unique IDs).
What it does't have
- Literally everything else. The goal here (aligned with Saisho), is to keep everything simple.