1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +00:00
TiddlyWiki5/core/modules
Jermolene e20bce5450 Add experimental support for RTL languages
This commit permits language plugins to carry the field
“text-direction” with the value “rtl” to trigger right-to-left layout
of the entire page. We also adjust the sidebar layout to work in RTL
mode.

There are still a number of problems to be addressed:

* Brackets and other punctuation incorrectly placed within en-GB UI text
* System tiddler titles are rendered semi-back-to-front (eg
`languages/ca-ES/:$`)

Starting to address #1845 and the discussion in #2523.
2016-08-15 19:47:26 +01:00
..
commands Trap missing tiddlers in savetiddler command 2016-06-23 16:19:00 +01:00
editor Text-editor: fix placeholder colour in Chrome 2016-07-03 14:53:37 +01:00
filters Add localisable strings for error (#2447) 2016-05-17 21:58:47 +01:00
info Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
macros Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
parsers Remove tilde from characters not allowed in external URLs 2016-07-13 14:06:47 +01:00
savers Fix URI in "put" save handler 2016-06-23 16:23:36 +01:00
startup Add experimental support for RTL languages 2016-08-15 19:47:26 +01:00
storyviews Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
upgraders Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
utils Fix problem with unsafe use of String.prototype.replace() 2016-08-06 14:45:33 +01:00
widgets Fix problem with unsafe use of String.prototype.replace() 2016-08-06 14:45:33 +01:00
commander.js Improve error message for missing commands 2014-11-09 14:49:33 +00:00
config.js Move the wikilink regexps into global config 2014-11-26 11:12:25 +00:00
deserializers.js Fix JSON deserialiser to allow all fields 2014-11-13 16:04:30 +00:00
filters.js Add localisable strings for error (#2447) 2016-05-17 21:58:47 +01:00
keyboard.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
language.js Make lazy loading message be translateable 2015-09-08 10:41:27 +01:00
pluginswitcher.js Add experimental support for RTL languages 2016-08-15 19:47:26 +01:00
saver-handler.js Add localisable strings for error (#2447) 2016-05-17 21:58:47 +01:00
story.js Fix issues with creation and modification dates 2015-09-11 13:34:01 +01:00
syncer.js Only call isReady() for sync adaptors that support it 2016-08-06 14:45:33 +01:00
tiddler.js More resilience to Tiddler.isEqual() 2014-11-09 21:47:00 +00:00
wiki-bulkops.js Add renaming to text-slicer tiddler toolbar 2015-08-04 17:44:07 +01:00
wiki.js Fix problem with editing missing tiddlers 2016-05-02 10:12:08 +01:00