Bimba Laszlo
9c22537b4e
Fix the class attribute of Droppable widget ( #4647 )
...
Even though we passed the `class` attribute, it did not take it into
account. For example try to render this:
<$droppable class="custom-css-class">
... content ...
</$droppable>
Before applying this patch:
<span class=" tc-droppable">
... content ...
</span>
After applying:
<span class="custom-css-class tc-droppable">
... content ...
</span>
2020-05-14 13:55:33 +01:00
Jonas Passerini
84a4784dee
Add Transcludify ShortcutInfo ( #4651 )
...
* Signing the CLA
* Add Transcludify ShortcutInfo
2020-05-14 12:19:16 +01:00
jeremy@jermolene.com
5c0d91c510
Fix title of slugify.js filter module
2020-05-14 07:53:30 +01:00
jeremy@jermolene.com
d1441d29fd
Release note update
2020-05-10 11:59:22 +01:00
jeremy@jermolene.com
bf6735420d
Fix SVG favicons
2020-05-10 11:58:40 +01:00
jeremy@jermolene.com
34181230c7
Release note update
2020-05-09 16:08:46 +01:00
jeremy@jermolene.com
2eb11d9a2d
Add slugify operator to JSZip static export example
2020-05-09 15:56:48 +01:00
jeremy@jermolene.com
4966f6ab62
Add slugify and duplicateslugs operators
...
Fixes #3379
2020-05-09 15:54:44 +01:00
jeremy@jermolene.com
33d973fb91
Add originating widget to event objects
2020-05-09 15:53:38 +01:00
Arlen22
81f07cdf85
Use this.wiki where applicable ( #4601 )
...
* Use state.wiki
* use local wiki where available
* fix a couple this vs self cases
2020-05-06 11:27:50 +01:00
jeremy@jermolene.com
48dfadd85b
InfoMechanism: Add $:/info/startup-timestamp
2020-05-06 11:05:54 +01:00
Simon Huber
86640474b5
Fix search dropdown items text color on hover ( #4632 )
2020-05-06 09:46:29 +01:00
jeremy@jermolene.com
c9692d7a50
Fix case-insensitive freelinks
2020-05-05 16:38:29 +01:00
jeremy@jermolene.com
7ee9003df7
Release note update
2020-05-03 19:06:28 +01:00
jeremy@jermolene.com
75d65d2694
JSZip Plugin: Docs update
2020-05-02 21:31:15 +01:00
jeremy@jermolene.com
6a0ff7db18
JSZip Plugin: Add ability to build and download ZIP files
2020-05-02 21:22:44 +01:00
jeremy@jermolene.com
85fd43a38c
Update release note
2020-05-02 14:09:47 +01:00
jeremy@jermolene.com
1f354a972e
Freelinks plugin: Add support for ignoring case
2020-05-02 14:07:39 +01:00
jeremy@jermolene.com
5eee11beed
Update Catalan translation
2020-05-02 13:16:52 +01:00
jeremy@jermolene.com
9cd5415dfe
Add new favicon for prerelease
...
Fixes #4619
2020-04-30 18:00:33 +01:00
jeremy@jermolene.com
13b8281f6b
$tw.utils.copyDirectory: Ensure directories don't overlap
2020-04-27 15:00:06 +01:00
jeremy@jermolene.com
ad575efdcc
Update sortsub to evaluate the subfilter for each item in the list
...
See the discussion here https://groups.google.com/d/msg/tiddlywiki/BqUFQ3v-fZw/U0F04CFFBQAJ
2020-04-25 15:22:24 +01:00
jeremy@jermolene.com
685157266d
Release note update
2020-04-25 11:27:31 +01:00
jeremy@jermolene.com
619c0752bd
Add new sortsub operator
2020-04-25 11:26:19 +01:00
jeremy@jermolene.com
bed76b9a32
Release note: fix typo
...
Thanks @BramChen
2020-04-23 09:41:38 +01:00
Cameron Fischer
2385bd978f
Fix importvariables crash ( #4593 )
...
* Fixed issue: multi nonMacro imports broke everything
* Fixed issue: dead variables in import might linger
2020-04-23 09:10:52 +01:00
jeremy@jermolene.com
1cc5c5e7f0
Update release note
...
And fix the github comparison link so that it works for the prerelease
2020-04-22 17:47:34 +01:00
jeremy@jermolene.com
2a8f7a9c50
Add support for _canonical_uri field of $:/favicon.ico
2020-04-22 16:40:02 +01:00
jeremy@jermolene.com
5f98e7d7b3
Ensure $tw.utils.hasClass/addClass/removeClass work with SVG elements
...
These docs make clear that .className isn't recommended for SVG elements:
https://developer.mozilla.org/en-US/docs/Web/API/Element/className#Notes
2020-04-22 15:32:20 +01:00
jeremy@jermolene.com
a4fb57bf15
Fix typo in BrowseWidget docs
2020-04-22 12:10:34 +01:00
Simon Huber
cae937f107
Make selections follow palette colors ( #4590 )
2020-04-22 10:46:36 +01:00
jeremy@jermolene.com
77a929faa3
ActionPopup widget: Add ability to cancel all popups
2020-04-21 22:19:03 +01:00
jeremy@jermolene.com
c86a621d5d
BrowseWidget: Add "accepts" attribute
...
And add docs for the 'message' and 'param' attributes
2020-04-21 22:18:34 +01:00
jeremy@jermolene.com
3a20fb1e3a
Twitter Plugin: Add warning if the wiki needs to be saved and reloaded
2020-04-21 21:22:13 +01:00
jeremy@jermolene.com
d6ee700bca
Fix $tw.utils.getSubdirectories()
2020-04-21 21:21:38 +01:00
jeremy@jermolene.com
c87f4a1e94
Update prerelease version number
...
Whoops
2020-04-21 15:12:43 +01:00
Simon Huber
39d532a4a0
Revert "Make input fields dismiss their popups when the ... ( #4579 )" ( #4586 )
...
This reverts commit 4efcad46f3
.
2020-04-20 19:26:54 +01:00
Simon Huber
86d7564661
Update gruvbox dark for better readability of ... ( #4585 )
...
... toolbar buttons
2020-04-20 17:13:00 +01:00
Simon Huber
4efcad46f3
Make input fields dismiss their popups when the ... ( #4579 )
...
* Make input fields dismiss their popups when the ...
... fields loose focus (`blur`)
* Update simple.js
2020-04-20 15:49:30 +01:00
jeremy@jermolene.com
1546a4a189
Client-server: Add message about disabled plugin library
...
Fixes #4570
2020-04-20 13:28:02 +01:00
jeremy@jermolene.com
2649d2f7dc
Syncer: Fix typos
...
Fixes a bug introduced in #4584
2020-04-20 13:19:27 +01:00
idotobi
154e886873
Fix Comment in Webserver API route tidlers.json ( #4557 )
...
This commit fixes the the comment in the route
`recipes/default/tiddlers.json` which was inconsistent with the actually
used regex. Furthermore, the 403 response was adjusted to also agree
with the the new comment and the regex.
Co-authored-by: tobidot <post@tobidot.net>
2020-04-20 13:07:06 +01:00
jeremy@jermolene.com
5688670da6
makelibrary command: Guard against invalid directories
2020-04-20 12:58:27 +01:00
jeremy@jermolene.com
678e25f510
makelibrary command should skip non-directories
...
Fixes #4583
2020-04-20 11:47:54 +01:00
jeremy@jermolene.com
15d7255728
Syncer: Should not call syncadaptor for missing tiddlers
...
Fixes #4580
2020-04-20 11:35:11 +01:00
jeremy@jermolene.com
05e6c1bf62
Freelinks Plugin: Don't autolink within HTML <a> links
2020-04-20 11:26:37 +01:00
Daniel Rodríguez Rivero
4ea79cb0c3
fix(syncer): restore tiddlerInfo param to saveTiddler ( #4584 )
...
This was added on a159b5baf3
and lost in #4373 .
Will be a good idea to introduce tests against this kind of changes
2020-04-20 11:17:27 +01:00
jeremy@jermolene.com
e71a27ac2d
Fix link widget to work within SVG elements
2020-04-19 12:57:56 +01:00
jeremy@jermolene.com
90469679a5
Placeholder banner for v5.1.23
...
We'll have another competition
2020-04-18 15:52:15 +01:00
Jeremy Ruston
00686fc002
Preparing for v5.1.23-prerelease
2020-04-15 16:23:19 +01:00