mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-08 18:03:48 -05:00
added brief screen demo
This commit is contained in:
@@ -2,7 +2,13 @@
|
|||||||
|
|
||||||
> Uncover usage problems in your writing
|
> Uncover usage problems in your writing
|
||||||
|
|
||||||
## Features of this plugin
|
<br/>
|
||||||
|
|
||||||
|
- - -
|
||||||
|

|
||||||
|
- - -
|
||||||
|
|
||||||
|
## Features of the _wordy_ plugin
|
||||||
|
|
||||||
* Pure Vimscript; no external services or libraries needed
|
* Pure Vimscript; no external services or libraries needed
|
||||||
* Uses Vim’s native spell-check engine
|
* Uses Vim’s native spell-check engine
|
||||||
|
|||||||
BIN
screenshots/demo.gif
Normal file
BIN
screenshots/demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 235 KiB |
7
screenshots/demo.txt
Normal file
7
screenshots/demo.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
Captured with Quicktime.
|
||||||
|
|
||||||
|
Processed with:
|
||||||
|
|
||||||
|
$ ffmpeg -i wordy.mov -s 700x284 -pix_fmt rgb24 -vf "lutyuv=y=val*1.3" -r 10 -f gif - | \
|
||||||
|
gifsicle --optimize=3 --delay=6 --crop 0,0+700x283 > ~/Desktop/out.gif
|
||||||
Reference in New Issue
Block a user