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
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
Jeremy Ruston
29461403ed
Fix bug with navigating via location hash
...
Introduced in 8159c4a865
, the problem was that it is actually valid for storyTitle and/or historyTitle to be falsey in the Story constructor.
2020-01-27 17:59:13 +00:00
Jeremy Ruston
7795ed9230
Fix stamp dropdown not transcluding caption field
2020-01-15 20:29:13 +00:00
Simon Huber
f59d044a8c
Replace "×" with close-button in keyboard-shortcuts ( #4406 )
...
this PR replaces the `×` in the keyboard-shortcuts dropdown with the `$:/core/images/close-button`
2020-01-05 13:13:39 +00:00
Jeremy Ruston
e3835c64da
Restore whitespace for page control buttons
...
Even with whitespace trim, we need a single space between the icon and text
2020-01-04 16:44:33 +00:00
Stefan Krüger
1ed884cef4
Add support for file type webm & ogg theora ( #4404 )
2020-01-04 11:27:13 +00:00
Simon Huber
75ba862a7e
Fix "remove" tooltip in keyboard shortcuts ( #4405 )
...
this PR just fixes the tooltip of the small "remove" button in the keyboard-shortcut dropdown
2020-01-04 11:25:43 +00:00
Jeremy Ruston
ae3ca9bccd
It's 2020!
2020-01-03 11:34:26 +00:00
Jeremy Ruston
5a5c967a39
Add support for $:/tags/Macro/View macros that are only visible within view templates
2020-01-03 10:40:11 +00:00
Jeremy Ruston
136dbf1a60
Fix bug with importvariables and empty set widgets
...
A self-closing set widget doesn't have a "children" property.
2020-01-03 10:39:37 +00:00
Jeremy Ruston
144ec28552
Update class settings in edit template to match view template
...
@pmario this adds the tc-tagged- classes to the edit template, do you think that's useful?
2019-12-17 12:01:59 +00:00
Jeremy Ruston
015306dfc9
Remove extraneous paths from line-width and list icons
...
Fixes #4369 and #4368
2019-11-25 12:15:24 +00:00
Jeremy Ruston
18f5333e01
Optimised SVG icons
2019-11-22 12:21:54 +00:00
Jeremy Ruston
668ca00a88
Avoid setting an explicit colour in the new-journal-button icon
...
This change means that the colour for the date on the new journal button icon will change according to the current colour palette, and simplifies things for #4379
2019-11-22 12:08:53 +00:00
Jeremy Ruston
174a36cda6
Make the single window template compatible with the page template
...
The tv-* variables were missing, making toolbar buttons appear incorrectly. There was also no tc-page-container class.
Fixes #4372
2019-11-20 18:01:06 +00:00
Jeremy Ruston
54fc932740
Fix wiki referenced by navigator widget's rename tiddler handler
2019-11-20 17:38:59 +00:00
Jeremy Ruston
a65cfe98d5
Slight optimisation of $tw.utils.addClass()
2019-11-20 17:38:28 +00:00
donmor
7b66df688a
Refactor andtidwiki.js (The saver for Android apps including AndTidWiki, Tiddloid and Tiddloid Lite) ( #4276 )
...
* Create tiddloid.js
* Update andtidwiki.js
* Delete tiddloid.js
* Update andtidwiki.js
* Update andtidwiki.js
* Update andtidwiki.js
* Update andtidwiki.js
* Update andtidwiki.js
* Update andtidwiki.js
2019-11-20 09:45:42 +00:00
Jeremy Ruston
8f3da69f81
Correct fix for bug with millisecond 0XXX date format
...
Milliseconds need 3 digits, not 4...
2019-11-18 13:24:47 +00:00
Jeremy Ruston
cd8ab13b55
Fix bug with millisecond 0XXX date format
2019-11-18 13:22:10 +00:00
Jeremy Ruston
e4eaae14fa
Ensure splash screen isn't shown when JS is disabled
2019-11-14 11:00:07 +00:00
Jeremy Ruston
afb7435a88
Remove "hack-to-give-us-something-to-compare-against"
...
It looked messy in the control panel listing.
2019-11-14 09:23:17 +00:00
Mario Pietsch
2deed528bc
Remove   from tag pill in edit mode ( #4366 )
...
* remove   from tag pill in edit mode
PR: fix missing space between edittemplate tags #3585 introduced an unbreakable space ...
The ` ` isn't needed and **causes problems**, if users copy&paste the tag text, because the "new" tag in the text input field now contains an space in front of the tag. This space invalidates the tag, so it doesn't function anymore.
see [comment in GG](https://groups.google.com/d/msg/tiddlywiki/RQEyqPQIZSM/uaU7lgJJAAAJ ) .. I also had a problem like this some time ago, which costed me several hours of debugging.
* Update base.tid
* Update tag.tid
2019-11-07 12:39:14 +00:00
Jeremy Ruston
bfbd886a8b
Add "index" attribute to range widget
2019-11-04 18:56:22 +00:00
Jeremy Ruston
e84c422e50
Range widget: fix refreshing
...
The range widget wasn't refreshing correctly when the underlying tiddler value changed
2019-11-02 09:31:15 +00:00
Jeremy Ruston
43d18e74d5
Syncer: add hidden setting for disabling lazy loading
2019-10-25 10:02:57 +01:00
Nils-Hero Lindemann
e114fed3f9
Replace div with span in colour picker ( #4333 )
2019-10-20 18:22:22 +01:00
Simon Huber
793d84bcb1
Fix typos in tag-picker ( #4336 )
...
... sorry @Jermolene
2019-10-20 18:08:19 +01:00
Simon Huber
423a942a8f
Fix newTagNameTiddler being undefined in ControlPanel ( #4326 )
...
* fix newTagNameTiddler being undefined in ControlPanel
* Update Basics.tid
* prevent newTagNameTiddler being undefined
* Update Basics.tid
* Update tag-picker.tid
* Update tag-picker.tid
2019-10-20 17:00:08 +01:00
donmor
588af44d4c
Scale embedded videos and audios to fit their container ( #3943 )
...
* Update videoparser.js
* Update audioparser.js
* Update videoparser.js
* Update audioparser.js
2019-10-19 11:44:18 +01:00
Jeremy Ruston
05a3e1ad36
Add language attribute to HTML tag
2019-10-17 18:07:13 +01:00
Jeremy Ruston
1bf8821bd8
System icon: remove extraneous closing tag
2019-10-17 15:04:00 +01:00
Simon Huber
1cf2d0799d
Fix field-name input ( #4322 )
2019-10-14 14:54:47 +01:00
Simon Huber
3c365a2567
EditTemplate optimizations ( #4104 )
...
#4093 and #4100 are bundled in this PR
* qualified state-tiddlers for the tags input and fieldname + fieldvalue inputs
* newTagName, newFieldNameTiddler and newFieldValueTiddler variables defined in EditTemplate (all qualified through `qualify` macro)
* save-tiddler-actions macro in the EditTemplate (reused by the save-tiddler button)
* enter (configurable) in the fieldvalue field adds the field and sets focus to the next fieldname input
Edit:
* storyview="pop" for fields list
2019-10-14 14:31:57 +01:00
Simon Huber
45def4def4
Fix focus in fields editTemplate ( #4321 )
...
the focus was set to the wrong field
2019-10-14 13:57:45 +01:00
Simon Huber
7af24d217a
Make tags in controlpanel animate ( #4320 )
2019-10-14 13:57:28 +01:00
Jeremy Ruston
73bb27fd77
Tweak autofocus text in control panel
...
Also made the trailing punctuation more consistent
2019-10-14 13:19:08 +01:00
Jeremy Ruston
6089c4de29
Extend refresh throttling to tiddlers having a "throttle.refresh" field
...
See discussion here: https://groups.google.com/d/msgid/tiddlywiki/7738644f-b53f-4fb0-b0df-16243fe51795%40googlegroups.com
2019-10-14 10:42:14 +01:00
Simon Huber
daa24a52bd
Add default new-tiddler and new-journal tags mechanism and... ( #4314 )
...
* Update Basics.tid
* Update ControlPanel.multids
* Update NewJournal.multids
* Create NewJournalTags.tid
* Update new-tiddler.tid
* Update new-image.tid
* Update new-journal.tid
* Update new-here.tid
* Update new-journal-here.tid
2019-10-13 16:53:52 +01:00
Simon Huber
89728d8a9a
Make tag-picker add-tag button more consistent II ( #4313 )
...
* Update tag-picker.tid
* Update tags.tid
* Update tag-picker.tid
2019-10-13 16:53:40 +01:00
Simon Huber
4cf96e7339
Revert "Fix: make tag-picker "add-tag" button more consistent ( #4199 )" ( #4311 )
...
This reverts commit 74172b35ce
.
2019-10-13 10:19:44 +01:00
Simon Huber
f0779b58ac
Revert "Add default new tiddler tags mechanism and interface ( #4307 )" ( #4312 )
...
This reverts commit 007fc8239b
.
2019-10-13 10:19:07 +01:00
Simon Huber
007fc8239b
Add default new tiddler tags mechanism and interface ( #4307 )
...
* Update ControlPanel.multids
* Update Basics.tid
* Update new-tiddler.tid
* Update new-journal.tid
* Update new-image.tid
* Update new-here.tid
* Update new-journal-here.tid
* Update new-tiddler.tid
* Update new-image.tid
* Update new-journal.tid
* Update new-tiddler.tid
* Update new-image.tid
* Update new-here.tid
* Update new-journal-here.tid
* Update Basics.tid
* Update Basics.tid
2019-10-12 16:30:59 +01:00
Simon Huber
ea6113b255
Fix CamelCase AutoFocus in ControlPanel ( #4308 )
...
* from AutoFocus to ~AutoFocus
* Update minifocusswitcher.tid
* Update Basics.tid
* Update body-editor.tid
2019-10-12 15:10:24 +01:00
Simon Huber
bfa3ddd077
Add two missing tooltips: add-tag button and add-field button ( #4306 )
...
* add tooltip to field add button
* Update EditTemplate.multids
* Update EditTemplate.multids
* add tooltip to tag-picker add button
2019-10-12 14:10:06 +01:00
Simon Huber
d01b781283
Restore previous popup mechanism (no cancelling when focusing inputs) ( #4305 )
...
* remove cancelpopups from factory.js
* remove handleFocusEvent from framed engine
* remove cancelPopups from simple engine
* Update popup.js
2019-10-12 14:08:52 +01:00
Simon Huber
66b68f4a58
Allow configuration of default focus field of new tiddlers ( #4238 )
...
* add editFocus attribute to edit widget
* add focus condition to title editTemplate
* add focus condition to body-editor editTemplate
* add focus attribute to type editTemplate
* add focus attribute to fields editTemplate
* add focus attribute to tag-picker
* add $:/config/AutoFocus tiddler
... default focus is title
* Update Basics.tid
* Update ControlPanel.multids
* Create minifocusswitcher.tid
* Update minifocusswitcher.tid
* Update Basics.tid
* Update body-editor.tid
2019-10-12 12:04:10 +01:00
Simon Huber
74172b35ce
Fix: make tag-picker "add-tag" button more consistent ( #4199 )
...
* make tag-picker add-button compliant with enter-actions
... the `$actions$` way throws a filter syntax error in some cases, the `<<add-tag-actions>>` way is more solid
* Update tags.tid
remove tag-picker-actions
2019-10-12 10:01:27 +01:00
Simon Huber
9ed45cfaad
Add whitespace trim to SideBarSegments search ( #4302 )
2019-10-12 09:24:05 +01:00
Jeremy Ruston
d30eacc652
Select widget: fix bug with deselecting entries programmatically
...
Previously, it was not possible to deselect entries by editing the tiddler $:/generated-list-demo-state used in the final example of the SelectWidget docs
2019-10-11 17:46:30 +01:00
Jeremy Ruston
e9211b0eee
Allow sidebar tabs to be independently targeted via CSS
2019-10-11 10:57:29 +01:00
Simon Huber
8efd0ace34
Missing whitespace trim in PageControls ( #4293 )
...
* add whitespace trim to advanced search button
* add whitespace trim to new tiddler
* add whitespace trim to new journal
* add whitespace trim to new image
* add whitespace trim to control panel button
* add whitespace trim to tiddler manager button
* add whitespace trim to language button
* add whitespace trim to palette button
* add whitespace trim to theme button
* add whitespace trim to storyview button
* add whitespace trim to timestamp button
* add whitespace trim to encryption button
* add whitespace trim to tag-manager button
2019-10-07 15:13:55 +01:00
Jeremy Ruston
cb2640669b
HTTP Server: should include bag in returned tiddlers
...
The bag field is included in the tiddlers baked into the HTML file, but is also needed on tiddlers read from the server dynamically.
Fixes #4291
2019-10-06 17:34:50 +01:00
Jeremy Ruston
89716bb81d
Add class identifying the tiddler body editor
...
See https://groups.google.com/d/msgid/tiddlywiki/13fb3572-4259-46c3-9cc7-6ed85b636177%40googlegroups.com
2019-10-06 14:58:45 +01:00
Jeremy Ruston
fb9ea69ad2
Selective expandable TOC: use "sort" filter when determining whether node is expandable
...
Fixes #4284
2019-10-04 11:40:22 +01:00
Jeremy Ruston
a054d100e7
Fix usage of tm-edit-text-operation count parameter
...
Fixes #3912
2019-10-04 11:23:17 +01:00
Jeremy Ruston
0e771e2419
Fix currentTiddler in pagecontrol buttons
...
Bug introduced in 8db893b9c9
Fixes #4283
2019-10-03 12:13:29 +01:00
Jeremy Ruston
55e3b8d66d
Plugin improvements
...
* Improve docs
* Improve styling of subplugins
2019-09-28 11:49:09 +01:00
Jeremy Ruston
ded9d4074c
Plugin library chooser improvements
...
* Make "Also requires:" translatable
* Clearer styling for sub-plugins
* Documentation tweaks
2019-09-28 10:06:18 +01:00
Jeremy Ruston
93e01435d1
Dynamic plugins: Change "contains JavaScript" to "requires reload"
...
We might in the future offer support for certain types of JS module to be hot loaded.
2019-09-27 16:47:55 +01:00
Jeremy Ruston
cb3bec65a1
Don't crash for edit enginges that don't support cancelPopups
2019-09-26 08:51:35 +01:00
Jeremy Ruston
e752ba7c6a
Use the dependents and parent-plugin fields to automatically install dependencies
2019-09-25 21:57:22 +01:00
Jeremy Ruston
92340d81cc
Introduce "parent-plugin" field to control how plugins are displayed in the chooser
...
"Sub-plugins" are displayed within the dropdown of their parent plugin.
This is a more elaborate version of #4109 . It doesn't address dependent plugins (yet), this is just about grouping addon plugins under their parent.
2019-09-25 16:16:28 +01:00
Jeremy Ruston
db2ed63e54
Fix formatting of plugin listing in control panel
...
And make some minor tweaks across the plugin chooser too
2019-09-20 14:30:52 +01:00
Jeremy Ruston
d91fcd990e
Improve appearance of plugin chooser
2019-09-19 13:20:07 +01:00
Jeremy Ruston
336f1ceae3
Indicate in import listing whether a plugin contains JS modules
2019-09-17 08:49:39 +01:00
Jeremy Ruston
8c89461291
Adding [is[binary]] filter -- Missed off 1150c87ed
2019-09-16 16:16:03 +01:00
Jeremy Ruston
1150c87edb
Add [is[binary]] operator
2019-09-16 16:15:26 +01:00
Jeremy Ruston
7f9823c5b2
Dynamic plugins: Fix registration of themes and languages
2019-09-16 13:17:09 +01:00
Jeremy Ruston
1c23059204
Dynamic loading/unloading of plugins ( #4259 )
...
* First pass at dynamic loading/unloading
* Show warning for changes to plugins containing JS modules
* Use $:/config/RegisterPluginType/* for configuring whether a plugin type is automatically registered
Where "registered" means "the constituent shadows are loaded".
* Fix the info plugin
The previous mechanism re-read all plugin info during startup
* Don't prettify JSON in the plugin library
* Indicate in plugin library whether a plugin requires reloading
* Display the highlighted plugin name in the plugin chooser
And if there's no name field fall back to the part of the title after the final slash.
2019-09-16 12:15:39 +01:00
Jeremy Ruston
68163684a2
Fix publishFilter in save templates
...
Fixes #4252
2019-09-11 11:40:45 +01:00
Jan-Oliver Kaiser
11506e9acf
Fix gitlab saver ( #4243 )
...
This fixes the HTTP request sent to gitlab that is meant to see if the
target file already exists. It did not follow the official gitlab v4 api
documentation. That documentation dictates both `path` and `branch` to
be passed via corresponding GET parameters.
2019-09-11 10:21:31 +01:00
Jeremy Ruston
1631f21a6b
Preparation for v5.1.22-prerelease
2019-09-10 17:20:36 +01:00
Bimba Laszlo
3732c83ad4
Fix GitLab saver Base64 encoding ( #4255 )
2019-09-10 14:16:06 +01:00
Jeremy Ruston
953038f0b2
Don't use field indexer when looking for blank/missing fields
...
Fixes #4247
2019-09-09 14:47:27 +01:00
Simon Huber
00fb4190f2
Fix whitespace around fields inputs (II) ( #4240 )
2019-09-09 14:17:32 +01:00
Jeremy Ruston
16652f926f
Fix inverted default HTML-class for items in toc and toc-expandable
2019-09-03 09:41:34 +01:00
Mark Stegeman
dd09266b46
Fix inverted default HTML-class for items in toc and toc-expandable
...
5d36b484c6
swapped the "emptyValue" and "value" that determine the
HTML-class for toc items, but did not change the default values for
"itemClassFilter" in "toc" and "toc-expandable" to reflect this.
2019-09-02 19:31:13 +02:00
Jeremy Ruston
ba7e7fd649
fix "Open" SideBar tab ( #4228 )
2019-09-02 18:08:09 +01:00
Simon Huber
1873785ef6
Fix whitespace around field inputs ( #4227 )
2019-09-02 18:07:45 +01:00
Simon Huber
c81bf49704
fix "Open" SideBar tab
2019-09-01 11:00:09 +02:00
Nils-Hero Lindemann
1c5b3e3d8d
Remove duplicate code from transcludeblock parser ( #4221 )
2019-08-30 17:20:16 +01:00
Simon Huber
4ef9ccbab9
Fix bug with wikitext in fieldnames #4218
2019-08-30 10:44:23 +01:00
Jeremy Ruston
83386f34b5
Restore performance instrumentation to be disabled by default
...
Fixes #4201
2019-08-30 10:42:01 +01:00
Jeremy Ruston
471b73158a
Fix overeager alerts from core module overwrite upgrade warning
...
This fixes a bug in #3634 , and refines the logic so that the warning is only given if the incoming tiddler exists as a shadow tiddler. (In my case I have several draft core modules inactive in my notes wiki and they were erroneously suppressed from the upgrade).
2019-08-28 14:44:46 +01:00
Jeremy Ruston
a170210069
Fix crash with action-deletefield and missing tiddler attribute
...
Fixes #4188
2019-08-24 11:39:00 +01:00
Simon Huber
fada96651e
Update "Open" tab to use tv-config-story-list ( #4189 )
2019-08-24 11:27:20 +02:00
Jeremy Ruston
bab1bca485
Coding style tweaks
2019-08-14 23:00:01 +01:00
Jeremy Ruston
a986e4f7d6
Prepare for v5.1.21-prerelease
2019-08-09 15:38:36 +01:00
Jeremy Ruston
ad175e222b
Preparing for v5.1.20 release
2019-08-09 14:16:39 +01:00
Xavier Cazin
59264bbf2a
fr-FR translation updates ( #4167 )
...
* Typo in GitLab saver link
* Improve fr-FR DateFormat for ViewTemplate subtitles
* Update fr-FR translations for Saving/GitService
2019-08-07 18:01:02 +01:00
Simon Huber
31e7dbf020
Add "preventScroll" option to tm-focus-selector message ( #4157 )
...
* add "delayed" option to tm-focus-selector message
this delays the focussing for the time of the animation duration if delayed="yes" or delayed="true"
this is useful when navigating the story river up and down with keyboard shortcuts and the shortcuts focus the title input if a navigated tiddler is in edit mode -> navigation doesn't jump but stays smooth
* Update rootwidget.js
* Update WidgetMessage_ tm-focus-selector.tid
* add preventScroll="true" tip
2019-08-06 13:12:21 +01:00
Simon Huber
e1bb532d98
Fix popups not being cancelled correctly ( #4158 )
2019-08-04 13:01:24 +01:00
Jeremy Ruston
8159c4a865
Fix navigator widget when story and/or history attributes are missing
...
To fix the crash described here: https://groups.google.com/d/msgid/tiddlywiki/c5461591-bf27-4c85-9f27-9eef14c38816%40googlegroups.com?utm_medium=email&utm_source=footer
2019-08-04 11:34:45 +01:00
Simon Huber
62a7fa4203
Pop storyview for fields list in EditTemplate ( #4148 )
2019-08-02 15:05:30 +01:00