Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinmarks/noterlive
A tool for indieweb live noting (aka live tweeting/live blogging).
https://github.com/kevinmarks/noterlive
Last synced: 16 days ago
JSON representation
A tool for indieweb live noting (aka live tweeting/live blogging).
- Host: GitHub
- URL: https://github.com/kevinmarks/noterlive
- Owner: kevinmarks
- Created: 2013-06-25T10:17:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T20:52:52.000Z (8 months ago)
- Last Synced: 2024-04-15T04:43:52.403Z (7 months ago)
- Language: JavaScript
- Size: 446 KB
- Stars: 45
- Watchers: 9
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
noterlive
=========A tool for indieweb live noting (aka live tweeting/live blogging).
To try it go to http://www.noterlive.com
# Instructions #
See: [Noter Live Instruction Manual](https://github.com/kevinmarks/noterlive/wiki/Noter-Live-Instruction-Manual)For those wishing to properly display the available hovercard output on their websites, they should include the [javascript file](https://github.com/kevinmarks/noterlive/blob/master/web/hovercards.js) included in the repository in their root web folder and ensure that the displaying webpage includes ``. One will also need to include appropriate CSS for displaying these cards, a possible sample can be found in `/resources/noterlive.css`.
TO DO
=====
add a logout button for twitteradd title and header/footer composition for full posts
import hCards to speaker buttons as well as twitter handles
persist to localStorage to survive accidental refresh
add micropub support for noting elsewhere
add micropub/atompub/metaweblog for posting articles elsewhere
DONE
====
better twitter length estimation (via Tantek's cassis.js)
autolink in the html version (via Tantek's cassis.js)