Jeremy Ruston
dbaccf792d
Use the new "match" operator across the core
...
Instead of the old "prefix" hack
2019-07-31 09:30:16 +01:00
Jeremy Ruston
5faae2547d
Add "match" operator for string comparison
...
Fixes #4130
2019-07-31 09:11:12 +01:00
Jeremy Ruston
7f78065992
Fix unnecessary "list" field creation when renaming tiddlers
...
Fixes #4120
2019-07-30 17:10:53 +01:00
Simon Huber and Jeremy Ruston
cb1d35e230
More Plugins - Button: use primary color ( #4075 )
...
* Update AddPlugins.tid
* Update base.tid
* Update AddPlugins.tid
* Update AddPlugins.tid
* Update base.tid
2019-07-30 13:49:40 +01:00
Simon Huber and Jeremy Ruston
0a2d532a7b
Fix bug where edit widget input-tag is empty ( #4088 )
2019-07-30 13:49:05 +01:00
Simon Huber and Jeremy Ruston
e669ec098f
Fix beyboard widget empty parameters ( #4094 )
2019-07-30 13:47:56 +01:00
Jeremy Ruston
269fa5313f
Fix for index ordering issue
...
Fixes #4082
This version removes selective updating of the tag index, instead completely clearing the index on each update. I'm investigating restoring that optimisation.
2019-07-28 16:39:34 +01:00
Simon Huber and Jeremy Ruston
b30746813b
Fix: store noStateReference in popup.js ( #4115 )
2019-07-26 17:13:53 +01:00
Jeremy Ruston
32c5490a20
Improve contribution banner
...
* Make it work with titles with crazy characters
* Hide the banner for tiddlers that didn't originate on GitHub
Fixes #4116 and #4129
2019-07-26 12:46:27 +01:00
jed and Jeremy Ruston
e86d4d29d5
Fix th-renaming-tiddler (see #4023 ) ( #4037 )
...
* Remove the th-renaming-tiddler hook from navigatior.js
The hook is invoked in the renameTiddler function which would cause the same hook to be called twice, and the version in the navigator widget didn't have the correct inputs and return value according to the documentation.
* Make it so that the th-renaming-tiddler hook isn't called twice
by removing it from the navigator.js file
2019-07-24 18:12:09 +01:00
Jeremy Ruston
cbd07465f3
Fix test rig shadow tiddler behaviour
...
The test rig previously used a simplified implementation of shadow tiddlers which broke with the new indexing engine. There was also a problem that made that even if indexers were disabled they were still initialised.
This PR fixes both problems, in preparation for fixing #4082
2019-07-16 16:53:37 +01:00
Mario Pietsch and Jeremy Ruston
5d36b484c6
Toc cosmetic changes for tabbed-xxxx macros ( #4101 )
...
* toc cosmetic changes.
* toc in right sidebar should use toc-item if itemCalssFilter is not defined
2019-07-15 12:31:50 +01:00
Simon Huber and Jeremy Ruston
e2bad34e89
Fix bug and typo in framed.js ( #4110 )
2019-07-15 10:11:36 +01:00
Cameron Fischer and Jeremy Ruston
b67e088e55
Reducing function calls across board ( #4102 )
2019-07-14 16:20:27 +01:00
Jeremy Ruston and GitHub
cb77f3f503
Make big green (etc) buttons a bit rounder
2019-07-14 16:11:28 +01:00
Jeremy Ruston and GitHub
8226efa154
Merge pull request #4106 from BurningTreeC/patch-17
...
fix missing tag for advanced-search keyboard shortcut
2019-07-14 16:08:01 +01:00
Jeremy Ruston and GitHub
ac49b4d20c
Cancel open popups when inputs get focus
2019-07-14 16:07:36 +01:00
Simon Huber and GitHub
78cc80db13
fix missing tag for advanced-search keyboard shortcut
2019-07-14 17:06:09 +02:00
Jeremy Ruston and GitHub
2bcb36f151
Add advanced-search kb shortcut ctrl-shift-A
2019-07-14 15:49:15 +01:00
Jeremy Ruston
8e7c0907f8
Add checkactions attribute to Checkbox widget
...
See discussion at https://groups.google.com/d/msgid/tiddlywiki/526754d5-8786-49cd-aaa1-c77311670116%40googlegroups.com :
The history here is that in v5.1.14 we added an "actions" attribute to the checkbox widget that specified an action string to be specified whenever the state of the checkbox changed. The same action string is executed regardless of whether the checkbox was checked or unchecked.
Then in v5.1.16 we merged https://github.com/Jermolene/TiddlyWiki5/pull/3182 which added the "uncheckactions" attribute. The difference between the two is that the uncheckactions are only executed if the checkbox is unchecked. The main "actions" attribute is executed before any actions in "uncheckactions", which makes it possible to arrange things so that the "actions" attribute sets things to the checked state while the "uncheckactions" attribute overwrites those changes to set things to the unchecked state.
In retrospect, it would have made more sense to have also added a "checkactions" attribute that was executed only if the checkbox was checked. I'll investigate adding it for v5.1.20.
2019-07-14 13:42:43 +01:00
Simon Huber and GitHub
66dc7df745
Update popup.js
2019-07-14 09:37:53 +02:00
Simon Huber and GitHub
fd88be4173
Update ShortcutInfo.multids
2019-07-14 07:25:50 +02:00
Simon Huber and GitHub
880a2aa153
Update ShortcutInfo.multids
2019-07-14 07:25:02 +02:00
Simon Huber and GitHub
173e9c6c3a
add advanced search key combination ctrl-shift-A
2019-07-14 07:23:47 +02:00
Simon Huber and GitHub
a87a299aa9
add advanced-search kb shortcut
2019-07-14 07:22:46 +02:00
Jeremy Ruston
f5b2599432
Make it possible to distinguish the two different sidebar elements with the class "tc-sidebar-lists"
2019-07-11 22:00:28 +01:00
Simon Huber and GitHub
ba2f4822dd
Merge branch 'master' into patch-10
2019-07-11 18:19:49 +02:00
Jeremy Ruston and GitHub
a3a25f2453
Fix bug with popup cancelling if state is in a field other than 'text'
2019-07-11 17:07:25 +01:00
Simon Huber and GitHub
ecbbe87a0d
popup cancelling - use state reference
...
in the google group there's a discussion: https://groups.google.com/forum/#!topic/tiddlywiki/_mDDZ1jpMgU
buttons allow setting a state-reference for popups but the popup mechanism doesn't respect that
2019-07-11 07:35:06 +02:00
Simon Huber and GitHub
217670cdf3
Update engine.js
2019-07-10 09:57:59 +02:00
Simon Huber and GitHub
345a6a0f90
Update framed.js
2019-07-10 09:57:11 +02:00
Simon Huber and GitHub
c647b42574
Update simple.js
2019-07-10 09:56:34 +02:00
Simon Huber and GitHub
7811614d53
Update popup.js
2019-07-10 09:55:32 +02:00
Simon Huber and GitHub
8aa6427d67
Update factory.js
2019-07-10 09:54:35 +02:00
Jeremy Ruston
86286c6fce
Don't generate filenames starting with a period
2019-07-09 12:22:52 +01:00
Simon Huber and GitHub
f7da4bafae
big-green button: border-radius 2px
...
make it a bit more beautiful
2019-07-08 11:14:32 +02:00
Jeremy Ruston and GitHub
08c900786e
Make katex toolbar (text buttons) button same color
2019-07-07 17:31:54 +01:00
Simon Huber and GitHub
efa593bb50
make katex toolbar (text buttons) button same color
2019-07-07 18:00:17 +02:00
Jeremy Ruston and GitHub
19f2280803
German translations
2019-07-07 13:02:47 +01:00
pmario
6721d70de5
german translations
2019-07-07 01:08:25 +02:00
Jeremy Ruston and GitHub
7b3d190974
Create Hidden Setting ViewTemplate and EditTemplate.tid
2019-07-05 07:29:06 +01:00
Jeremy Ruston and GitHub
3997600137
Update chinese translations
2019-07-05 07:23:11 +01:00
Jeremy Ruston and GitHub
9f31867731
Update core/modules/savers/github.js
2019-07-05 07:21:53 +01:00
Bram Chen and GitHub
a06acc4eb8
Update core/modules/savers/github.js
...
Using "$tw.utils.base64Encode()" to encode content of data instead of calling module library directly.
2019-07-05 11:03:05 +08:00
BramChen
6f3db0118e
Update chinese translations
...
* Add hint of toggle-sidebar keyboard shortcut
2019-07-05 10:30:19 +08:00
Jeremy Ruston and GitHub
f5acf3adaa
Make Using Stamp show up in Recent tab
2019-07-04 22:27:19 +01:00
Jeremy Ruston and GitHub
5ac2064d18
Add toggle-sidebar keyboard shortcut
2019-07-04 22:18:40 +01:00
Jeremy Ruston
2a4c60b23d
Allow tm-open-window to specify a page title
2019-07-04 15:59:34 +01:00
Jeremy Ruston
3edaa652ee
Reveal widget: add option to avoid clamping popup position
...
Fixes #4041
2019-07-04 15:58:27 +01:00
Simon Huber and GitHub
77fedf9582
fix keyboard shortcut
2019-07-04 12:00:10 +02:00