zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #02894
Re: Small spreadsheets
-
To:
Zim <zim-wiki@xxxxxxxxxxxxxxxxxxx>
-
From:
Paul Evans <gemlog@xxxxxxxxx>
-
Date:
Mon, 18 Aug 2014 20:08:44 -0700
-
In-reply-to:
<CAK+ZY8p472Ahx6VGYXBwWAdvzUUc0UFdx4uX83_15gf=_R7ZpA@mail.gmail.com>
-
User-agent:
KMail/1.13.7 (Linux/3.2.18-pclos1.pae; KDE/4.6.5; i686; ; )
On Monday, August 18, 2014 16:51:35 Greg Warner wrote:
> There actually is a bounty for adding tables as a feature.
>
>
I hope this isn't noise, but I think the reason that such a popular request hasn't been fulfilled is because it is much easier to generate html/js/ than to render and interpret it. There was a python browser:
http://en.wikipedia.org/wiki/Grail_%28web_browser%29
27k lines in 1999...
There are js spreadsheets:
http://jsfiddle.net/ondras/hYfN3/ (minimal)
https://ethercalc.org/ (insane! :-) )
There are gtk renderers you could pull in:
http://www.fifi.org/doc/libgtkhtml-dev/html/gtkhtml.html
http://webkitgtk.org/
How you'd mix them in with the plain text files (a CSI, maybe just a standard html header) and show them inline with the rest of the text in the existing program I don't know (and haven't looked at the code frankly). Or how you would edit it?
> Just in case this helps, I get a bitmap representation from copy-pasting
> from Libre-calc, which is fine most of the time.
>
> And I just link to the file when I want to launch the full app for editing.
:-) Nice, just as I was writing this. I was /about/ to say that my only real idea was to use /something like/ what the kde tk had for rendering a webpage to an image (maybe gtk has this, dunno) and then clicking on the image would simply bring up a text editor window, but that's a great work-around with zero coding. Good one hans!
paul
Follow ups
References