Text editor with bookmarking facility
Posted: Wed Jul 09, 2008 5:24 am
I read a lot of text files from the Gutenberg project. I want to know if there is any reader out there which supports inserting bookmarks.
The home for The Linux Link Tech Show and the LVLUG
https://www.thelinuxlink.net/forum/
Emacs.kedardamle wrote:I read a lot of text files from the Gutenberg project. I want to know if there is any reader out there which supports inserting bookmarks.
There's a 30 minute guide, where?!Gomer_X wrote:I'm pretty sure Vim can save bookmarks between sessions.
Doesn't help much if you're not a Vim user already, unless you're willing to spend 30 minutes to learn the basics.
I'm sure there's a better solution, but I can't think of it right now. You could use ANY editor and save a tag in the file when you're done that you could search for later (like B!OO!K, etc). Even Windows Notepad would work for that.
You should be able to just type vimtutor. There's a tutor you work through from within vim. Covers most of the basics.mikeschoon wrote: There's a 30 minute guide, where?!