* 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
* 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
* Update chinese language files
* Add chinese translations of control panel UI for social media cards
* Update chinese language files
* Add chinese translations for Excise/DefaultTitle
* Update chinese language files
* Improve Simplified Chinese translation for SocialCard/Hint
* fix 7142 search outline in chrome like browsers
* use moz-focusring only for FF, outline-initial for Chrome
* moz-focusring remove outline-offset
* remove box-sizing from base, because it's part of reset
* remove redundant box-sizing since it is part of reset
* fix distance between search input and first button to the right
* Fix unwrapped oveflowed code blocks not showing scroll bars
* Inline code should not follow "Wrap long lines in code blocks" option
* Revert "Inline code should not follow "Wrap long lines in code blocks" option"
This reverts commit 4615a04e59.
* Inline code should not obey "Wrap long lines in code blocks" option
Fix problem described in #8549
The control panel name and the name in the template don't match. I
figured the shorter name is better, but let me know if you like the
longer name.
This is a small fix for recently merged PR #8441.
* make testcase default template more modular
* exclude state/popup/export from tabList
* fix state in linkcatcherActions
* use "explicitState" instead of "state" for tabs macro
* clean testcase-tablist code
* remove unwanted tiddler
* remove redundant parameters from export-filter
* 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