Jermolene
54d0cb2021
Fix background colour of import specification selector
2016-10-23 22:59:58 +01:00
Jermolene
5a361bdadc
Fix content type for JSZip plugin license file
2016-10-23 22:50:14 +01:00
Jermolene
8de4583d6c
Add first pass at XLSX Utilities plugin
...
Thanks to @stevesunypoly for help with preparing the demo spreadsheet
2016-10-23 22:49:59 +01:00
Jermolene
e9470169d8
Update full edition with recent plugins
2016-10-23 21:22:16 +01:00
Tobias Beer
9c50a223b8
Merge remote-tracking branch 'Jermolene/master' into filter-operators-overview
2016-10-22 10:17:44 +02:00
Bram Chen
fb07992fa8
Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5 into zh
2016-10-22 10:14:14 +08:00
Jermolene
7108e0d861
Add support for filtered attributes to HTML elements and widgets
...
Fixes #2624
2016-10-21 11:27:07 +01:00
Jermolene
c72a0b7a67
Add action-createtiddler widget
...
Basically the same as sending a tm-new-tiddler message except that the
newly created tiddler is not added to the story.
2016-10-21 11:26:26 +01:00
Bram Chen
3259b80114
Add chinese translations for print page button
2016-10-20 20:27:27 +08:00
Jermolene
cd5366087c
Improve QR code plugin docs
2016-10-20 09:45:04 +01:00
Jermolene
0b76c327c2
Add page print button
...
cc @silvyn
2016-10-20 09:44:52 +01:00
Jermolene
6dc90718f0
Update tw5.com Tiddler Info/Sources to use links
...
Prompted by @sukima
2016-10-19 22:06:15 +01:00
Jermolene
a292a2be44
Add copy to clipboard icon
2016-10-19 14:57:19 +01:00
Jermolene
c415af13f1
bibtex plugin updates
2016-10-19 10:21:50 +01:00
Bram Chen
030c51b1f8
Update Chinese translations ( #2619 )
...
* Add chinese transaltions of descriptions for missing module types
* Update chinese transaltions of Parsing/Hint
* Add chinese transaltions for Search/TooShort
2016-10-19 10:03:28 +01:00
Jermolene
7f11c151f0
First pass at bibtex importer
2016-10-18 18:00:01 +01:00
Jermolene
5ec7250621
QR code plugin clean ups
2016-10-18 17:59:52 +01:00
Jermolene
28a25be5f7
Marginally improved qrcode icon
2016-10-18 16:39:27 +01:00
Jermolene
8e02bde938
Refinements to 87fa7f972c
2016-10-18 16:39:18 +01:00
Jermolene
5aba7292e7
Fix typo
2016-10-18 16:02:17 +01:00
Jermolene
52cef1394c
Fix typo in 1b41b44684
2016-10-18 13:33:54 +01:00
Jermolene
7b535b8f31
Release note update for 5.1.14
2016-10-18 13:26:24 +01:00
Jermolene
22c1b04ee7
Added first version of QR code generator plugin
2016-10-18 09:23:47 +01:00
Jermolene
7a6d7e2a15
Refactor user interface for plugin tiddlers
...
* Refactored control panel “Plugins” tab to make the elements more
reusable
* Refactored the display of plugin tiddlers to use the same format as
the control panel (as suggested, I think by @danielo515), adding the
shadow tiddler listing as an overridable extension tab
* Added a new tab in the “More” sidebar providing quick access to all
installed plugins
2016-10-18 09:23:19 +01:00
Jermolene
87fa7f972c
Ensure global macros are available in modals and notifications
2016-10-18 09:18:56 +01:00
Jermolene
b4b77d1681
Add new filter operators for various string encoding/decodings
2016-10-18 09:18:32 +01:00
Jermolene
b35544bf49
Extend set widget to support returning a single result from a filter
...
This solves the problem with extraneous double square brackets when
using the filtered set widget.
2016-10-18 09:16:47 +01:00
Jermolene
d9f301f755
Add 'formattedtext' output type to Wikify widget
2016-10-18 09:13:52 +01:00
Jermolene
2f590a365e
Expose document location via $:/info/url/*
info tiddlers
2016-10-18 09:12:55 +01:00
Jermolene
8fbcfaa79b
Make the editor preview scrollable in fixed height mode
...
Fixes #2616
2016-10-18 08:46:48 +01:00
Jermolene
accd4a1b65
Fix regexp performance problem introduced in c7b31b0242
...
This fixes a problem introduced in
c7b31b0242
.
The changes by @tobibeer inadvertently made the regular expression
evaluation significantly more expensive because of lookahead. The is
less elegant but reverts the performance problem.
2016-10-17 19:08:01 +01:00
Jermolene
537cfcbf79
Addendum to #2610
...
* Ensure we don’t try to read tiddlers from `.meta` files
* Improve docs
2016-10-15 18:06:17 +01:00
Jermolene
1b41b44684
Improve support for bulk loading tiddlers under Node.js
...
Fixes #2610
2016-10-15 16:23:17 +01:00
FND
d7b6917638
Clarify WebDAV documentation ( #2613 )
2016-10-15 14:19:19 +01:00
Jermolene
892a1f560e
Trap JSON syntax errors during import
...
Fixes #2609
2016-10-13 14:16:55 +01:00
Jermolene
da298f037d
Remove extraneous console.log()
...
Fixing f97c1226aa
2016-10-12 15:50:43 +01:00
Jermolene
f97c1226aa
Prevent HTML parser from mis-recognising email addresses
...
Email addresses such as `<jeremy@example.com>` were being erroneously
parsed as HTML tags.
Fixes #2604
2016-10-12 13:17:53 +01:00
Jermolene
989cee5059
Suppress search results if search string is too short
...
Fixes #2603
2016-10-11 09:27:26 +01:00
Jermolene
e724bc6120
Extend docs template for operators to allow for "from-version" field
2016-10-11 09:26:50 +01:00
Jermolene
ffcbcbfa82
Add new 'minlength' operator
...
Fixes #1493
2016-10-11 09:26:20 +01:00
Devin Weaver
f1090d749e
Fix str.length strEndsWith bug ( #2572 )
...
This was some how missed in dev testing I guess. @buggyj suggested this.
Should fix #2571
2016-10-08 14:06:30 +01:00
Tobias Beer
b9299309cc
Fixes #2076 single line macros shouldn't need terminating line break
2016-10-08 13:44:30 +01:00
Tobias Beer
bf253a603b
Removed unused vars + some whitespace ( #2106 )
2016-10-08 13:32:14 +01:00
Tobias Beer
f575389d89
Update wikiparserrules operator for no operand ( #2193 )
...
* return all wikiparserrules w/o operand
* simpler layout & code / updated instruction details
Also wanted to link each rule to the official docs using a dictionary at
`$:/language/Docs/ParserRules/`. However, without #2194 this is not
doable.
2016-10-08 13:04:11 +01:00
Jermolene
994432e28e
Merge branch 'Serj-Aleks-patch-1'
2016-10-08 12:27:35 +01:00
Jermolene
6079563ff8
Merge branch 'patch-1' of https://github.com/Serj-Aleks/TiddlyWiki5 into Serj-Aleks-patch-1
2016-10-08 12:27:09 +01:00
Jermolene
ff6b0bd5dc
Merge branch 'zakrec-patch-9'
2016-10-08 12:24:44 +01:00
Jermolene
23060f92f0
Merge branch 'patch-9' of https://github.com/zakrec/TiddlyWiki5 into zakrec-patch-9
2016-10-08 12:24:17 +01:00
Tobias Beer
d038e0bc1b
Filter titles in new fieldname popup by entered string ( #2585 )
2016-10-08 12:18:19 +01:00
Tobias Beer
3486acaec6
Remove old titles from story on save ( #2587 )
...
fix for #2381
2016-10-08 12:17:27 +01:00