Edit text with unicode. This is a page where you can enter unicode chars by clicking on buttons. The button set cover several languages and unicode blocks.
Originally the script was an Opera panel. There are only some css-modifications to make it look more widged-like.
Release note 0.7 beta: easy creation of button sets with custom characters, button sets can be saved
Great job on this widget, i will not use this though, until the lag time error {data being proccessed causing to much lag} is fixed, as this is way to slow for me, as im not use to any form of lag, because i always am multi-tasking. I give this widget a 4 out of 5, because of how useful it is, and how much i have been waiting for a tool like this. Until this widget's lag issue, is corrected though, i will not be using it, ill add it to my favorite's, to keep checking back on update's related to this widget though. Keep up the good work, i know you can perfect this widget, all it take's is the practice, and of course, the knowledge to know, how to program, to fix the error's in it.
Since version 0.5beta you can add your custom button sets. A button set with unicode-chars is added by entering a list of values/ranges, e.g. "32,33,65-96,355-360,8222", even hex values are allowed, e.g. "0x20,33,65-96,0xff-360,8222" etc.
There's still a problem with storing the button sets in a cookie. With the panel version of Edicode it's no problem, but the widget version doesn't store the cookie.
As I wrote in the description, I just took the Opera panel and made a widget out of it. In the current version (0.2 alpha) I made some CSS-modifications in order to make it look more widget like. I tried to create a scrollbar, but overflow:scroll didn't work. Now I've increased the width. I also added a button to collapse the widget and to show only a title bar.
Interesting. Due to usability problems with widgets, I'd love to see a 'Copy' button, to put the created text on the clipboard. It might also be useful, because the lenght of the content can vary, to have a scrollbar appear. The default lenght is a little bit too short for showing a single set of buttons.
By Jucarii , # Jan 14, 2010 3:43:50 PM
I've been using Edicode for years in all my browsers!
FYI:
Also available as panel (or FF sidebar) or webpage
http://www.guntherkrauss.de/computer/xml/daten/edicodepanel.html
..same for the Css Design Lab
By ycc2106 , # Oct 4, 2009 8:04:24 PM
By emmuaxuan , # Jun 30, 2008 4:44:05 AM
By Supernet2 , # May 22, 2007 2:40:37 PM
By gk-log , # Jul 11, 2006 5:14:57 PM
A button set with unicode-chars is added by entering a list of values/ranges, e.g. "32,33,65-96,355-360,8222", even hex values are allowed, e.g. "0x20,33,65-96,0xff-360,8222" etc.
There's still a problem with storing the button sets in a cookie. With the panel version of Edicode it's no problem, but the widget version doesn't store the cookie.
By gk-log , # Jun 22, 2006 8:32:53 PM
By Rasqual , # Jun 20, 2006 10:14:25 AM
By bugscout , # May 17, 2006 1:32:14 AM
http://my.opera.com/community/forums/forum.dml?id=1296
For now, your changes have made the widget usable for me already. Thanks!
By Rijk , # Feb 10, 2006 3:03:57 PM
Thank's for the hint. I moved the css directive from the body-element to a subsequent div. Now the scrollbars appears.
> I'd love to see a 'Copy' button, to put the created text on the clipboard.
is there a possibility to access the clipboard by javascript?
By gk-log , # Feb 8, 2006 6:46:33 PM
max-height: 500px;
for the content area
By gautamchandna , # Feb 8, 2006 5:17:18 PM
As I wrote in the description, I just took the Opera panel and made a widget out of it. In the current version (0.2 alpha) I made some CSS-modifications in order to make it look more widget like. I tried to create a scrollbar, but overflow:scroll didn't work. Now I've increased the width. I also added a button to collapse the widget and to show only a title bar.
By gk-log , # Feb 8, 2006 5:16:13 PM
By Rijk , # Feb 8, 2006 4:55:33 PM