Tekuti interaction library
Tom Willemse
91488f1358
There's more information in the ‘status’ variable than just what I extract. The ‘. ,_’ matches anything else into a discard pattern so that I'm only getting the data I need. |
||
---|---|---|
.builds | ||
.gitignore | ||
Makefile | ||
README.org | ||
tekuti.el |
tekuti-el
This project is meant to help make posting and maintaining blog posts from Emacs to tekuti.
Installation
If you want to try out this project, you can install it in Emacs through ELPA by adding the development archive for this project into your package-archives
:
(add-to-list 'package-archives
'("tekuti-el"
. "https://ryuslash.srht.site/tekuti/elpa/"))
Then run list-packages
in Emacs and the package should pop up.