Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janl/relephant
My personal ultimate note-taking/task manager thing
https://github.com/janl/relephant
Last synced: about 2 months ago
JSON representation
My personal ultimate note-taking/task manager thing
- Host: GitHub
- URL: https://github.com/janl/relephant
- Owner: janl
- Created: 2014-08-12T13:39:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T13:37:25.000Z (over 10 years ago)
- Last Synced: 2024-10-16T20:16:44.004Z (2 months ago)
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
relephant
=========My personal ultimate note-taking/task manager thing
## Setup
1. `git clone [email protected]:espy/relephant.git`
2. `cd relephant`
3. `bower install`
4. Open as localhost dir or do `python -m SimpleHTTPServer` to see it on `0.0.0.0:8000`## What is this?
It's a fork of [Markdown Editor](https://github.com/jbt/markdown-editor), massively expanded to inlcude:
- Sublime Text shortcuts
- Clickable checkbox graphics and checkbox variants (type `- [ ]` to start a new task, other available tasks are `- [>]`, `- [<]`, `- [!]` and `- [x]` for completed tasks)
- Code folding: Press `cmd-shift-a` anywhere to toggle the block you're in
- Completing a task's sub-tasks completes that task automatically
- Enter at the end of a list continues that list
- Tabbing in an empty task indents itThis originally included storing the whole text data inside the URL, which I've disabled, and dropping text files onto the page to load them into the editor, which I've probably broken.