* add trimSelection - both, start, end, no
* add documentation for trimSelection to tm-edit-text-operation tiddler
* add trimSelection both to all buttions where it makes sense
* change "both" to "yes" as a default
* fix trimSelection typo
* fix trimSelection typo
* docs trimSelection add "no" as possible value - it's the default
* remove some redundant variable declarations
* update from-version
* fix comment typos
* fix whitespace
* make local variables more visible
* 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
* 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
* Add test for existing table parsing functionality
* Add expected start/end for tr elements in table wikitext test
* Populate start/end properties for tr elements
* Add expected start/end for th/td elements in table wikitext test
* Populate start/end properties for th/td elements
* add $compound-filter parameter to data-widget
* update TestCaseTemplate to use $compound-filter parameter
* update data-widget, TestCaseTiddlers and CompoundTiddlers docs
* add tag-tiddler to tag-pill drag & drop import, add hidden setting for TagPillDragFilter
* update docs to make Be Aware clearer
* exclude the tag tiddler and update hidden docs accordingly
* Reverse latitude and longitude in olc-decode tests to match proper geojson output format
* Reverse latitude and longitude in olc-decode to match proper geojson output format
* Reverse latitude and longitude in geopoint expected results to match proper geojson format
* Reverse latitude and longitude in geolookup expected results to match proper geojson format
* Corrected the Oxford to New York distances
* Oxford is actually 12 miles closer to New York than Winchester
Used calculator at https://www.nhc.noaa.gov/gccalc.shtml to check
Reversed latitude and longitude to correct the geojson
* Reversed the latitude and longitude turf.point arguments in the geopoint function
* Swapped latitude and longitude in geopoint function calls