Jermolene
0c3e549235
Fix TOC recursion detection
...
We need to explicitly guard against tiddlers tagged with themselves.
2018-04-05 16:32:35 +01:00
Jermolene
df0b8b5a1e
Rescind preview pane default of "diff"
...
It was done temporarily to make the prerelease clearer
2018-04-03 19:02:42 +01:00
Jermolene
9e03264ebe
Add pluggable previews to the import listing
2018-04-03 17:50:57 +01:00
Jermolene
53f2cc9814
Add compareTiddlers macro
2018-04-03 17:50:36 +01:00
Jermolene
0080728d36
Improve diff count for diff-text widget
2018-04-03 17:50:17 +01:00
Jermolene
47cdf55133
Add new subtiddlerfields filter operator
2018-04-03 17:48:01 +01:00
Mario Pietsch
2e8eb15536
Tag completion min length ( #3190 )
...
* tested with tw5.com index.html
* Controls the length of the input before the tag list is filtered
2018-04-02 19:43:18 +01:00
Mario Pietsch
e4660a8cc1
Fix new journal here ( #3189 )
...
* fix new journal here if template contains a quote "
* typo
2018-04-02 19:42:26 +01:00
Skeeve
6401b5c886
Now fixing bug mentioned in groups ( #3188 )
...
* fixed the "0 is not a number bug" in listops and x-listops
* Fixed one comment
* "default" is not a good name for a variable
* Following code styles.
Moving getInt to utils.
* Removing unwanted spaces introduced by me
2018-04-02 19:40:47 +01:00
Rizwan
501ad2798f
Add ability to trigger actions on unchecking checkbox widget ( #3182 )
...
* Add uncheck-actions to checkbox widget
* Update checkbox.js
* Docs for "uncheckactions" param of checkbox widget
2018-04-02 19:39:59 +01:00
Jermolene
633208958c
Docs: Clarify example of using environment variables for port number
2018-03-29 12:34:50 +01:00
Jermolene
f4fd5e76f8
Server command: support environment variables for specifying port number
2018-03-28 11:58:46 +01:00
Mario Pietsch
019cb6a542
Fix #3078 ( #3185 )
2018-03-23 11:08:53 +00:00
BurningTreeC
44a7ca7e43
Fix duplicate shortcut ( #3187 )
2018-03-23 11:07:50 +00:00
Jermolene
1c6942402e
Add support for startup actions
2018-03-23 09:35:39 +00:00
Jermolene
28e713caac
Add screen width/height to platform information exposed at startup
2018-03-23 09:13:45 +00:00
Jermolene
1b31004941
Shift dropdown left for "more" tiddler toolbar button
2018-03-22 21:39:26 +00:00
Jermolene
8e9330e484
Minor tweaks for #3157
2018-03-22 20:37:06 +00:00
Rizwan
033feda02d
Adding comparative operators to reveal widget ( #3157 )
...
* Adding comparative operators to reveal widget
>, <, >=, <=
* Adding documentation and formatting changes
* Bring Alphanumericals to the scope of comparison operation
2018-03-22 16:51:02 +00:00
Jermolene
f1b38c42f9
Fix problem with rotate-left bitmap operation
...
Spotted by @BurningTreeC - c0569849d2 (commitcomment-28211117)
2018-03-22 10:46:57 +00:00
Matt Lauber
6963a54c66
Better Editor Toolbar Conditions ( #3180 )
...
* The Excise tool only works with tiddlywiki5 format, so only display it on tiddlers that use the tiddlywiki5 parser.
* The Editor Height tool and stamp tool only make sense with text editors, so only display them when the content type starts with text
2018-03-19 18:01:24 +00:00
BurningTreeC
54f2c4c34f
add transcludify & linkify shortcuts ( #3174 )
...
* add transcludify & linkify shortcuts
* correct shortcuts
2018-03-19 15:55:35 +00:00
BurningTreeC
e92e109162
Transclusion -> Transcludify ( #3173 )
...
my mistake, sorry to all!
2018-03-19 15:54:57 +00:00
Matt Lauber
bbccb60c0b
Code Cleanup ( #3178 )
...
Noticed an unused variable in the image parser, from before a old refactor.
2018-03-19 15:46:07 +00:00
Jeremy Ruston
aa7b18427f
Incorporate “diff” engine to show visual differences ( #3112 )
2018-03-16 20:38:35 +00:00
Jermolene
0d354fe57f
SetWidget: Add "subtiddler" attribute
2018-03-16 20:35:41 +00:00
Xavier Cazin
f78190ef61
Allow empty string as value parameter in SetWidget ( #3164 )
...
When occuring in a tiddler named "New Tiddler", the following construct should return ++ instead of +[[New Tiddler]]+
<$set name="myVariable" filter="[all[current]field:title[New Tiddler]]" value="">
+<<myVariable>>+
</$set>
2018-03-15 14:12:33 +00:00
BurningTreeC
c9b8319801
Droppable widget - passing modifiers as variables ( #3167 )
...
* pass the modifier keys as variables
* Update DroppableWidget.tid
* Create modifier Variable.tid
* closing bracket got lost
2018-03-14 17:52:13 +00:00
Jermolene
de6e0d1c1e
Dynaview: Add support for updating the address bar when scrolling
...
We add an attribute to tiddler frames in the DOM giving the title of the corresponding tiddler
2018-03-13 14:07:29 +00:00
Jermolene
c0569849d2
Add rotate-left button to bitmap editor toolbar
2018-03-12 12:45:56 +00:00
Jermolene
7cb54f32c6
Add draggable task management example
2018-03-07 15:52:58 +00:00
Jermolene
1a52fdd626
Minor tweaks to linkify and transcludify icons
2018-03-06 14:55:44 +00:00
Tobias Beer
6acf36e898
remove superfluous list item at the end of list-links-draggable ( #3043 )
...
fixes #2970
Also fixes the nesting. If a template is defined for the list item, it should define the link as is done for **list-tagged-draggable**, i.e. the template defines any link widget it contains.
2018-03-06 13:29:27 +00:00
Jermolene
3361d749bf
Add missing tags to new editor toolbar buttons
...
Fixes #3156
2018-03-06 13:10:16 +00:00
BurningTreeC
540cd1a286
EditorToolbar: add "transclusion" and "wikilink" buttons ( #3155 )
...
* add transclusion "image" for editor button
* add wikilink "image" for editor button
* add wikilink editor toolbar button
* add transclusion editor toolbar button
* add transclusion/wikilink button styles
* add transclusion/wikilink button captions & hints
* add german captions/hints
* revert styles not needed anymore
* update transcludify icon
* update linkify icon
* update transcludify icon
* update german
* Update Buttons.multids
* Delete wikilink.tid
* Delete transclusion.tid
2018-03-06 12:44:42 +00:00
Jermolene
634eb222ca
Add linkify and transcludify icons
...
fyi @BurningTreeC
2018-03-06 12:23:49 +00:00
BurningTreeC
8030ea0fd6
Make new tiddler title editable in ControlPanel ( #3149 )
...
* add option to configure new tiddler title
there may be users that don't like to see the word tiddler everywhere
this makes changing titles easier to access
* controlpanel - basics - new tiddler title prompt
* controlpanel-basics- newtiddler title prompt
* controlpanel - basics - new tiddler prompt
2018-03-05 11:24:29 +00:00
TheDiveO
29e4965d2b
implements default setting for the More sidebar in the same way as the existing default setting which sidebar tab to open as default; adds control panel setting; adds en-GB and de-DE lingo ( #3135 )
2018-03-05 11:14:30 +00:00
Jermolene
fb3b7aa1cd
Coding style tweaks for #3134
2018-03-05 11:11:49 +00:00
Rizwan
2b0204422d
Sortan filter for alpha-numeric filter ( #3134 )
...
* Sortan filter for alpha-numeric filter
* Removing Case sensitive option, Removing default value for isAlphanumeric parameter, updating formatting
* Formatting changes
* Formatting changes
2018-03-05 11:09:25 +00:00
Jermolene
b252abd4d1
TOC: Don't dismiss popup when clicking disclosure triangles
...
This change makes it possible to put the TOC in a popup dropdown.
2018-02-21 14:44:10 +00:00
Jermolene
b1cd450889
Shadow GettingStarted: Get rid of double "important"
2018-02-20 16:00:06 +00:00
Skeeve
5963adf92e
Bugfix/3117 inconsistent each ( #3124 )
...
* Following Jeremy's proposal of using a new suffix
* typo fixed
2018-02-17 18:51:18 +00:00
Jermolene
1c8170463c
Simplify page scrolling behaviour
...
Fixes #2180
2018-01-30 11:29:07 +00:00
Xavier Cazin
028888edff
Take default value in account when index attribute is used ( #3099 )
2018-01-23 16:50:03 +00:00
BurningTreeC
c194cec520
tc-body background transparent if background attachment ( #3100 )
...
* tc-body transparent if background attachment
if you go fullscreen with the fullscreen button, the tc-body background color hides the background attachments - so make it transparent if $:/themes/tiddlywiki/vanilla/settings/backgroundimage isn't empty
* if background attachment macro
macro to make tc-body background transparent
2018-01-23 16:49:24 +00:00
Jermolene
327fed30c8
Mitigate problem with microscropic editor in zoomin view
...
See #3098
2018-01-23 16:22:35 +00:00
BurningTreeC
42660b05a7
check if dataTransfer is undefined ( #3093 )
...
this prevents an error when dragging elements not by mouse where dataTransfer can be undefined
2018-01-20 17:28:10 +00:00
Jermolene
ff6aa0570f
Check for dollar sign within HTML element name
...
Fixes #3091
2018-01-16 22:13:40 +00:00
Jermolene
460a07ca03
Introduce "Info/Advanced/Stylesheets" tab to Control Panel
...
Makes it a bit easier to understand what the browser will see for each stylesheet tiddler
2018-01-12 21:44:38 +00:00