Mario Pietsch
21f1c163d8
Update navigator widgets parameter docs ( #4828 )
...
Update navigator widgets parameter docs
2020-08-27 15:36:13 +01:00
jeremy@jermolene.com
a2796d89ab
Fix httpRequest() header handling
...
Header names are not case sensitive, so the old code failed if it was called with a "Content-Type" header
2020-08-17 18:44:36 +01:00
Robin Munn
c23eedd069
Fix incorrect base64 encoding of astral-plane text ( #4813 )
...
Most astral-plane text is emojis like U+1F4DA BOOKS (📚 ), but some
languages like Osage have their alphabet entirely in the supplementary
multilingual plane as well. For proper support of languages like Osage,
and newer emojis, the UTF-8 decode and encode functions need to properly
handle codepoints above U+FFFF, which are represented by a surrogate
pair in Javascript strings.
2020-08-17 17:33:46 +01:00
jeremy@jermolene.com
ccda938248
More docs fixes from @fkohrt
...
See #4815
2020-08-14 15:19:16 +01:00
jeremy@jermolene.com
acd2cbf56a
Docs fixes from @fkohrt
...
See #4815
2020-08-14 15:04:01 +01:00
jeremy@jermolene.com
f74c49f393
Fix syncing issues with external JS template
...
Fixes #4808
2020-08-14 11:06:08 +01:00
Adithya Badidey
8cf458d3b3
Adding SolarizedDark Palette, updated SolarizedLight and one tiny UI fix ( #4799 )
...
* Fixed Overflow svg fill
When hovered, the svg should be the same colour as the text it comes alongside. This fixes that.
* Fixed the Solarized Palettes as per spec
- Added the Solarized Dark palette
- Remade the Solarized Light palette with the right contrast ratios as per Solarized Spec.
* Sidebar Selected Tab UI Change
Changed the selected tab border and foreground from pink to white(base01) because the pink was too distracting and not very readable.
* Fixed Hover css for plugin info listing
The css was not working so I fixed it.
* Fixed the UI for plugin info tiddler (among others)
2020-08-11 18:54:17 +01:00
Mario Pietsch
fca9879321
Rename savewikifolder.tig to savewikifolder.tid ( #4804 )
2020-08-11 14:08:01 +01:00
jeremy@jermolene.com
7e964e9501
Browser-storage: Fix startup constraints
...
The use of $tw.perf requires the "startup" startup module to be executed first.
2020-08-11 12:32:39 +01:00
John Duhamel
89c0c6157b
Add saver for Hyperdrive protocol used in Beaker 1.x ( #4777 )
2020-08-10 20:32:28 +01:00
Adithya Badidey
981e3bed45
Signing the CLA ( #4801 )
2020-08-10 14:56:33 +01:00
Simon Huber
17e2b208e8
Fix #4794 - tc-type-selector-wrapper not containing tc-edit ( #4798 )
...
* Update type.tid
* Update base.tid
2020-08-10 09:25:14 +01:00
Simon Huber
bbdd12cffd
Add EditTabIndex config (tabindex = 1) ( #4791 )
2020-08-03 11:09:56 +01:00
saqimtiaz
dd79c096be
Fix #4786 ( #4787 )
...
* Fix #4786
Fix #4786
* Update header.js
2020-08-03 10:41:23 +01:00
ento
9898e5e2db
Don't run build-* stages for PRs against master ( #4788 )
2020-08-02 12:11:11 +01:00
Simon Huber
84b6a85293
Fix css selector for edit template new field ( #4783 )
2020-07-31 14:49:09 +01:00
ento
7acb9a255b
Fix markdown table to honor alignment directives ( #4774 )
...
* Extract withChildren
* Handle table cell alignment
* 🎨 add missing semicolon
2020-07-31 13:01:21 +01:00
Simon Huber
5a6e35b4b0
Update keyboard-driven-input_Macro.tid ( #4781 )
2020-07-31 12:54:06 +01:00
ento
222821804e
Fix Entity widget not rendering its content without a refresh ( #4776 )
...
* Expose TEXT_NODE and ELEMENT_NODE constants
* Add failing test for initial rendering of entity widget
* Compute attributes when rendering
2020-07-31 08:25:15 +01:00
Bram Chen
b32eb49d50
Update chinese translations ( #4715 )
...
* Update NewJournalTags.tid for zh* languages
* Add chinese shortcut descriptions to Misc.multids
* Add chinese translations for `Saving/TiddlySpot/ControlPanel`
2020-07-31 08:14:01 +01:00
jeremy@jermolene.com
97d2af7ebd
TiddlySpot Saver: Add link to control panel
...
Thanks @twmat
Fixes #4778
2020-07-30 19:14:53 +01:00
Diep Pham
a9d79a1a84
Fix authenticated-user-header is case sensitive in header authenticator ( #4780 )
...
From RFC 2616 - "Hypertext Transfer Protocol -- HTTP/1.1", Section 4.2, "Message Headers":
Each header field consists of a name followed by a colon (":") and the field value. Field names are case-insensitive.
2020-07-30 18:24:28 +01:00
Diep Pham
792d285970
Signing the CLA ( #4779 )
2020-07-30 18:23:36 +01:00
Simon Huber
4de95a64c1
Lower width for field-value input field ( #4760 )
2020-07-17 08:48:30 +01:00
Simon Huber
95e30138f0
Add modifier variable to linkcatcher actionstring ( #4758 )
...
* Add modifier variable to linkcatcher actionstring
* Update LinkCatcherWidget.tid
2020-07-15 12:27:14 +01:00
Simon Huber
484c9e986f
Fix #4755 - Indirect colours not shown in palette switcher ( #4757 )
...
* Fix #4755 - Indirect colours not shown in palette switcher
* Update currpalettepreview.tid
* Update currpalettepreview.tid
2020-07-15 12:23:13 +01:00
Simon Huber
00ff0d6fa0
Add modifier variable to button actionstring ( #4671 )
...
* Add modifier variable to button actionstring
* Update ButtonWidget.tid
* Update droppable.js
* Create getEventModifierKeyDescriptor method in keyboard.js
* Update droppable.js
* Update button.js
2020-07-14 17:04:06 +01:00
Simon Huber
a0bd93c596
Make tags in tags-dropdown change bg-color on hover ( #4753 )
2020-07-14 12:32:51 +01:00
Simon Huber
d66725fd31
Integrate keyboard-driven-input in menubar-search ( #4752 )
2020-07-14 12:32:40 +01:00
jeremy@jermolene.com
5b2048fad1
Update release note
2020-07-13 17:49:40 +01:00
Simon Huber
0d2df34c58
Keyboard-driven dropdown inputs ( #4725 )
...
* Add shortcut descriptions to Misc.multids
* Update framed.js
* Update simple.js
* Add inputActions and refreshTitle to factory.js
* Add inputActions and refreshTitle to edit.js
* Update DefaultSearchResultList.tid
* Update search.tid
* Update ShortcutInfo.multids
* Update shortcuts.multids
* Create keyboard-driven-input.tid
* Update tag-picker.tid
* Create keyboard-driven-input_Macro.tid
* Update EditTextWidget.tid
* Update EditWidget.tid
* Update engine.js
* Update base.tid
* Use primaryListFilter, secondaryListFilter, primaryList and secondaryList
* Update tag-picker.tid
* Update search.tid
* Update DefaultSearchResultList.tid
* Update keyboard-driven-input_Macro.tid
* Fix typo udpate -> update
* Update framed.js
2020-07-13 17:42:55 +01:00
jeremy@jermolene.com
d505eeb269
Consent widget
...
Block the raw widget unless consent has been granted. This is helpful because the tw2parser generates <$raw> widgets for content embedded with <html>, and thus this blocks YouTube embeds.
2020-07-13 11:49:21 +01:00
jeremy@jermolene.com
a0db3abe99
Consent banner: Add optional blocking of embedded content until consent granted
2020-07-02 13:14:51 +01:00
jeremy@jermolene.com
bd2cf5c464
Extend the element widget with a hook to intercept DOM node creation
...
The element widget is used to render HTML elements in wikitext.
2020-07-02 13:13:55 +01:00
twMat
8b5a4faa07
Update Filter Operators.tid ( #4739 )
2020-06-27 13:13:10 +01:00
twMat
4c39db1f54
Update ActionListopsWidget.tid ( #4738 )
2020-06-27 13:13:01 +01:00
twMat
c0f0aadf09
Update TaskManagementExampleDraggableTemplate.tid ( #4737 )
2020-06-27 13:12:52 +01:00
twMat
55109177ee
Update TaskManagementExampleDraggable.tid ( #4736 )
2020-06-27 13:12:24 +01:00
twMat
2e39b5add5
Update TaskManagementExample.tid ( #4735 )
2020-06-27 13:11:57 +01:00
twMat
4127ce8e9f
Update StateMechanism.tid ( #4734 )
2020-06-27 13:11:50 +01:00
twMat
6f4f38506e
Update NavigatorWidget.tid ( #4733 )
2020-06-27 13:11:41 +01:00
twMat
33ee650fb7
Update How to create keyboard shortcuts.div ( #4732 )
2020-06-27 13:11:32 +01:00
twMat
7f08025175
Update HistoryMechanism.tid ( #4731 )
2020-06-27 13:11:20 +01:00
saqimtiaz
35a842ade6
EditWidget: Pass attributes from parseTreeNode to child widgets ( #4740 )
2020-06-27 12:33:14 +01:00
saqimtiaz
d46872c061
Extend tm-import-tiddlers message ( #4741 )
...
* Allow tm-import-tiddlers event to override tv-auto-open-on-import
* Add autoOpenOnImport attribute to dropzone
* Updated DropZone docs
* Updated dropzone to support importTitle attribute
* Updated navigator to support importTitle attribute on tm-import-tiddlers
* Update dropzone docs for importTitle attribute
* Updated docs for tm-import-tiddlers
* Fixed formatting
2020-06-27 12:32:11 +01:00
jeremy@jermolene.com
64034f4977
Consent banner: Reorganise readme
2020-06-22 12:27:58 +01:00
jeremy@jermolene.com
4d2d6cc818
Consent banner: Use palette colours
2020-06-22 12:25:55 +01:00
jeremy@jermolene.com
c57bdc46f4
Update release note
2020-06-22 11:35:31 +01:00
jeremy@jermolene.com
4a84ed0018
Add new "Consent Banner" plugin, and update Google Analytics plugin to use it
2020-06-22 11:31:54 +01:00
jeremy@jermolene.com
3de6c95fd6
Update release note
2020-06-19 19:06:21 +01:00