X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=Readme.org;h=24d02fb3c2224867458ba0f6dfa4285b2bfa9ae2;hb=76adfb3070f567e973903d922594b720314c30b9;hp=de12ec2ca8fca8a8ba6c8d6b2622e59f853f436f;hpb=393b04a8e7fc11e063bff0e56acfc835884ebd87;p=spray diff --git a/Readme.org b/Readme.org index de12ec2..24d02fb 100644 --- a/Readme.org +++ b/Readme.org @@ -6,9 +6,11 @@ The algorithm is inspired from [[https://github.com/Miserlou/OpenSpritz][OpenSpr ** Deficiencies in similar projects which spray.el solves: -For all other projects, it is very difficult to save your place and come back later. Emacs has lots of built in features -like bookmarks which make this easy. +For all other projects: +- It is very difficult to save your place and come back later. Emacs has lots of built in features like bookmarks or just making a note which make this easy. +- No keybinds. This is especially useful for common, quickly used functionality like pause and back up. +Specific projects: - https://github.com/jbmartinez/speed-readerff firefox extension. - https://github.com/cameron/squirt javascript bookmarklet. - https://github.com/Miserlou/OpenSpritz javascript bookmarklet. @@ -93,3 +95,6 @@ You may customize spray by modifying following items: - [Face] spray-accent-face +** Contributions are welcome! + +There's lots of features and enhancements to do. The algorithm has lots of room for improvement. Also, other projects may have algorithm improvements we can port over to this one.