scott willeke
3fd301a5d2
Markdown plugin: Description notes remarkable instead of markdown-js ( #4422 )
2020-03-02 09:29:16 +00:00
scott willeke
a942b161ad
Signing the CLA ( #4440 )
2020-03-02 09:27:55 +00:00
Jeremy Ruston
6cdffc4eae
Fix broken filters introduced in b179a6011
...
The mistake arose because browser local storage was enabled
2020-02-29 15:56:22 +00:00
Jeremy Ruston
7ffe3fc91f
Prerelease: Disable browser storage to make testing less confusing
2020-02-29 15:51:42 +00:00
Jeremy Ruston
63ba2883a4
Menubar: Reverse order of top right menu items
2020-02-28 21:35:45 +00:00
Jeremy Ruston
edf025ebdc
Push top right menu items to the right
...
Looking more backwards compatible
2020-02-28 17:22:47 +00:00
Jeremy Ruston
5644c2ac7b
Menubar tweaks
...
* Fix old references to "top menu" to the new "menu bar" terminology
* Use vanilla breakpoint for responsive adjustment to menu bar padding
2020-02-28 16:09:26 +00:00
Jeremy Ruston
e8aafdfb66
Update release note
2020-02-28 15:56:55 +00:00
Jeremy Ruston
0247d0d88b
Disable sticky titles for the prerelease
...
Sadly, they don't play nicely with the new menu bar
2020-02-28 14:36:23 +00:00
Jeremy Ruston
b179a60111
Tweak some system buttons to look better in the new menu bar
...
The reveal widget leaves behind an unnecessary span, which breaks the CSS used to target the button.
2020-02-28 14:34:06 +00:00
Jeremy Ruston
ad2d4503e5
First commit of new Menu Bar plugin
2020-02-28 14:33:15 +00:00
Jeremy Ruston
4afde5a722
Enhance colour macro with a fallback to a configuration tiddler
2020-02-28 14:31:02 +00:00
Jeremy Ruston
46159bd061
Share plugin: Add prominent warning in readme
2020-02-28 14:28:08 +00:00
saqimtiaz
5b3443947e
Update documentation for tabindex support for ButtonWidget ( #4465 )
...
Documentation for changes introduced in https://github.com/Jermolene/TiddlyWiki5/pull/4442
2020-02-23 11:27:49 +00:00
Jeremy Ruston
1dfc29c127
Browser-storage plugin: Don't save popup state by default
2020-02-19 18:58:13 +00:00
Jeremy Ruston
a339491cc0
Update release note
...
Better late than never
2020-02-19 14:28:27 +00:00
Jeremy Ruston
07c2c21dbf
Share plugin: Add warning prompt
2020-02-14 15:01:45 +00:00
lucible
0b1887e677
Signing the CLA ( #4447 )
2020-02-05 21:44:55 +00:00
saqimtiaz
04c28ba5f2
Add tabindex support to button widgets ( #4442 )
...
This pull request adds support for specifying a tabindex for button widgets following the same pattern as the LinkWidget.
2020-02-05 12:14:38 +00:00
Jeremy Ruston
b9d20f1868
Share plugin: Improve startup error handling
2020-02-04 16:20:16 +00:00
Jeremy Ruston
90366e9b3b
Share: Exclude the $:/build tiddler
2020-02-04 16:05:14 +00:00
Jeremy Ruston
33087ccee9
Travis CI: Another attempt to fix things
...
Seems that I don't understand YAML
2020-02-04 15:25:34 +00:00
Jeremy Ruston
6bf625d20e
Travis CI: Add .travis.yml back again
2020-02-04 15:17:33 +00:00
Jeremy Ruston
74135c2f38
Travis CI: Try deleting and recreating .travis.yml
...
It appears to have worked for some people c.f. stackoverflow
2020-02-04 15:16:49 +00:00
Jeremy Ruston
f1b4d2d24d
Travis CI: Move to Node.js 12
...
Apparently the default Node 10 doesn't include Math.trunc()
2020-02-04 15:06:30 +00:00
Jeremy Ruston
dbd2a340e0
Temporarily remove markdown plugin from prerelease
...
It's giving errors under Travis CI
2020-02-04 14:44:01 +00:00
Jeremy Ruston
8eb2ec9357
Fix Travis CI syntax error
...
We were getting "SyntaxError: Use of const in strict mode."
2020-02-04 14:35:21 +00:00
Jeremy Ruston
9dd719ba32
Fix path.posix.sep which appears to be undefined on Travis CI
2020-02-04 14:24:57 +00:00
Jeremy Ruston
aaae1d1bbb
Include share.html in the main build
2020-02-04 14:07:28 +00:00
Jeremy Ruston
005c584d85
First attempt at sharing plugin/edition
2020-02-04 14:06:59 +00:00
Jeremy Ruston
3df1f9c9d0
Extend jsontiddlers macro to generate unformatted output
2020-02-04 13:57:24 +00:00
Bram Chen
a4593b8e3d
Update chinese translations ( #4325 )
...
* Update chinese translations
* Imporve chinese translations for UI of basic tab in controlpanel
* Add chinese translations for description of throttle.refresh field
* Add chinese translations for the `none` option of icon dropdown in tag manager
2020-02-02 08:50:18 +00:00
twMat
9d2eff61ca
Docs: Update ViewWidget.tid ( #4437 )
2020-02-01 13:41:43 +00:00
Jeremy Ruston
b454e809f3
Docs: Fix typos in button widget docs
2020-01-31 17:15:09 +00:00
Mario Pietsch
db13e49724
More listops tests ( #4409 )
...
* add a new-line before the log text to increase readability of the test output
* make eslint, jslint happy
* make eslint happy
* add more listops tests
* new listops filter tests
* remove new-line
* make eslint happier.
* revert eslint settings
2020-01-31 14:09:06 +00:00
Lee Sheng Long
80b066f409
Fix support for zip files in some environments ( #4432 )
...
In some environments (at least on my own machine), TiddlyWiki detects zip files as type `"application/x-zip-compressed"` instead of `"application/zip"`. This commit adds support for zip files with type `"application/x-zip-compressed"` so that they are encoded in `"base64"` like other zip files with type `"application/zip"`.
2020-01-31 14:08:28 +00:00
Lee Sheng Long
96eca32b11
Add download button/link to binary tiddler warning banners in view and edit mode ( #4423 )
2020-01-31 09:13:28 +00:00
Jeremy Ruston
3eacdc19fd
Ensure GitHub and GitLab savers use a default path of /
if empty
...
The empty string gets a slash appended further down this method.
2020-01-30 17:02:14 +00:00
Lee Sheng Long
5bfc66b8e3
Signing the CLA ( #4424 )
2020-01-30 16:18:09 +00:00
Simon Huber
5d0e4732b2
Add "none" as an option in the icon dropdown in tag manager ( #4361 )
...
* add no-icon option to tagmanager and add ...
... whitespace trims
* Update Misc.multids
2020-01-30 15:52:33 +00:00
Simon Huber
1bcb381570
Add optional storyview to list-tagged-draggable macro ( #4329 )
...
* add optional storyview to list-tagged-draggable macro
* Update list.tid
2020-01-30 15:43:02 +00:00
Simon Huber
69bcb1609a
Add whitespace trims to tag-picker macro ( #4360 )
2020-01-30 15:41:21 +00:00
Simon Huber
18151cc193
Make "type" input look consistent with "fields" input ( #4358 )
...
* add class tc-edit-texteditor to type field, trim ...
... whitespace, make look consistent
* define width 20% for type input field
* add second nbsp; for consistency with type input
2020-01-30 15:39:38 +00:00
Cameron Fischer
aa817f66d2
Changed importVariable to store its own variables ( #4108 )
...
* Changed importVariable to store its ownvariables
Before, importVariables was creating a setWidget for every single variable it would find in its tiddlers, and it would create a long-ass call tree. Now, instead, it just accumulates the variables in itself.
* Can't use Object.assign
Learned the hardway while working on tw5-relink that Object.assign
doesn't exist in IE11. Using $tw.utils.extend instead.
* Retaining setWidget transclusion flexibility
* One more test to verify mixing sets and macros
2020-01-30 12:53:26 +00:00
Mario Pietsch
ba10b4fb00
Docs: bring tm-fold-xxx message docs on par with the code, that is executed. ( #4353 )
2020-01-30 12:50:19 +00:00
Mario Pietsch
151eed5c81
Docs: fix typos and font-size ( #2795 )
2020-01-30 12:49:37 +00:00
Jeremy Ruston
152125f53b
Railroad plugin: Use message box colours so that they change with the palette
2020-01-30 12:16:29 +00:00
twMat
cead051c73
Docs: Update sign Operator.tid ( #4426 )
2020-01-29 17:18:33 +00:00
twMat
35178f41b0
Docs: Update length Operator.tid ( #4428 )
2020-01-29 17:14:02 +00:00
Jeremy Ruston
17fb43bd6f
Introduction edition: fix some display issues
...
Two of the tiddlers incorporate content dynamically drawn from the core, and so the size of the tiddlers has increased as the core has grown.
2020-01-29 17:09:28 +00:00