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
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
Simon Huber
5a6e35b4b0
Update keyboard-driven-input_Macro.tid ( #4781 )
2020-07-31 12:54:06 +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
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
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
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
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
saqimtiaz
7911007973
Revised: toggling relink in tm-rename-tiddler ( #4723 )
...
* switch boolean logic in new parameters
Use renameinTags and renameInLists instead of dontRenameInTags and dontRenameInLists respectively. This avoids users having to think through double negatives, as well as corresponds better to the setting in $:/config/RelinkOnRename
* Updated docs for revised parameters for tm-new-tiddler
2020-06-19 18:20:25 +01:00
saqimtiaz
24ef51df01
Revert "Allow toggling relink in tm-rename-tiddler ( #4719 )" ( #4722 )
...
This reverts commit a689f3197844e52dfaa887234270cff9a0607d0d.
2020-06-19 18:05:08 +01:00
saqimtiaz
a689f31978
Allow toggling relink in tm-rename-tiddler ( #4719 )
...
* Allow toggling relink in tm-rename-tiddler
* Updated docs for tm-rename-tiddler
2020-06-19 11:07:03 +01:00
jeremy@jermolene.com
fc1877dcce
Merge branch 'tiddlywiki-com'
2020-06-16 14:15:10 +01:00
jeremy@jermolene.com
5cda5c82e1
Add docs for list-thumbnails macro
...
Thanks @Marxsal
2020-06-14 17:26:19 +01:00
jeremy@jermolene.com
b8225f6993
Create Saving with TW Receiver
...
Fixes #4712
(with 09a2db1cfff65cedd222835099326876634dac73)
2020-06-14 17:23:28 +01:00
Rizwan
1e221ddbdb
Visual changes to Saving Tiddler ( #4640 )
...
* Styles and templates for visual changes to Saving methods listing
* Color coding saver methods according to delivery
* Changes to tags and few tiddlers
- The tag InternetExplorer has been changed to [[Internet Explorer]]
- A tag for Edge is added
- Reclassified TiddlyServer as DIY instead of App
The existing criteriion for classification is unclear. Here is my reasoning for the change. An app is something user can simply install and run. Like TiddlyDesktop or Tiddloid. A DIY is something user has to install additional runtimes for. Thus Nodejs is a DIY. In the same vein, TiddlyServer is a DIY
* Adding Twexe
* Reversing accidental changes to StoryList
* Restyling Download button and Card Size
* Removing "Read more" links
Entire card is now clickable
To give visual clues regarding the clickability of card, title will change color to blue on card hover
* Removing margins from elements under link and adding padding instead.
Why this change? Margins are not "clickable". Having margins under <a> tag means there are minute dead areas where the mouse pointer will change shape, is not clickable and degrade user experience. Paddings are "clickable"
2020-06-14 11:48:13 +01:00
Jeremy Ruston
09a2db1cff
Update Saving on a PHP Server.tid ( #4714 )
...
As suggested by @Marxsal
2020-06-14 11:22:37 +01:00
twMat
2f55a8808c
Update KeyboardWidget.tid ( #4606 )
...
Add railroad for key strings.
2020-06-13 19:29:38 +01:00
twMat
e3ad276dd0
Update Images in WikiText.tid ( #4691 )
2020-06-11 12:11:26 +01:00
twMat
1f1fd49d0b
Update LinkWidget.tid ( #4690 )
...
add image link
2020-06-11 12:11:12 +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
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
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
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
jeremy@jermolene.com
bf6735420d
Fix SVG favicons
2020-05-10 11:58:40 +01:00
jeremy@jermolene.com
4966f6ab62
Add slugify and duplicateslugs operators
...
Fixes #3379
2020-05-09 15:54:44 +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
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
jeremy@jermolene.com
7f01445903
Update information about Quine for iOS
2020-04-29 17:02:17 +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
619c0752bd
Add new sortsub operator
2020-04-25 11:26:19 +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
a4fb57bf15
Fix typo in BrowseWidget docs
2020-04-22 12:10:34 +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