On Fri, 28 Nov 2014 00:49:24 -0800 (PST) Davy Cottet <[email protected]> wrote:
> Hi, > > I would like to patch richtext.py in order to avoid instaling > external software and using instead native debian CKEditor > installation. It would be necessary to include Leo to Debian > repositories. https://packages.debian.org/wheezy/all/ckeditor/filelist Remember we want to include a bundled CKEditor for OSes which don't have a CKEditor package - I guess that's not a problem, just something to keep in mind. So the code below should probably be replaced with a new function g.get_ckeditor_dir() or something. Cheers -Terry > Would just replacing path parameter in leo/plugins/richtext.py be > sufficient ? > > path = g.os_path_join( > g.computeLeoDir(), 'external', 'ckeditor' > ) > > ==> path = '/usr/share/javascript/ckeditor/' > > Could someone used to this plugin could give a try (*sudo apt-get > install ckeditor)*? > Thanks > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
