aboutsummaryrefslogtreecommitdiff
path: root/nov.el
Commit message (Collapse)AuthorAgeFilesLines
* Avoid depending on Emacs 27.1Vasilij Schneidermann2020-12-071-10/+9
|
* Bump versionVasilij Schneidermann2020-11-281-1/+1
|
* Fix Org warningsVasilij Schneidermann2020-11-281-14/+24
|
* Escape ID correctlyVasilij Schneidermann2020-11-281-2/+2
|
* Encode attribute and text content in generated NCXVasilij Schneidermann2020-11-211-1/+4
|
* Disable unzip prompts, log errors and show themVasilij Schneidermann2020-09-111-4/+5
|
* Support Org versions < 9.0Vasilij Schneidermann2020-08-291-4/+9
|
* Fix warning about free variableVasilij Schneidermann2020-08-291-0/+1
|
* Use native scaling if availableVasilij Schneidermann2020-08-131-21/+21
|
* Recenter after nov-history-back/-forwardVasilij Schneidermann2020-06-081-2/+4
|
* Fix nov-history-back/-forward for relative linksVasilij Schneidermann2020-06-081-11/+12
|
* Convert README to Markdown, update metadataVasilij Schneidermann2020-05-061-2/+2
|
* Fix link label parsing for imenuClemens Radermacher2020-05-041-1/+3
|
* Rewrite Imenu code using `nov-ncx-to-html`Vasilij Schneidermann2020-05-031-25/+9
|
* Add Imenu interopVasilij Schneidermann2020-05-031-0/+44
| | | | Closes #69
* Use -let and -let* some moreVasilij Schneidermann2020-05-031-23/+17
|
* Clean up previous contributionsVasilij Schneidermann2020-05-031-3/+8
|
* Remove unused depth argumentVasilij Schneidermann2020-05-031-4/+4
|
* Bump versionVasilij Schneidermann2020-05-021-1/+1
|
* Revisit relative files visiting logic againVasilij Schneidermann2020-05-021-11/+11
|
* Rework relative files visiting logicVasilij Schneidermann2020-05-011-15/+17
|
* Bookmark Integration (#61)DarkSun2020-02-201-9/+37
| | | Bookmark Integration
* Conform to org-link-store APIVasilij Schneidermann2020-02-151-8/+7
|
* Fix typoVasilij Schneidermann2020-02-141-1/+1
|
* Use `message` with format stringVasilij Schneidermann2020-02-141-1/+1
|
* Merge pull request #47 from dov/feature-copy-urlVasilij Schneidermann2020-02-141-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 Grobgeld2019-01-121-0/+10
| |
* | Document new featureVasilij Schneidermann2020-02-141-0/+1
| |
* | StyleVasilij Schneidermann2020-02-141-4/+4
| |
* | Added history for jumping back and forwardjakub-w2020-02-141-8/+50
| |
* | Implement Org link supportVasilij Schneidermann2020-02-141-1/+36
| | | | | | | | Closes #17
* | Support not filling text at allVasilij Schneidermann2019-08-211-6/+10
| | | | | | | | Closes #57
* | Bump versionVasilij Schneidermann2019-08-181-1/+1
| |
* | Handle textual mode and unsupported image typesVasilij Schneidermann2019-08-181-19/+28
| | | | | | | | | | Closes #55 Closes #56
* | Bump versionVasilij Schneidermann2019-06-111-1/+1
| |
* | Apply directory-local variablesVasilij Schneidermann2019-06-111-0/+1
| |
* | Document type of forgotten customizableVasilij Schneidermann2019-06-111-1/+3
| |
* | Bump copyright dateVasilij Schneidermann2019-01-151-1/+1
| |
* | Add command to reopen EPUB document as archiveVasilij Schneidermann2019-01-151-0/+7
|/ | | | Closes #44
* Bump versionVasilij Schneidermann2018-11-181-1/+1
|
* Add interop with recentfVasilij Schneidermann2018-11-181-0/+10
| | | | Closes #40
* Bump versionVasilij Schneidermann2018-10-231-1/+1
|
* urldecode all the things, fix bogus target errorVasilij Schneidermann2018-10-231-4/+9
|
* Bump versionVasilij Schneidermann2018-09-301-1/+1
|
* urldecode file name and fragmentVasilij Schneidermann2018-09-301-1/+1
|
* Bump versionVasilij Schneidermann2018-06-171-2/+2
|
* Use `nov-file-name` to hold original file pathVasilij Schneidermann2018-06-171-1/+5
| | | | Closes #34
* Bump versionVasilij Schneidermann2018-03-171-1/+1
|
* Check whether place can be restored successfullyVasilij Schneidermann2018-03-171-3/+12
| | | | Closes #29
* Not a UUIDBen McGinnes2018-02-161-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