Notices


Reply
Thread Tools
Posts: 2,006 | Thanked: 3,351 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#11
Originally Posted by Mentalist Traceur View Post
Ugh, this is why I hate reinstalled bloatware. Dataviz's Documents to Go just about everyone knows about on here. But I only saw one person mention FreOffice, the extras-devel version (and if it hasn't made it down to extras yet, wth?) of which works just as well as any basic office document editor I know of. Granted, it depends on your needs.

ANYWAY, Wikiwide, isn't there PyEditor (or something, python source code editor), and one or two other source editors in the repos? There's also a Qt based Emacs clone... I just use vi - once you get the basic commands, if you're comfortable with the keyboard (and have Page Up, Page Down, Home and End mapped to your keyboard), it's pretty pleasant to use. No syntax highlighting or any fancy things, so source code editing can be a pain, but still. Unless I don't fully understand what you need.

Also, doesn't an HTML file by nature have no support for having images inside the file? If some other program shows it to you in one file, as far as I understand it, it's merely hiding the images from you, because the image data isn't storable within HTML as far as I know.
I have Page Up, Page Down, Home and End mapped to keyboard

I edit HTML, XUL, JS and CSS files, in vi and leafpad.

HTML and CSS do support having images inside file, with help of data URI.
http://en.wikipedia.org/wiki/Data_URI_scheme
In Fennec nightly, CSS can have something like this:

element{
background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100% 25%22%20version%3D%221.1%22%0D%0Axmlns%3D%22http%3 A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%0D%0A%3 Cellipse%20cx%3D%22240%22%20cy%3D%22100%22%20rx%3D %22220%22%20ry%3D%2230%22%0D%0Astyle%3D%22fill%3Ap urple%22%2F%3E%0D%0A%0D%0A%3Cellipse%20cx%3D%22220 %22%20cy%3D%2270%22%20rx%3D%22190%22%20ry%3D%2220% 22%0D%0Astyle%3D%22fill%3Alime%22%2F%3E%0D%0A%0D%0 A%3Cellipse%20cx%3D%22210%22%20cy%3D%2245%22%20rx% 3D%22170%22%20ry%3D%2215%22%0D%0Astyle%3D%22fill%3 Ayellow%22%2F%3E%0D%0A%0D%0A%3C%2Fsvg%3E);
}

And it will work.
HTML can have something like:
<img src="data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100% 25%22%20version%3D%221.1%22%0D%0Axmlns%3D%22http%3 A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%0D%0A%3 Cellipse%20cx%3D%22240%22%20cy%3D%22100%22%20rx%3D %22220%22%20ry%3D%2230%22%0D%0Astyle%3D%22fill%3Ap urple%22%2F%3E%0D%0A%0D%0A%3Cellipse%20cx%3D%22220 %22%20cy%3D%2270%22%20rx%3D%22190%22%20ry%3D%2220% 22%0D%0Astyle%3D%22fill%3Alime%22%2F%3E%0D%0A%0D%0 A%3Cellipse%20cx%3D%22210%22%20cy%3D%2245%22%20rx% 3D%22170%22%20ry%3D%2215%22%0D%0Astyle%3D%22fill%3 Ayellow%22%2F%3E%0D%0A%0D%0A%3C%2Fsvg%3E"/>

(I know Markup Languages way better than Programming Languages

The question wasn't about code editors, at first it was about editing .doc documents with a what-you-see-is-what-you-get editor. Granted, I can unzip .doc document, edit XML files in vi and zip it back, and it will probably work later in Microsoft Word and OpenOffice.org. But most people (including myself) would prefer to find other way.
 

The Following User Says Thank You to Wikiwide For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 16:50.