diff --git a/README.md b/README.md index f015c82..06ec98d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Nullboard is a minimalist take on a kanban board / a task list manager, designed https://nullboard.io/preview -![Nullboard](https://nullboard.io/images/nullboard-example-alt.png?z) +![Nullboard](images/nullboard-example-alt.png) The name also happens to abbreviate to [NB](https://en.wikipedia.org/wiki/Nota_bene), which I think is a nice touch. @@ -28,47 +28,47 @@ The whole thing is largely about making it convenient to use. Everything is editable in place, all changes are saved automatically and last 50 revisions are kept for undo/redo: -![In-place editing](https://nullboard.io/images/nullboard-inplace-editing.gif?xx) +![In-place editing](images/nullboard-inplace-editing.gif) New notes can be quickly added directly where they are needed, e.g. before or after existing notes: -![Ctrl-add note](https://nullboard.io/images/nullboard-ctrl-add-note.gif?xx) +![Ctrl-add note](images/nullboard-ctrl-add-note.gif) Notes can also be dragged around, including to and from other lists: -![Drag-n-drop](https://nullboard.io/images/nullboard-drag-n-drop.gif?xx) +![Drag-n-drop](images/nullboard-drag-n-drop.gif) Nearly all controls are hidden by default to reduce visual clutter to its minimum: -![Hidden controls](https://nullboard.io/images/nullboard-hidden-controls.gif?xx) +![Hidden controls](images/nullboard-hidden-controls.gif) Longer notes can be collapsed to show just the first line, for even more compact view of the board: -![Collapsed notes](https://nullboard.io/images/nullboard-collapsed-notes.gif?xx) +![Collapsed notes](images/nullboard-collapsed-notes.gif) The font is [Barlow](https://tribby.com/fonts/barlow/) - it's both narrow *and* still very legible. Absolutely fantastic design! -![Barlow speciment](https://nullboard.io/images/barlow-specimen.png?xx) +![Barlow speciment](images/barlow-specimen.png) Notes can also be set to look a bit different. This is useful for partitioning lists into sections: -![Raw notes](https://nullboard.io/images/nullboard-raw-notes.gif?xx) +![Raw notes](images/nullboard-raw-notes.gif) Links starting with https:// and http:// are recognized. They will "pulse" on mouse hover and can be opened via the right-click menu. -![Links on hover](https://nullboard.io/images/nullboard-links-on-hover.gif?xx) +![Links on hover](images/nullboard-links-on-hover.gif) Pressing CapsLock will highlight all links and make them left-clickable. -![Links reveal](https://nullboard.io/images/nullboard-links-reveal.gif?xx) +![Links reveal](images/nullboard-links-reveal.gif) Lists can be moved around as well, though not as flashy as notes: -![List swapping](https://nullboard.io/images/nullboard-list-swap.gif?xx) +![List swapping](images/nullboard-list-swap.gif) The color theme can be inversed and the font size can be increased: -![Theme and zoom](https://nullboard.io/images/nullboard-theme-and-zoom.gif?xx) +![Theme and zoom](images/nullboard-theme-and-zoom.gif) Also: diff --git a/images/nullboard-collapsed-notes.gif b/images/nullboard-collapsed-notes.gif new file mode 100644 index 0000000..9616c6d Binary files /dev/null and b/images/nullboard-collapsed-notes.gif differ diff --git a/images/nullboard-ctrl-add-note.gif b/images/nullboard-ctrl-add-note.gif new file mode 100644 index 0000000..a10c2b8 Binary files /dev/null and b/images/nullboard-ctrl-add-note.gif differ diff --git a/images/nullboard-drag-n-drop.gif b/images/nullboard-drag-n-drop.gif new file mode 100644 index 0000000..90459d1 Binary files /dev/null and b/images/nullboard-drag-n-drop.gif differ diff --git a/images/nullboard-example-alt.png b/images/nullboard-example-alt.png new file mode 100644 index 0000000..5a41f89 Binary files /dev/null and b/images/nullboard-example-alt.png differ diff --git a/images/nullboard-example.png b/images/nullboard-example.png new file mode 100644 index 0000000..7ea9ac3 Binary files /dev/null and b/images/nullboard-example.png differ diff --git a/images/nullboard-hidden-controls.gif b/images/nullboard-hidden-controls.gif new file mode 100644 index 0000000..7050dab Binary files /dev/null and b/images/nullboard-hidden-controls.gif differ diff --git a/images/nullboard-inplace-editing.gif b/images/nullboard-inplace-editing.gif new file mode 100644 index 0000000..d0d01da Binary files /dev/null and b/images/nullboard-inplace-editing.gif differ diff --git a/images/nullboard-links-on-hover.gif b/images/nullboard-links-on-hover.gif new file mode 100644 index 0000000..4a6177f Binary files /dev/null and b/images/nullboard-links-on-hover.gif differ diff --git a/images/nullboard-links-reveal.gif b/images/nullboard-links-reveal.gif new file mode 100644 index 0000000..fc5c1fb Binary files /dev/null and b/images/nullboard-links-reveal.gif differ diff --git a/images/nullboard-list-swap.gif b/images/nullboard-list-swap.gif new file mode 100644 index 0000000..7239191 Binary files /dev/null and b/images/nullboard-list-swap.gif differ diff --git a/images/nullboard-raw-notes.gif b/images/nullboard-raw-notes.gif new file mode 100644 index 0000000..b496852 Binary files /dev/null and b/images/nullboard-raw-notes.gif differ diff --git a/images/nullboard-theme-and-zoom.gif b/images/nullboard-theme-and-zoom.gif new file mode 100644 index 0000000..52f783b Binary files /dev/null and b/images/nullboard-theme-and-zoom.gif differ