* Remove flags in language plugins
* Remove references to language icons
* Remove obsolete example
There are no incoming links to this tiddler
* Remove icon from en-GB language
* Temporarily add all the languages for testing
To be removed before merging
* Add new "language" icon
* Languageswitcher update
* Translator editon docs update
* Fixes for introduction edition
* Remove LanguageGallery in ja-JP edition
* Remove temporary setting
---------
Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
* [DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions
* update with requested changes.
* [DOCS] Make it more obvious that $:/DefaultTiddlers setting can handle filter-expressions
* Refactor text according to feedback
* Create link to DefaultTiddlers system tiddler
* Correct noscript fallback for Empty Edition
Also slightly improve the Mastodon link text (since it'll be read by people without JS)
Before this patch, if the "built-in" Empty Edition was downloaded then the Mastodon verification link was included, which is wrong.
Not a super big deal since it'll get "flushed out" the first time the user saves, but still confusing.
The mastodon link could've just been moved inside the <$reveal>
but I think it's better to try to achieve parity with tiddlywiki.com/empty.html;
This commit does not achieve parity but it gets us closer.
* Remove whitespace from conditional shortcut syntax
Conform to style used in #8583 as suggested by https://github.com/TiddlyWiki/TiddlyWiki5/pull/8924/files#r1938181043
* Extend copy to clipborad function to support customized mime types
* Remove function default parameter syntax
* Add plainText option
* Use plainText name
* Set "text/plain" data only when it exists
* Docs update
* Docs update
* Add another example to the wikify widget : use core svg to show an icon next to links
* improve wikitext
* fix css
* limit example to svg core tiddlers
* fix typo + use <<.wid wikify>> when mentioning the wikify widget
* simplify a bit more the procedure that add a namespace to the svg
* add tc-tesc-case class to testcase-widget
* add default and custom class to testcase-widget
* Testcase widget update tests for default and custom class definitions
* Add example for the function operator
* change the example to explicitly use the function operator
* Use the standard example format, add detailed explanations and add an introductory function to gradually increase complexity
* add missing "the"
* add the end of the explanation for the diff.fields function
* Update function Operator (Examples).tid
Show the name of the plugin for the subtiddler used in the demo
* fix example number
* Update function Operator (Examples).tid
fix typo
* Provide examples for the wikify widget
* fix a typo in the wikify widget doc tiddler
* Update and rename TestCases_WikifyWidget_WidgetInput_Fail.tid to TestCases_WikifyWidget_WidgetValue_Fail.tid
* Update and rename TestCases_WikifyWidget_WidgetInput_Success.tid to TestCases_WikifyWidget_WidgetValue_Success.tid
* Update WikifyWidget.tid
* Update TestCases_WikifyWidget_WidgetValue_Fail.tid
* Update TestCases_WikifyWidget_WidgetValue_Success.tid
* Update WikifyWidget.tid
* Update TestCases_WikifyWidget_WidgetValue_Success.tid
fix small error causing validation to fail
* Update TestCases_WikifyWidget_WidgetValue_Success.tid
* remove trailing end line
* remove trailing new line
* add description, remove modified field
* Proof of concept to change type of tiddlers created by editing missing.
* Adding a setting for default type so that it can be overridden for other wikis.
* Incorporating PR feedback.
* Adding documentation tiddler for new setting.
* Added documentation to the markdown plugin documentation.
* Added documentation to the markdown plugin documentation.
* Added notice to markdown edition.