Mario Pietsch
4f4e055091
Add a search button to the control panel tiddler fields tab ( #8157 )
...
* add a search button to the control panel tiddler fields tab
* minor update
* use v5.3.x syntax
* use tf. prefix for the function
* make show-filter-count a global macro
* make table header translatable
* add documentation
* show-filter-count code cleanup
* remove the table-header
* remove erroneous caption field
2024-09-10 16:30:59 +01:00
Leilei332
c225013d1a
Add type attribute to input fields in control panel ( #8518 )
2024-08-21 11:16:13 +01:00
Simon Huber
efa4f34131
Update Basics.tid to not use fixed height in edit widgets ( #7789 )
2023-10-15 12:32:17 +01:00
jeremy@jermolene.com
026739e2e0
Revert "Revert "add table utility classes and some docs how to use them. fix problem with control-panel basics tab shown in story river ( #7039 )""
...
See https://github.com/Jermolene/TiddlyWiki5/pull/7057#issue-1461608206
This reverts commit fba9efcf4a
.
2022-11-23 21:52:36 +00:00
jeremy@jermolene.com
fba9efcf4a
Revert "add table utility classes and some docs how to use them. fix problem with control-panel basics tab shown in story river ( #7039 )"
...
See #7056
This reverts commit b8a30091ee
.
2022-11-23 08:28:06 +00:00
Mario Pietsch
b8a30091ee
add table utility classes and some docs how to use them. fix problem with control-panel basics tab shown in story river ( #7039 )
2022-11-20 17:48:10 +00:00
jeremy@jermolene.com
368963def0
Revert "Allow $:/core/ui/ControlPanel/Basics to work in the story river + some docs about utility classes ( #6912 )"
...
This reverts commit 10cb585dae
.
2022-11-15 11:41:55 +00:00
Mario Pietsch
10cb585dae
Allow $:/core/ui/ControlPanel/Basics to work in the story river + some docs about utility classes ( #6912 )
...
* allow $:/core/ui/ControlPanel/Basics to work in the story river + some docs about utility classes
* apply changes suggested by twMat
* fix some typos and change the base padding for tables
* fix a typo and remove whitespace
* remove TODO in base CSS
2022-11-14 17:36:01 +00:00
Cameron Fischer
98a509dbf3
Trim Saga: Another batch of medium-sized files ( #6270 )
...
* adding trim: Last of the macros I think
* adding trim: EditTemplate and ItemSidebarIcon
* adding trim: control panel basics
* Another hidden space to guide the uglifier
* More consistent nested quoting
* Reconciling tests for \whitespace trim
2022-03-26 15:19:04 +00:00
Simon Huber
ce937595d7
Add Button to remove tags from tiddlers $:/config/NewTiddler/Tags and $:/config/NewJournal/Tags ( #5140 )
...
* Update Basics.tid
* Update ControlPanel.multids
* Update Basics.tid
* Update ControlPanel.multids
* Update ControlPanel.multids
* Update ControlPanel.multids
2020-11-29 12:52:50 +00:00
Simon Huber
2aa6e761fd
Make Tag-Picker Macro work with every field ( #5035 )
...
* Make tag-picker work with every field
* Make EditTemplate/tags work with every field
* Make NewTiddlerTags and NewJournalTags selectable through tag-picker
* Update tag-picker Macro Docs
2020-11-15 12:04:50 +00:00
Simon Huber
750f56a235
Update Basics.tid ( #4999 )
2020-11-08 09:44:49 +00:00
Simon Huber
881aed879b
Fix #4591 : Use text field instead of tags field for $:/config/NewJournal/Tags ... ( #4600 )
...
* 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 NewJournalTags.tid
* Update NewJournalTags.tid
2020-06-14 09:40:48 +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
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
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
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
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
Jermolene
c25a44756b
Add new journal text to control panel
...
Making #2821 a bit more accessible
2017-04-04 18:16:37 +01:00
Jeremy Ruston
2adf09129d
Introduce text editor toolbar ( #2315 )
...
Tada!
2016-04-22 08:36:29 +01:00
Jeremy Ruston
9b600c23a2
Revert "implements emptyStoryMessage"
2015-02-07 11:29:12 +00:00
Tobias Beer
a72581ba26
removed language switcher text
2015-02-07 12:22:16 +01:00
Tobias Beer
e9261a1b50
implements emptyStoryMessage
...
as well added ControlPanel settings — reordered ControlPanel basics to
have DefaultTiddlers next to EmptyMessage but not shifting important
stuff too far down
2015-01-28 23:55:29 +01:00
Jermolene
81481588e0
Add advanced search links to control panel list counts
2014-11-17 16:26:39 +00:00
Jermolene
d778a90eb0
Make new journal title and tags be configurable
2014-10-08 18:35:25 +01:00
Jermolene
6f4af4fc27
Reorganise control panel tabs
2014-09-04 09:58:14 +01:00
Jermolene
b7f674c51a
First pass at refactoring filter execution
...
This is the beginning of addressing #523 .
2014-04-03 20:49:16 +01:00
Jermolene
f04527ae32
Correct filter for count of overridden shadow tiddlers
2014-03-10 15:05:07 +00:00
Jermolene
9e0f1240c5
Change SiteTitle/SiteSubtitle into $:/SiteTitle and $:/SiteSubtitle
...
To make things more consistent
2014-02-22 11:39:18 +00:00
Jermolene
e051eb7d90
Making more things translateable
...
Now we’re done with the text that lives in tiddlers, and we’ll need to
get on with the text that is embedded in code modules.
2014-02-16 09:46:43 +00:00
Jermolene
5a45fffa9e
Get the remaining core control panel tabs prepared for translation
...
We’ll do ThemeTweaks separately as it’s part of the Vanilla theme
2014-02-15 13:29:24 +00:00
Jermolene
c43cd325ca
Reduce the inconsistent use of "language" vs. "lingo"
...
Now we’re just using the word “lingo” for the macro defined in
PageTemplate (where the abbreviation is useful), and using the full
word “language” everywhere else.
It’s possible that we should be using “locale” instead of “language”,
what do you think?
2014-02-15 11:32:11 +00:00
Jermolene
e003889171
Start translating the control panel
2014-02-09 20:34:58 +00:00
Jermolene
dea08ed4f8
First pass at language plugins for internationalisation
...
Still quite a few details to work out, but this shows the basic idea of
re-using the theme mechanism to handle language plugins.
Comments and questions welcome.
2014-02-09 19:18:46 +00:00
Jermolene
e6fa9b8a85
Add number of tags to control panel "Basics" tab
2014-01-30 16:51:36 +00:00
Jermolene
2f4932fefc
Expose the option to retain story ordering across restarts
2014-01-19 18:42:32 +00:00
Jermolene
b76ca5dc3b
Clarify use of double square brackets in default tiddlers
2014-01-01 18:27:27 +00:00
Jermolene
d11cda4854
Rearrange control panel
...
Introduce version number too
2013-12-11 16:06:52 +00:00
Jermolene
a668f09522
More refinements to the control panel
...
Including adding a TiddlyWeb-specific control panel tab
2013-11-10 21:53:39 +00:00
Jermolene
2598e22422
Spruce up the control panel
...
Structure things with extensible tabs.
2013-11-10 21:40:03 +00:00