Re: [pmwiki-users] WYSIWYG on PmWiki

2019-06-17 Thread Svetlana Tkachenko
Peter Kay wrote: > > > It would be nice to know how Google Docs overcomes this problem > > Probably through the liberal application of money, which can hire people to > work. > > Pmwiki's markup is translated to HTML server-side by a php-based engine. In > order to have a WYSIWYG editor, you

Re: [pmwiki-users] WYSIWYG on PmWiki

2019-06-17 Thread Peter Kay
> It would be nice to know how Google Docs overcomes this problem Probably through the liberal application of money, which can hire people to work. Pmwiki's markup is translated to HTML server-side by a php-based engine. In order to have a WYSIWYG editor, you would need a way to translate client-

Re: [pmwiki-users] WYSIWYG on PmWiki

2019-06-17 Thread Svetlana Tkachenko
It would be nice to know how Google Docs overcomes this problem, they allow gui editing of .docx documents. Are they easier to interact with -- convert to and from HTML -- than wiki markup? There is also https://www.libreoffice.org/download/libreoffice-online/, perhaps it might be worth stealin

Re: [pmwiki-users] WYSIWYG on PmWiki

2019-06-17 Thread j...@dodin.org
Le 17/06/2019 à 19:43, Michael Eager a écrit : On 6/10/19 8:11 AM, Michael Eager wrote: I want to set up a WYSIWYG editor on my wiki.  I've set up "worse" and it seems to work, although it is limited.  I noticed that there are screen captures of a different GUI, such as on some Cookbook pages (e

Re: [pmwiki-users] WYSIWYG on PmWiki

2019-06-17 Thread Michael Eager
On 6/10/19 8:11 AM, Michael Eager wrote: I want to set up a WYSIWYG editor on my wiki.  I've set up "worse" and it seems to work, although it is limited.  I noticed that there are screen captures of a different GUI, such as on some Cookbook pages (e.g., https://www.pmwiki.org/wiki/Cookbook/Drag

Re: [pmwiki-users] testing if mobile

2019-06-17 Thread Petko Yotov
DetectMobileFree has an example of a conditional: https://www.pmwiki.org/wiki/Cookbook/DetectMobileFree like (:if {$isMobile}:) and (:if !{$isMobile}:) Petko -- If you upgrade : http://www.pmwiki.org/Upgrades On 17/06/2019 11:23, Simon wrote: I'd like to be able to say (:if mobile:) or

[pmwiki-users] testing if mobile

2019-06-17 Thread Simon
I'd like to be able to say (:if mobile:) or (if !mobile:) any recommendation or recipes to do this thanks Simon ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users