* 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
* Let PageControls buttons use v5.3.2 syntax
* Rewrite buttons and actions
* Omit whitespace & use function to avoid duplicating
* Omit whitespace in conditional syntax
* Define tf.get-tags function to avoid duplicated text substitution
* Rewrite advanced search button
* Add space in join operator
* Rewrite buttons in plugins
* Remove tf prefix in new-journal.tid
* Remove tf prefix in new-tiddler.tid
* Add a settings page for markdown plugin
* Add link to $:/config/markdown/renderWikiText
* Place "Quotes replacement" settings after "Typographer"
* Add link to plugin itself & remove transclusion in config tab
The transclusion to $:/plugins/tiddlywiki/markdown/settings in config
tab is removed to avoid confusion
* Add settings tab in plugin info
* tc-subtitle is not a sibling to tc-body,
So tc-subtitle needs a clearfix to contains float:right
* add clearfix to all tiddler elements that could contain floats
* add clearfix to tc-tiddler-title in ViewTemplate
* add clearfix to plugin/blog/templates
* add clearfix to plugin/tour/templates
* remove test tiddler
* rename draft title class to tc-tiddler-title-draft
* undo title field covering
* move tc-clearfix to tc-float-right in the base CSS file
* rename clearfix CSS class to tc-clearfix
* update documentation tiddlers
* create empty tags only if template or additionalFields contain a tags-field
* fix typos
* add tests for tm-new-tiddler message
* tm-new-tiddler add standard test with tags field
Apologies @valpackett I had not realised that TiddlyPWA was not listed.
I'd welcome any improvements to the listing. I copied the functional description from your website but might be a good opportunity to sell the benefits more.
I'm doing this as part of a review and improvement of the GettingStarted tiddler.
* Convert "import" field of testcase tiddlers into $data widget with $filter attribute
* Add documentation for testcase tiddler import field and fixed typo and grammar
* fix breaking bug in image tiddler attachment
* fix comments
* fix code format
* refactor processIncomingTiddler flow
* remove whitespaces after if statements
* refactor attachment_blob persistence flow
* refactor process tiddler to support different attachments
* add tests for attachment
* add more attachement test cases
* working on adding instanbul for test coverage report
* code coverage report generation
* remove unnecessary packages
* fix comments
* handle directory creation if doesn't exist for test store
* resolve issue with CI tests failure