Simon Huber
a947a6b6bc
Fix hover colors of tag dropdown entries in sidebar ( #4682 )
2020-06-11 12:06:49 +01:00
Cameron Fischer
b0485eef6a
Corrected incorrect image source for markdown ( #4680 )
2020-06-11 12:03:16 +01:00
Simon Huber
5b9dbf7b95
Use srcWindow in scrollable widget ( #4677 )
2020-06-11 11:49:32 +01:00
saqimtiaz
d31d4621a4
Incorrect modified field glitches timeline macro ( #4676 )
2020-06-11 11:48:55 +01:00
twMat
d42b7f173b
Update TiddlyWiki in the Sky for TiddlyWeb ( #4667 )
...
remove refs to TiddlySpace
2020-06-11 11:46:51 +01:00
twMat
ceb2411794
Update How to apply custom styles.tid ( #4663 )
2020-06-11 11:46:22 +01:00
Simon Huber
cbff2fb692
Fix e.toggleComment being undefined in CM sublime keymap ( #4662 )
...
* Create comment.js
* Update tiddlywiki.files
2020-06-11 11:45:47 +01:00
Simon Huber
e59f606566
Cancel popups when clicking within an editor ( #4658 )
...
* Add cancelPopups attribute to edit widget
* Add cancelPopups attribute to factory.js
* Cancel popups in editor/simple.js
* Cancel popups on focus in engines/framed.js
* Cancel popups on focus in CodeMirror engine
* Add cancelPopups="yes" to tag-picker
* Add cancelPopups="yes" to sidebar search
* Add cancelPopups="yes" to editor
* Add cancelPopups="yes" to fields EditTemplate
* Update body.tid
* Add cancelPopups="yes" to title EditTemplate
* Add cancelPopups="yes" to type EditTemplate
* Update EditTextWidget.tid
* Update EditWidget.tid
* Add cancelPopups="yes" to menubar plugin search
* Update tag-picker.tid
* Update tags.tid
2020-06-11 11:41:35 +01:00
Bram Chen
042c8d8a69
Update chinese help texts for rendertiddlers
command ( #4657 )
2020-06-11 11:39:57 +01:00
Arlen22
d32fb6f900
Allow setting boot, wiki, and pathPrefix for each request ( #4649 )
...
* Add pathPrefix to state, and options to request handler
* use ternary operator instead of default empty object
* Fix styling issues
* Update server.js
* Add boot to server and filesystem adapter
2020-06-11 11:36:41 +01:00
jeremy@jermolene.com
2c24f30cdd
Update release note
2020-06-11 11:30:11 +01:00
jeremy@jermolene.com
954c9944ad
Fix accidental changes in 41a7d98e17
...
Put this one down to COVID-19
2020-06-07 10:30:39 +01:00
jeremy@jermolene.com
41a7d98e17
Merge branch 'tiddlywiki-com'
2020-05-16 20:13:38 +01:00
jeremy@jermolene.com
75589d78d8
Update RoadMap tiddler
...
Fixes #4661
2020-05-16 19:52:54 +01:00
jeremy@jermolene.com
b0e40e8641
Fix dynaview examples
2020-05-16 14:56:08 +01:00
Simon Huber
99a07f80f1
Add missing Linkify ShortcutInfo ( #4653 )
2020-05-14 14:37:17 +01:00
Mario Pietsch
79ec21346d
Fix 4596 - High cpu consume after upgrade to 5.1.22 ( #4634 )
...
* add a new-line before the log text to increase readability of the test output
* make eslint, jslint happy
* it shouldn't be there
* fremove this file from my PRs
* fix high CPU load
2020-05-14 14:31:57 +01:00
Simon Huber
5d91c27980
Update rendertiddlers.tid ( #4635 )
2020-05-14 14:31:32 +01:00
Simon Huber
72ff1a26fc
Update Generating Static Sites with TiddlyWiki.tid ( #4636 )
2020-05-14 14:31:16 +01:00
mocsa
1812cbbb7c
Clarify Introduction to filter notation.tid ( #4639 )
...
I'm reading the documentation for the first time and I'm trying to clarify parts which are hard to understand for first-time users.
2020-05-14 14:30:48 +01:00
jeremy@jermolene.com
3440f0f308
Merge branch 'tiddlywiki-com'
2020-05-14 14:30:07 +01:00
Bimba Laszlo
6570561d4e
The !has[tags]
filter didn't work because tags
field is an array ( #4643 )
...
* The `!has[tags]` filter didn't work because "tags" is an array
The negated `has` filter only considered empty strings, but not empty
arrays (such as the `tags` field).
* Add tests for `has` filter operator with array-like fields (tags, list)
2020-05-14 13:57:12 +01:00
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
Nicolas Petton
71a827eead
Fix mailto links Forums.tid ( #4616 )
...
To avoid users being mislead when trying to subscribe by email to one of the
Google Groups, put only the relevant mailto link in each forum section.
Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
2020-05-06 09:51:11 +01:00
Simon Huber
86640474b5
Fix search dropdown items text color on hover ( #4632 )
2020-05-06 09:46:29 +01:00
Rizwan
31c4fd586b
Docs updates and fixing broken links ( #4628 )
...
* Corecting URL of LuckySushi shop
* Android-Instructions remained for Andtidwiki
* Updating description and feature set of Timimi
Updating URL of Widdly
Resolving minor camelcase issues in TiddlySpot
* Detailed instructions about termux and adding it to save methods
* Correcting the words "open source" and "Unix"
* Changing link protocols of verified domains to https
2020-05-06 09:40:42 +01:00
Nicolas Petton
33e9f88c73
Add Nicolas Petton to the list of contributors ( #4617 )
...
Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
2020-05-06 09:34:13 +01:00
mocsa
b9d02b61b1
Update cla-individual.md ( #4607 )
2020-05-06 09:33:18 +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
7f01445903
Update information about Quine for iOS
2020-04-29 17:02:17 +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