[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-19 Thread 'Mark S.' via TiddlyWiki
Posted to tiddly toolmap 
 
under:

"Interfacing with, importing and exporting to and from other formats"

On Wednesday, May 13, 2020 at 6:58:46 AM UTC-7, Flibbles wrote:
>
> Name:* tw5-xml*
> Version: *1.0.0*
> Demo: https://flibbles.github.io/tw5-xml/
> Source: https://github.com/flibbles/tw5-xml
>
> Check it out!  It lets you:
>
>- Import and export XML, including bundled XML archives including 
>multiple tiddlers.
>- It renders XML tiddlers, and integrates with the tiddlywiki syntax 
>highlighting plugin. It can also render through templates instead using 
> XML 
>processing instructions.
>- Lets you parse XML, HTML, and SVG using the <$xpath> and <$xselect> 
>widgets, which use XPath and CSS selectors to navigate your tiddlers
>- Also comes with the [xpath[]] and [xselect[]] filter operators.
>
>
> You can use it to:
>
>- Extract data from your SVG images, or HTML tiddlers, or any kind of 
>XML-related documents
>- Use XML for super-data tiddlers. Step aside, dictionary tiddlers. 
>Your days are over.
>- Auto-transform XML into user-readable data just like with XSLT, but 
>without all the horrors of using XSLT!!
>
>
> Let me know your thoughts. This is the first release version of tw5-xml, 
> but don't let that scare you. It's well tested. If do encounter any 
> problems, please let me know.
>
> I'd like this to be the go-to comprehensive XML solution, so if there are 
> XML tricks you want Tiddlywiki to do, and this doesn't really help, let me 
> know.
>
> -Flibbles
>
> *Edit*: Of course, I forgot to mention all the wonderful people in this 
> community who gave me early feedback on this plugin. Thank you, TonyM, 
> PMario, Xavier, and all the others on the discussion thread
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/16065491-af3d-4193-baa7-f3aaef5f3e5d%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-19 Thread Flibbles
Please let me know if there are any tool or abilities you feel this plugin 
is lacking for working with xml. I'd like this plugin to have all the basic 
tools someone would need.

For one, I'm thinking of adding an <> macro which will 
behave like XSLT's apply-templates, only tiddlywiki style.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/446fc3c4-537e-420a-8117-b392dbb26631%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-19 Thread A Gloom
nice work Flibbles


I use svg a lot and intend on useing x3d xml so I'm hoping this will help

Lets you parse XML, HTML, and SVG using the <$xpath> and <$xselect> 
> widgets, which use XPath and CSS selectors to navigate your tiddlers
>

I wonder if it solves this issue I have with links inside SVG's:  

>>When targetting an iframe from a svg  with target attribute, it opens 
a second instance of the entire wiki inside the iframe instead of just the 
tiddler that is the href.

see original post with a test tiddler illustrating issue: 
https://groups.google.com/d/msg/tiddlywiki/hCmF5n3vO44/3gg6lWQEBAAJ

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d7a1647-5a7e-4340-a8b2-04041f65125c%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-18 Thread Eskha
Hello Flibbles,

Yes, it is fixed (on firefox 60.7.2)!
Thank you very much.

Best regards,

Simon

Le jeudi 14 mai 2020 15:34:09 UTC+2, Flibbles a écrit :
>
> Eshka, I found some projects suffering similar problems, and I think I may 
> have fixed it. Go head and try again.
>
> -Flibbles
>
> On Thursday, May 14, 2020 at 8:11:51 AM UTC-4, Flibbles wrote:
>>
>> Eshka, could you please tell me what browser you're using?
>>
>> Unfortunately, due to the nature of this plugin, there will be some 
>> cross-platform issues I need to resolve. Every browser implements xmldom 
>> it's own way.
>>
>> -Flibbles
>>
>> On Thursday, May 14, 2020 at 7:59:50 AM UTC-4, Eskha wrote:
>>>
>>> Hello Fibbles,
>>>
>>> While your plugin looks very promising, I have the following error when 
>>> landing on your demo site:
>>>
>>> "TypeError: Argument 1 of DOMParser.constructor does not implement 
>>> interface Principal."
>>> (Inside the red box "Internal JavaScript Error")
>>>
>>> Best regard,
>>>
>>> Eskha
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f0840a0d-1d1c-4ffa-9fb9-9bb346130295%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread Anne-Laure Le Cunff
Life saviour!!

On Thursday, May 14, 2020 at 2:34:09 PM UTC+1, Flibbles wrote:
>
> Eshka, I found some projects suffering similar problems, and I think I may 
> have fixed it. Go head and try again.
>
> -Flibbles
>
> On Thursday, May 14, 2020 at 8:11:51 AM UTC-4, Flibbles wrote:
>>
>> Eshka, could you please tell me what browser you're using?
>>
>> Unfortunately, due to the nature of this plugin, there will be some 
>> cross-platform issues I need to resolve. Every browser implements xmldom 
>> it's own way.
>>
>> -Flibbles
>>
>> On Thursday, May 14, 2020 at 7:59:50 AM UTC-4, Eskha wrote:
>>>
>>> Hello Fibbles,
>>>
>>> While your plugin looks very promising, I have the following error when 
>>> landing on your demo site:
>>>
>>> "TypeError: Argument 1 of DOMParser.constructor does not implement 
>>> interface Principal."
>>> (Inside the red box "Internal JavaScript Error")
>>>
>>> Best regard,
>>>
>>> Eskha
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/30405f6c-c775-496b-b534-94258292ed74%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread Flibbles
Eshka, I found some projects suffering similar problems, and I think I may 
have fixed it. Go head and try again.

-Flibbles

On Thursday, May 14, 2020 at 8:11:51 AM UTC-4, Flibbles wrote:
>
> Eshka, could you please tell me what browser you're using?
>
> Unfortunately, due to the nature of this plugin, there will be some 
> cross-platform issues I need to resolve. Every browser implements xmldom 
> it's own way.
>
> -Flibbles
>
> On Thursday, May 14, 2020 at 7:59:50 AM UTC-4, Eskha wrote:
>>
>> Hello Fibbles,
>>
>> While your plugin looks very promising, I have the following error when 
>> landing on your demo site:
>>
>> "TypeError: Argument 1 of DOMParser.constructor does not implement 
>> interface Principal."
>> (Inside the red box "Internal JavaScript Error")
>>
>> Best regard,
>>
>> Eskha
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/44f9e106-1cae-4050-8ab0-ce1bec7ab4b9%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread Flibbles
Eshka, could you please tell me what browser you're using?

Unfortunately, due to the nature of this plugin, there will be some 
cross-platform issues I need to resolve. Every browser implements xmldom 
it's own way.

-Flibbles

On Thursday, May 14, 2020 at 7:59:50 AM UTC-4, Eskha wrote:
>
> Hello Fibbles,
>
> While your plugin looks very promising, I have the following error when 
> landing on your demo site:
>
> "TypeError: Argument 1 of DOMParser.constructor does not implement 
> interface Principal."
> (Inside the red box "Internal JavaScript Error")
>
> Best regard,
>
> Eskha
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b6d93fb2-a721-4cf3-be35-06e9a0385409%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread Eskha
Hello Fibbles,

While your plugin looks very promising, I have the following error when 
landing on your demo site:

"TypeError: Argument 1 of DOMParser.constructor does not implement 
interface Principal."
(Inside the red box "Internal JavaScript Error")

Best regard,

Eskha

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/92d84061-5bc2-43e3-ac6e-85fd226289dd%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread tony
>Import and export XML, including bundled XML archives including multiple 
tiddlers.

Congrats and Thank you Flibbles

xml support is incredible but having it as a format for i/o is frosting on 
the cake!

Just passed dogfooding test export from https://flibbles.github.io/tw5-xml/
[tag[Documentation]]
to tiddlers.xml and import to testwiki, it works just like any other format!

fun fun!

Best,
tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/85f8c1c2-9362-45c5-96d8-2c8ab8740167%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-13 Thread Joshua Fontany
Very impressed!!!

This is going to open up a lot of new possibilities with SVGs, so thanks 
for those examples. :D Now I need to brush up on my xpath

Yeah, this will totally allow one to read paths from within an SVG and 
break them out into their own SVGs... nice.

Best,
Joshua F

On Wednesday, May 13, 2020 at 6:58:46 AM UTC-7, Flibbles wrote:
>
> Name:* tw5-xml*
> Version: *1.0.0*
> Demo: https://flibbles.github.io/tw5-xml/
> Source: https://github.com/flibbles/tw5-xml
>
> Check it out!  It lets you:
>
>- Import and export XML, including bundled XML archives including 
>multiple tiddlers.
>- It renders XML tiddlers, and integrates with the tiddlywiki syntax 
>highlighting plugin. It can also render through templates instead using 
> XML 
>processing instructions.
>- Lets you parse XML, HTML, and SVG using the <$xpath> and <$xselect> 
>widgets, which use XPath and CSS selectors to navigate your tiddlers
>- Also comes with the [xpath[]] and [xselect[]] filter operators.
>
>
> You can use it to:
>
>- Extract data from your SVG images, or HTML tiddlers, or any kind of 
>XML-related documents
>- Use XML for super-data tiddlers. Step aside, dictionary tiddlers. 
>Your days are over.
>- Auto-transform XML into user-readable data just like with XSLT, but 
>without all the horrors of using XSLT!!
>
>
> Let me know your thoughts. This is the first release version of tw5-xml, 
> but don't let that scare you. It's well tested. If do encounter any 
> problems, please let me know.
>
> I'd like this to be the go-to comprehensive XML solution, so if there are 
> XML tricks you want Tiddlywiki to do, and this doesn't really help, let me 
> know.
>
> -Flibbles
>
> *Edit*: Of course, I forgot to mention all the wonderful people in this 
> community who gave me early feedback on this plugin. Thank you, TonyM, 
> PMario, Xavier, and all the others on the discussion thread
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bdbfcbe0-f0fc--9f32-88dcbdfb87ad%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-13 Thread TonyM
Flibbes,

A Powerful extension for sure. Many of us will not be so familiar with XML 
in the first place. Can you give us a primer on the demo site, at least to 
leverage this plugin or provide a reference aimed at new users of xml if 
possible thanks.

This could possibly have a large audience given the publishers and others 
in the forum of late.

Regards
Tony

On Wednesday, 13 May 2020 23:58:46 UTC+10, Flibbles wrote:
>
> Name:* tw5-xml*
> Version: *1.0.0*
> Demo: https://flibbles.github.io/tw5-xml/
> Source: https://github.com/flibbles/tw5-xml
>
> Check it out!  It lets you:
>
>- Import and export XML, including bundled XML archives including 
>multiple tiddlers.
>- It renders XML tiddlers, and integrates with the tiddlywiki syntax 
>highlighting plugin. It can also render through templates instead using 
> XML 
>processing instructions.
>- Lets you parse XML, HTML, and SVG using the <$xpath> and <$xselect> 
>widgets, which use XPath and CSS selectors to navigate your tiddlers
>- Also comes with the [xpath[]] and [xselect[]] filter operators.
>
>
> You can use it to:
>
>- Extract data from your SVG images, or HTML tiddlers, or any kind of 
>XML-related documents
>- Use XML for super-data tiddlers. Step aside, dictionary tiddlers. 
>Your days are over.
>- Auto-transform XML into user-readable data just like with XSLT, but 
>without all the horrors of using XSLT!!
>
>
> Let me know your thoughts. This is the first release version of tw5-xml, 
> but don't let that scare you. It's well tested. If do encounter any 
> problems, please let me know.
>
> I'd like this to be the go-to comprehensive XML solution, so if there are 
> XML tricks you want Tiddlywiki to do, and this doesn't really help, let me 
> know.
>
> -Flibbles
>
> *Edit*: Of course, I forgot to mention all the wonderful people in this 
> community who gave me early feedback on this plugin. Thank you, TonyM, 
> PMario, Xavier, and all the others on the discussion thread
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b136a104-6094-46f3-967a-f7abd506cd5a%40googlegroups.com.