Re: [tw] Re: drawing a little diagram in a tiddler? sometime in the future?

2010-04-26 Thread Alex Hough
Hi,

Following Måns’s link to [1] i found a post about integrating an SVG
editor into TW [2].  The recent post to this group about pictograms
together with SVG is exciting IHMO.

The “new style of writing” to which Jeremy refers on tiddlywiki.com,
in my mind was confined to text. I had neglected the areas of the
world which use symbols.  Follwing links from Wikipedia's pictogram
page was enlightening.

ALex

[1] http://code.google.com/p/svg-edit/
[2] http://www.autohotkey.com/forum/topic52732.html
[3] http://en.wikipedia.org/wiki/Pictogram

On 19 April 2010 21:38, AndrewMc newsp...@post.com wrote:
 Alex

 I use Paulo Soares' MathSVGPlugin 
 http://www.math.ist.utl.pt/~psoares/MathSVG.html
 for drawing graphs. This won't work if you are using IE, however. I
 use Firefox and it works fine. I particularly like this plugin because
 it provides both maths equations (by converting latex to mathML) and
 plotting of graphs, and allows me to combine the two so that I can
 have graphs with equations written on them.

 Cheers
 Andrew Mc

 On Apr 19, 10:50 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 I'm at an event, taking notes.
 I'd like to draw a little diagram - a graph with a couple of curves.
 just thinking about the possability wrt canvas, svg, html 5, etc

 ALex

 --
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/tiddlywiki?hl=en.





-- 
http://www.multiurl.com/g/64

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: drawing a little diagram in a tiddler? sometime in the future?

2010-04-19 Thread PMario
hi alex,

Like Jeremy Ruston wrote [1]
- Graphics as First Class Citizen
Both bitmap and vector graphics are now a first class citizen, with
image tiddlers embedded directly in the TiddlyWiki file, even in IE6.
There's support for SVG vector graphics (with a plan to cross-render
to VML for IE support).

I'd suggest to start with svg.


On Apr 19, 12:50 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 I'm at an event, taking notes.
 I'd like to draw a little diagram - a graph with a couple of curves.
Some browsers support svg allready. And if the don't may be the
raphael [3][2] libraray could be of interest.

 just thinking about the possability wrt canvas, svg, html 5, etc

 ALex

my 2 €ents
Mario
[1] 
http://groups.google.com/group/tiddlywikidev/browse_thread/thread/b26b451915255db6/e82f0d1dce0aeadd
[2] 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/107ba12b12ba6e/e85e8d66eed6c411
[3] http://raphaeljs.com/

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: drawing a little diagram in a tiddler? sometime in the future?

2010-04-19 Thread Måns
Hi Alex

This appears to be a possible choice for making a TWplugin:
http://code.google.com/p/svg-edit/
Maybe some dev-people have spotted it already?

Regards Måns Mårtensson


On 19 Apr., 12:50, Alex Hough r.a.ho...@googlemail.com wrote:
 I'm at an event, taking notes.
 I'd like to draw a little diagram - a graph with a couple of curves.
 just thinking about the possability wrt canvas, svg, html 5, etc

 ALex

 --
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/tiddlywiki?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: drawing a little diagram in a tiddler? sometime in the future?

2010-04-19 Thread Måns
Michael Mahemoff wrote Drawing Plugin:
http://softwareas.com/tiddlywiki-drawing-plugin-based-on-project-draw
I can't find it - but I recall that Jon Lister was working at a
similar (but smaller) project...

Regards Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: drawing a little diagram in a tiddler? sometime in the future?

2010-04-19 Thread Jeremy Ruston
That's correct, my goal for TiddlyWiki5 is to incorporate SVG images,
and to include an integrated SVG editor, so you'd be able to right
click on any SVG image and choose edit. The idea is to be able to
create simple(ish) business/technical diagrams, and to create user
interface elements for TiddlyWiki itself.

Cheers

Jerm



On Mon, Apr 19, 2010 at 2:47 PM, PMario pmari...@gmail.com wrote:
 hi alex,

 Like Jeremy Ruston wrote [1]
- Graphics as First Class Citizen
Both bitmap and vector graphics are now a first class citizen, with
image tiddlers embedded directly in the TiddlyWiki file, even in IE6.
There's support for SVG vector graphics (with a plan to cross-render
to VML for IE support).

 I'd suggest to start with svg.


On Apr 19, 12:50 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 I'm at an event, taking notes.
 I'd like to draw a little diagram - a graph with a couple of curves.
 Some browsers support svg allready. And if the don't may be the
 raphael [3][2] libraray could be of interest.

 just thinking about the possability wrt canvas, svg, html 5, etc

 ALex

 my 2 €ents
 Mario
 [1] 
 http://groups.google.com/group/tiddlywikidev/browse_thread/thread/b26b451915255db6/e82f0d1dce0aeadd
 [2] 
 http://groups.google.com/group/tiddlywiki/browse_thread/thread/107ba12b12ba6e/e85e8d66eed6c411
 [3] http://raphaeljs.com/

 --
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/tiddlywiki?hl=en.





-- 
Jeremy Ruston
mailto:jer...@osmosoft.com
http://www.tiddlywiki.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: drawing a little diagram in a tiddler? sometime in the future?

2010-04-19 Thread AndrewMc
Alex

I use Paulo Soares' MathSVGPlugin 
http://www.math.ist.utl.pt/~psoares/MathSVG.html
for drawing graphs. This won't work if you are using IE, however. I
use Firefox and it works fine. I particularly like this plugin because
it provides both maths equations (by converting latex to mathML) and
plotting of graphs, and allows me to combine the two so that I can
have graphs with equations written on them.

Cheers
Andrew Mc

On Apr 19, 10:50 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 I'm at an event, taking notes.
 I'd like to draw a little diagram - a graph with a couple of curves.
 just thinking about the possability wrt canvas, svg, html 5, etc

 ALex

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.