diff options
author | fr33domlover <fr33domlover@web> | 2014-07-07 10:45:00 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-07 10:45:00 -0400 |
commit | 2ceb056f531476d0f1fe23dd88fbadc0393e17c3 (patch) | |
tree | 138b9d33a02c021243912475de7c7b08c91ae945 | |
parent | 50c400f0c447e58f9357620066636b6a17f9eeaa (diff) | |
download | ikiwiki-2ceb056f531476d0f1fe23dd88fbadc0393e17c3.tar ikiwiki-2ceb056f531476d0f1fe23dd88fbadc0393e17c3.tar.gz |
Forum: Ask about RTL direction support
-rw-r--r-- | doc/forum/Right-to-left_support.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Right-to-left_support.mdwn b/doc/forum/Right-to-left_support.mdwn new file mode 100644 index 000000000..7ca4f9ad6 --- /dev/null +++ b/doc/forum/Right-to-left_support.mdwn @@ -0,0 +1,15 @@ +Does ikiwiki support RTL languages? I read somewhere it does, but I don't see +any mention of that here (or anywhere else... that info may be wrong). + +I'd like to add RTL support to my wiki, for text direction and maybe for the +page layout too. Before I edit my CSS, page.tmpl and possibly Perl for +automatic direction setting - does ikiwiki support this in any way? + +On my wiki (ikiwiki version from Debian 7 stable) everything is aligned to +the left, and unicode RTL characters cannot change that - the .tmpl and +css files would need to be changed, it seems. + +I will happily share my insights and code, if I manage to get anything +useful to work :-) + +--[[fr33domlover]] |