Commit Graph

25 Commits

Author SHA1 Message Date
Florian Bruhin 1a4fff1a42 doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
Florian Bruhin c4c3702089 userscripts: Add QUTE_VERSION
See #937
2021-01-20 18:18:59 +01:00
Florian Bruhin fbcb6ba842 Clarify QUTE_COMMANDLINE_TEXT in userscript docs 2020-12-19 21:00:57 +01:00
Bryon Meinka 846825bb95 load scripts from config directory
fixes #5615
2020-11-29 17:12:45 -05:00
lufte 7d293ed9ff Missing colon 2018-08-27 23:03:49 -03:00
wishfort36 6d59c1b7a5 Update doc/userscripts.asciidoc 2018-08-12 22:44:51 +02:00
Florian Bruhin ce8d15d2b0 Simplify selection handling and remove QUTE_SELECTED_HTML
It was broken at least since caret support was introduced and it was only
available for QtWebKit anyways, so let's just drop it. This also makes the tab
API a bit simpler.
2018-02-06 22:48:00 +01:00
Florian Bruhin cb4aea2f69 Update/clarify some docs 2017-10-24 22:39:41 +02:00
Florian Bruhin 6498273b31 Add libraries to userscript docs 2017-10-09 07:51:13 +02:00
Florian Bruhin ad615941a2 Replace OS X with macOS 2017-07-08 11:12:43 +02:00
Florian Bruhin 22873f829c Update docs 2017-02-04 17:43:45 +01:00
pkill9 8ad28719ab Add "QUTE_COMMANDLINE_TEXT" environment variable for userscripts.
- Added "QUTE_COMMANDLINE_TEXT" environment variable for userscripts.
 - Updated documentation to include "QUTE_COMMANDLINE_TEXT" environment
variable for userscripts.
2017-02-01 09:29:05 +00:00
Lazlow Carmichael 3cadbd51db Note on Windows userscript extensions
Quick update for Issue #1946 (Document userscript types on Windows)
2016-10-02 21:49:05 -04:00
Florian Bruhin 44d6db4f45 QtWebEngine: Fix crash with userscript + selection
Fixes #1878

Unfortunately it seems impossible to implement a test for this, as
selection via javascript somehow doesn't trigger this.
2016-09-01 22:45:57 +02:00
Jan Verbeek 67ada03414 Add QUTE_DATA_DIR, QUTE_DOWNLOAD_DIR documentation 2016-07-02 13:20:11 +02:00
Jan Verbeek 980cf5ada1 Documentation, check if config dir exists 2016-06-29 13:39:18 +02:00
Florian Bruhin 2d4adf4476 doc/userscripts: Clarify how to call userscripts via hints. 2015-10-25 20:12:10 +01:00
Peter Michely 6be5c65c36 Fixed issue #943 and changed the docs accordingly 2015-10-07 23:53:21 +02:00
Florian Bruhin 7b8490b6c0 Fix 'an user' spelling. 2015-06-29 17:49:19 +02:00
Florian Bruhin db06eeded5 Fix spelling. 2015-06-29 17:45:56 +02:00
Florian Bruhin f93eef848c Store QUTE_TEXT/QUTE_HTML in files for userscripts.
Fixes #644.
2015-04-20 07:50:47 +02:00
Florian Bruhin f6b88770d1 doc: userscripts are not related to Greasemonkey.
See #450.
2015-04-14 06:39:06 +02:00
Florian Bruhin 2d8df76609 Add $QUTE_HTML and $QUTE_TEXT for userscripts. 2015-04-09 17:45:16 +02:00
Florian Bruhin 8ebac8d38c Various spelling fixes. 2015-03-31 21:11:47 +02:00
Florian Bruhin 2b06d4e684 Add documentation about how to write userscripts.
Closes #450.
2015-03-10 23:22:53 +01:00