ExternalTiddlerPlugin

49 views
Skip to first unread message

Fco Javier González Domínguez

unread,
Jan 3, 2014, 8:00:18 AM1/3/14
to tiddl...@googlegroups.com
Does anyone know why this plugin (ExternalTiddlerPlugin) does'n work on ipad?

<<tiddler xmlrbi8/Gec.txt>>
In windows it opens the file located in the subfolder xmlrbi8 and with the name Gec.txt

But in ipad it does nothing.

Jeremy Ruston

unread,
Jan 3, 2014, 9:12:14 AM1/3/14
to TiddlyWiki

<<tiddler xmlrbi8/Gec.txt>>

But in ipad it does nothing.

I'm afraid that on the iPad the filing system isn't exposed to the browser and thus ExternalTiddlerPlugin cannot function properly.

Best wishes

Jeremy
 

--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.



--
Jeremy Ruston
mailto:jeremy...@gmail.com

Fco Javier González Domínguez

unread,
Jan 3, 2014, 9:58:04 AM1/3/14
to tiddl...@googlegroups.com
thank you Jeremy, I know this. Before i use the ExternalTiddlerPlugin i used this javascript funtion.

function escriberbi8(libro) {
libro="xmlrbi8/"+libro+".xml";var cadena=new Array();var cadcoma= new Array();var ok = 0; var ordin=1;
if (window.XMLHttpRequest)
    {
    xmlhttp=new XMLHttpRequest();
    }else{
    xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    }
xmlhttp.open("GET",libro,false);xmlhttp.send();xmlDoc=xmlhttp.responseXML;
var ntit=xmlDoc.getElementsByTagName("dataroot")[0].getAttribute("nombre");
var x=xmlDoc.getElementsByTagName("parrafo");
var vartext="";
var vcadena="";
for (i=0;i<x.length;i++)
{
    t1=(x[i].childNodes[0].nodeValue);
    vartext+=t1;
}
return vartext;
}



and in the tiddler this

<<tiddler TiddlerRbi8 with: "Gec">>

and.

TiddlerRbi8 contains this.

<script>
    texto=escriberbi8('$1');
    return texto;
</script>


And the result is similar. As I have to put the text in compliance with XML standards, and pay attention to line breaks. And this work on the PC and the iPad too.
When I heard ExternalTiddlerPlugin saw it was easier than my way.
Put text in XML format is quite entertaining.

If you know a better way, I'll be happy about that.

Thank you Jeremy.

Sorry for my faults.


2014/1/3 Jeremy Ruston <jeremy...@gmail.com>

--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/weXVstQt8S8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.

Fco Javier González Domínguez

unread,
Jan 3, 2014, 10:00:11 AM1/3/14
to tiddl...@googlegroups.com
Here is an example of what contains Gec.xml

<?xml version="1.0" encoding="UTF-8"?>
<dataroot>
<parrafo>{{letra3{</parrafo>
<parrafo>{{threecolumns center{</parrafo>
<parrafo>{{left{[[Introducción|Intc]]}}}&lt;br&gt;</parrafo>
<parrafo>&lt;&lt;tiddler ExpandSlidersScript with: "" "mostrar" "ocultar"&gt;&gt;&lt;br&gt;</parrafo>
<parrafo>{{right{[[Éxodo|Éxc]]}}}&lt;br&gt;</parrafo>
<parrafo>}}}}}}{{letra0{</parrafo>
<parrafo>+++!{{center{[Génesis]}}}</parrafo>
<parrafo>+++!!{{center{[1]}}}</parrafo>
<parrafo>{{box40r fgi smaller{
* No se nos dice ni cuando ni cuanto tiempo empleó JH en crear los cielos y la tierra. Incluye todo el cosmos por lo que incluye los astros y la luz que emana de ellos. Comienzan los días creativos relacionados con la preparación de la tierra, como si los relatase alguien que hubiese estado en ella en esos instantes.
* Día 1º ''Luz'' La luz no era visible desde la superficie de la Tierra. Jehová hace que ésta sea más perceptible, de modo que haya una división entre el día y la noche. Esta división se repite en el día 4º pero en relación con la visión del Sol, la Luna y las estrellas. En el primer día hay Luz como la que hay en un día nublado que no se ve el Sol pero sí hay Luz. Se recalca en cada día que lo que Jehová hacía era bueno.
* Día 2º Las aguas se dividen en dos. Una por encima de la expansión y otra debajo. La expansión se le llama ''Cielo''. (Diferente de los cielos que habla el versículo 1. Éstas aguas que había por encima del cielo, son las que cayeron en el Diluvio y creaban una atmosfera como de invernadero. Se explica así el que hubiera en las zonas articas Mamuts que se congelaron al instante, cuando toda esa agua cayó a la tierra.
* Día 3º Se agrupan las aguas y aparece lo seco, la ''tierra'' y los ''mares'' (agrupación de las aguas). Se crean la ''vegetación'' verde y que dá semilla y los arboles frutales. (La Luz del primer día era necesaria.)
* Día 4º Las dos lumbreras, el sol y la luna. Como se comenta en el ver. 1 ya existían pero no eran visibles desde la tierra (se sobreentiende que hasta cierto grado pues el sol es necesario para el crecimiento de la vegetación que aparece en el día 3). De forma que, de alguna en el día 4º se hacen visibles desde la tierra dividiendo luz y oscuridad, para dominar el día y la noche.
}}}</parrafo>
<parrafo>{{pr0{{{firstletter{1}}} En [el] principio Dios creó los cielos y la tierra.}}}</parrafo>
<parrafo>{{pr1{^^2^^ Ahora bien, resultaba que la tierra se hallaba sin forma y desierta y había oscuridad sobre la superficie de [la] profundidad acuosa; y la fuerza activa de Dios se movía de un lado a otro sobre la superficie de las aguas.}}}</parrafo>
</dataroot>



2014/1/3 Fco Javier González Domínguez <fjgon...@gmail.com>
Reply all
Reply to author
Forward
0 new messages