Description: Light html Wysiwyg editor to work self or to integrate on a QT 4 CMS projekt, or in place of Word and exports as pdf file.
New version 3.9.1 code to run on qt5.9: I need this tool to work .... https://github.com/pehohlva/xhtml_edit_qedit_base Tested on mac osx sierra.
Features:
Inline image edit Image Crop Image Rotate Image GreyScale / sepia effect Image Color filter Image resize / scale Grab screenshot on evry os CTRL+W (Apple on mac) Large Context menu right click Support jpg,png,gif ( USB stick version static build only png ) Full Drag & Drop support file image. XHTML source and Wysiwyg edit Tidy filter included Inline table edit cell padding , BG color, with , border, cell color background All os system installed font avaiable All aligment setting avaiable Inline pixel margin setting on paragraph / span / block attributes Bullet list / Orderet list Inline link creator Paste image direct from from other application Paste html direct from firefox browser image included Paste excel formated table section copy from openoffice as image or other application html mime. Paste full html page direct from browser image included Export as pdf format or as html/xhtml & separated image linked to "./" CSS 1/2 self setup on source Print all page Work on 3 modus: View (like browser) - Wysiwyg edit - Source edit Cross compile on Window / Linux / Mac OSX and other OS supported from QT like Handheld PC or cellular. No javascript support on Wysiwyg modus, can only write on Source modus.
I really like this software!
There seem to be a lot of versions floating around in different places.... sourceforge, google, etc...
under different names and different versions.
Could you please tell me where I can reliably find the most up to date file?
Thanks.
I suppose the latest is subversion
http://qxhtml-edit.googlecode.com/svn/trunk/htmledit/
on main.h you must find:
#define _PROGRAM_VERSION_ "version 3.8 / 2007-g6"
My Latest html editor layer based ( floating <div topleft="X,Y"> ) will be born on...
http://www.qt-apps.org/content/show.php/Fop+MiniScribus+XSL-Fo?content=67552
maybe on version 1+
Have a look on main.cpp
http://qxhtml-edit.googlecode.com/svn/trunk/htmledit/src/main.cpp
depend on OS if file exist it dispay the language from your LANG env.
#endif
#if defined Q_WS_MAC
localedirfile = QString("%1/locale/edit_%2.qm").arg(QDir::currentPath()).arg(UserLanguage());
#endif
#if defined Q_WS_WIN
localedirfile = QString("%1/locale/edit_%2.qm").arg(QCoreApplication::applicationDirPath()).arg(UserLanguage());
#endif
#if defined Q_WS_X11
localedirfile = QString("%1/locale/edit_%2.qm").arg(WORK_CACHEDIR).arg(UserLanguage());
#endif
#define _PROGRAM_SHORT_NAME "qt_xhtmledit"
#define WORK_CACHEDIR \
QString( "%1/.%2/" ).arg(QDir::homePath(),_PROGRAM_SHORT_NAME)
On linux ~/qt_xhtmledit/locale/*
if you recompile change on main.h the path...
This is a easy hack to play dock book file, just write a xslt that convert to xhtml ... have a look on function on a other projekt from mee .... http://sourceforge.net/projects/visual-xsltproc/
Ratings & Comments
12 Comments
The link saying download(qxhtml-edit) only gives a download.php file on clicking. I am using Firefox 2.0.0.13. Please fix it. Thanks.
I really like this software! There seem to be a lot of versions floating around in different places.... sourceforge, google, etc... under different names and different versions. Could you please tell me where I can reliably find the most up to date file? Thanks.
I suppose the latest is subversion http://qxhtml-edit.googlecode.com/svn/trunk/htmledit/ on main.h you must find: #define _PROGRAM_VERSION_ "version 3.8 / 2007-g6" My Latest html editor layer based ( floating <div topleft="X,Y"> ) will be born on... http://www.qt-apps.org/content/show.php/Fop+MiniScribus+XSL-Fo?content=67552 maybe on version 1+
how to i use it turkish?
Have a look on main.cpp http://qxhtml-edit.googlecode.com/svn/trunk/htmledit/src/main.cpp depend on OS if file exist it dispay the language from your LANG env. #endif #if defined Q_WS_MAC localedirfile = QString("%1/locale/edit_%2.qm").arg(QDir::currentPath()).arg(UserLanguage()); #endif #if defined Q_WS_WIN localedirfile = QString("%1/locale/edit_%2.qm").arg(QCoreApplication::applicationDirPath()).arg(UserLanguage()); #endif #if defined Q_WS_X11 localedirfile = QString("%1/locale/edit_%2.qm").arg(WORK_CACHEDIR).arg(UserLanguage()); #endif #define _PROGRAM_SHORT_NAME "qt_xhtmledit" #define WORK_CACHEDIR \ QString( "%1/.%2/" ).arg(QDir::homePath(),_PROGRAM_SHORT_NAME) On linux ~/qt_xhtmledit/locale/* if you recompile change on main.h the path...
*ups* correct links is here Translation » http://www.mgunay.net/mstf/pisi/qxhtml-edit/edit_tr.ts Pisi Package » http://www.mgunay.net/mstf/pisi/qxhtml-edit/qxhtml-edit-3.6-1.pisi
Sorry which is a pisi package? is this to handheld pc or phone?
http://www.pardus.org.tr/eng/index.html
here is the pisi package for Pardus 2007 http://www.mgunay.net/mstf/pisi/xhtmledit/xhtmledit-3.6-1.pisi
here is the Turkish translation http://www.mgunay.net/mstf/pisi/xhtmledit/edit_tr.ts
cool, have you any plan to add support to edit docbook files, namely kde's documentation?
This is a easy hack to play dock book file, just write a xslt that convert to xhtml ... have a look on function on a other projekt from mee .... http://sourceforge.net/projects/visual-xsltproc/