Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | Vasilij Schneidermann | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | Revisit relative files visiting logic again | Vasilij Schneidermann | 2020-05-02 | 1 | -11/+11 |
| | |||||
* | Rework relative files visiting logic | Vasilij Schneidermann | 2020-05-01 | 1 | -15/+17 |
| | |||||
* | Bookmark Integration (#61) | DarkSun | 2020-02-20 | 1 | -9/+37 |
| | | | Bookmark Integration | ||||
* | Conform to org-link-store API | Vasilij Schneidermann | 2020-02-15 | 1 | -8/+7 |
| | |||||
* | Fix typo | Vasilij Schneidermann | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Use `message` with format string | Vasilij Schneidermann | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #47 from dov/feature-copy-url | Vasilij Schneidermann | 2020-02-14 | 1 | -0/+10 |
|\ | | | | | Added function for copying the url under the cursor into the kill-ring. | ||||
| * | Added function for copying the url under the cursor into the kill-ring. | Dov Grobgeld | 2019-01-12 | 1 | -0/+10 |
| | | |||||
* | | Document new feature | Vasilij Schneidermann | 2020-02-14 | 1 | -0/+1 |
| | | |||||
* | | Style | Vasilij Schneidermann | 2020-02-14 | 1 | -4/+4 |
| | | |||||
* | | Added history for jumping back and forward | jakub-w | 2020-02-14 | 1 | -8/+50 |
| | | |||||
* | | Implement Org link support | Vasilij Schneidermann | 2020-02-14 | 1 | -1/+36 |
| | | | | | | | | Closes #17 | ||||
* | | Support not filling text at all | Vasilij Schneidermann | 2019-08-21 | 1 | -6/+10 |
| | | | | | | | | Closes #57 | ||||
* | | Bump version | Vasilij Schneidermann | 2019-08-18 | 1 | -1/+1 |
| | | |||||
* | | Handle textual mode and unsupported image types | Vasilij Schneidermann | 2019-08-18 | 1 | -19/+28 |
| | | | | | | | | | | Closes #55 Closes #56 | ||||
* | | Bump version | Vasilij Schneidermann | 2019-06-11 | 1 | -1/+1 |
| | | |||||
* | | Apply directory-local variables | Vasilij Schneidermann | 2019-06-11 | 1 | -0/+1 |
| | | |||||
* | | Document type of forgotten customizable | Vasilij Schneidermann | 2019-06-11 | 1 | -1/+3 |
| | | |||||
* | | Bump copyright date | Vasilij Schneidermann | 2019-01-15 | 1 | -1/+1 |
| | | |||||
* | | Add command to reopen EPUB document as archive | Vasilij Schneidermann | 2019-01-15 | 1 | -0/+7 |
|/ | | | | Closes #44 | ||||
* | Bump version | Vasilij Schneidermann | 2018-11-18 | 1 | -1/+1 |
| | |||||
* | Add interop with recentf | Vasilij Schneidermann | 2018-11-18 | 1 | -0/+10 |
| | | | | Closes #40 | ||||
* | Bump version | Vasilij Schneidermann | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | urldecode all the things, fix bogus target error | Vasilij Schneidermann | 2018-10-23 | 1 | -4/+9 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2018-09-30 | 1 | -1/+1 |
| | |||||
* | urldecode file name and fragment | Vasilij Schneidermann | 2018-09-30 | 1 | -1/+1 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2018-06-17 | 1 | -2/+2 |
| | |||||
* | Use `nov-file-name` to hold original file path | Vasilij Schneidermann | 2018-06-17 | 1 | -1/+5 |
| | | | | Closes #34 | ||||
* | Bump version | Vasilij Schneidermann | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | Check whether place can be restored successfully | Vasilij Schneidermann | 2018-03-17 | 1 | -3/+12 |
| | | | | Closes #29 | ||||
* | Not a UUID | Ben McGinnes | 2018-02-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * Changed the help strings referring to the unique identifier to remove references to UUIDs as that may lead to confusion. * While the identifier must be unique and while UUIDs are often utlised for that purpose due to being easy to generate programmarically, it is not a requirement of the OPF standard that this identifier must be a UUID. * The OPF standard only specifies that the package element use the unique-identifire attribute to reference the identifier in the metadata element. In turn the metadata element utilises the dc:identifier attribute with the ID matching the previous reference and the unique string of whatever format is specified. Additional information can be supplied in subsequent meta tags. * Common identifier types used include, but are not limited to: ISBNs, ISSNs, domain name based strings, URL based strings, MD5 hash digests, SHA hash digests, UUIDs and assorted other codes, including arbitrary ones set by the creator (including those hard coded in by creation software). * See also: http://www.idpf.org/epub/30/spec/epub30-publications.html#sec-opf-metadata-identifiers-uid http://dublincore.org/documents/dcmi-terms/#terms-identifier | ||||
* | Bump version | Vasilij Schneidermann | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Error out on invalid mimetypes | Vasilij Schneidermann | 2018-01-15 | 1 | -2/+3 |
| | |||||
* | Fix permissions for files *and* directories | Vasilij Schneidermann | 2018-01-15 | 1 | -4/+4 |
| | |||||
* | Always insert metadata values as string | Vasilij Schneidermann | 2017-11-05 | 1 | -1/+1 |
| | | | | Closes #21 | ||||
* | Undo stripping identifiers | Vasilij Schneidermann | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | Accept optional url argument when rendering images | Vasilij Schneidermann | 2017-09-24 | 1 | -3/+3 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | Implement saving/restoring last read position | Vasilij Schneidermann | 2017-09-15 | 1 | -3/+47 |
| | |||||
* | Add info-style document next/prev aliases | Vasilij Schneidermann | 2017-09-15 | 1 | -0/+2 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | Ensure *all* files are readable, ignore . and .. | Vasilij Schneidermann | 2017-09-10 | 1 | -6/+23 |
| | |||||
* | Remove dependency on esxml for parsing XML | Vasilij Schneidermann | 2017-09-10 | 1 | -11/+13 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | Make unreadable files readable again | Vasilij Schneidermann | 2017-09-10 | 1 | -0/+4 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 |
| | |||||
* | Add render hooks, allow changing render function | Vasilij Schneidermann | 2017-09-09 | 1 | -11/+32 |
| | |||||
* | Bump version | Vasilij Schneidermann | 2017-09-09 | 1 | -1/+1 |
| |