aboutsummaryrefslogtreecommitdiff
path: root/nov.el
Commit message (Collapse)AuthorAgeFilesLines
* Lift the silly file name limitation for nowVasilij Schneidermann2023-04-211-2/+3
|
* Handle saved places not being readableVasilij Schneidermann2023-04-211-2/+11
|
* Avoid use of string-replace (Emacs 28.1+)Vasilij Schneidermann2023-04-111-3/+3
|
* Silence byte-compiler by avoiding unescaped single-quotesMichael Eliachevitch2023-03-271-2/+2
| | | | | | | | | Unescaped and unpaired single-quotes in docstrings cause warnings when byte-compiling nov.el, which is fixed by this commit. For reference, see text-quoting style documentation https://www.gnu.org/software/emacs/manual/html_node/elisp/Text-Quoting-Style.html and https://emacs.stackexchange.com/a/73048
* Correct typo in docstringVasilij Schneidermann2022-08-051-1/+1
|
* Add customization to tweak headerUtkarsh Singh2022-08-051-10/+23
|
* Correct unzip argsVasilij Schneidermann2022-04-281-1/+1
|
* Style improvementsVasilij Schneidermann2022-04-281-3/+6
|
* Add support for arbitrary decompression toolsLiam Hupfer2022-04-281-4/+14
| | | | | This allows users to use non-unzip decompression tools such as libarchive's `bsdtar`.
* Bump versionVasilij Schneidermann2022-04-061-1/+1
|
* Replace dash in favor of seq.elVasilij Schneidermann2022-04-061-60/+60
|
* Bump version requirements to use dom.elVasilij Schneidermann2022-04-061-22/+20
|
* Raise error if `nov-unzip-program is unset`Vasilij Schneidermann2022-03-201-0/+2
|
* Check for target or list of targetsVasilij Schneidermann2022-02-181-5/+10
|
* Prefer nov keys in button map (thanks, Greg!)Vasilij Schneidermann2021-12-301-1/+1
|
* Add menu (thanks, Greg!)Greg Bognar2021-12-211-0/+30
|
* Use a dedicated keymap for buttons (thanks, Greg!)Vasilij Schneidermann2021-12-201-5/+9
|
* Match any of the item properties against "nav"Vasilij Schneidermann2021-11-301-1/+1
|
* Bump esxml min version, bump versionVasilij Schneidermann2021-03-231-2/+2
|
* Verify shr-target-id property values before visitVasilij Schneidermann2021-03-231-6/+11
|
* Use more robust Org API checkVasilij Schneidermann2021-02-281-8/+8
|
* Add missing autoloadVasilij Schneidermann2021-02-281-0/+1
|
* Bump versionVasilij Schneidermann2020-12-071-1/+1
|
* 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
| |