Notes modified via websocket, 1493312336663

This commit is contained in:
notes web app 2017-04-27 16:58:56 +00:00
parent bc76126c42
commit 1a41b84849

View File

@ -9,10 +9,10 @@ If you **do** know what i'm talking about, i'm sorry to force my keybindings on
- `:` and `;` are swapped - `:` and `;` are swapped
- `jj` escapes insert mode - `jj` escapes insert mode
all of your changes here are synchronized via web-socket to a custom node.js app. All of your changes here are synchronized via web-socket to a custom node.js app.
open a new incognito browser window, log in again, and watch your changes appear in the other window. Open a new incognito browser window, log in again, and watch your changes appear in the other window.
with the power of plain text comes great flexibility. With the power of plain text comes great flexibility.
all of your changes here are getting sent over to [bitbucket](https://bitbucket.org/jkaplon/note-data-demo/commits/branch/master). All of your changes here are getting sent over to [bitbucket](https://bitbucket.org/jkaplon/note-data-demo/commits/branch/master).
this side-project uses the excellent [CodeMirror editor](http://codemirror.net). this side-project uses the excellent [CodeMirror editor](http://codemirror.net).
the experience from a mobile-browser isn't great, my apologies. the experience from a mobile-browser isn't great, my apologies.