diff --git a/README.md b/README.md index f769a65..c81c070 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,10 @@ A notes and snippets manager for developers, on the desktop. Write a snippet once, find it by tag or by full text, and paste it into any application from a global shortcut. -![The DevBox canvas: spaces, search, tag rail and note cards](docs/screenshot.png) - Search it, narrow it by tag, open it — and from any application, `Ctrl+Alt+P` brings up the palette, where `Enter` copies and the window steps aside: -![A tour of DevBox: a search narrowing the board, a tag filter, a note open in the editor, then the quick-paste palette asking a snippet for its fields](docs/quick-paste.gif) +![A tour of DevBox: the board of notes, a search narrowing it and quoting the line that matched, a tag filter, a note open in the editor, then the quick-paste palette asking a snippet for its fields](docs/quick-paste.gif) Everything stays on your machine, in a SQLite file you can copy. Nothing is uploaded, there is no account, and the application works with the network off. diff --git a/docs/quick-paste.gif b/docs/quick-paste.gif index 75112c7..18f1a3a 100644 Binary files a/docs/quick-paste.gif and b/docs/quick-paste.gif differ diff --git a/docs/screenshot.png b/docs/screenshot.png deleted file mode 100644 index d97687d..0000000 Binary files a/docs/screenshot.png and /dev/null differ