[tw] Re: Are there any TW projects incorporating Linked Data (RDF, ...) - or LD projects using TW?

2017-05-06 Thread Stéphane Delaye
I'm searching on that subject too. I found very few about RDF and semantic 
inTW. 

Le jeudi 29 décembre 2016 16:20:16 UTC+1, NT a écrit :
>
> I'm just interested in this aspect. Somebody knows?
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/545ac06c-d164-452f-998b-fb1a866b9fd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TypeError: a.fields[sortField].toLowerCase is not a function

2017-03-27 Thread Stéphane Delaye
Hello,

I ve got a strange error.

when I click on the pen icon to enter the edit mode, this raises.
TypeError: a.fields[sortField].toLowerCase is not a function
It happens for all the tiddlers in the wiki.

I deleted the tiddler I was working on but it stills raise.

Any Idea ?

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a0ccdbd5-c8ab-42c3-acde-cc9b71916ddf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Custom field with wikitext and editor

2017-03-04 Thread Stéphane Delaye
Hello,

I'm using edit text in a template to store some data in a tiddle custom 
field like this
<$edit-text field="content"   tag="textarea" size=500 />
Is it possible to have this field the same behavior as "text" core field.
I mean it's possible to use wikitext (links with other tiddles) and have 
the field editor.
For instance, i can use [[tidlerIwant]] in the "content' field to display 
it.
Thanks 
Stephane

PS: I don't use "text" core field because I need to go in edit mode to edit 
the content.

Thanks

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/15ea115f-0705-45ad-90ce-47c0608f3c03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] TiddlyWiki plugin: Call WebService.

2017-02-26 Thread Stéphane Delaye
Hello Jed,
My webservices are on the same domain.Is that possible for me to try if 
your widgets works ?
Thanks 
Stephane

Le jeudi 23 février 2017 13:24:51 UTC+1, Jed Carty a écrit :
>
> I have looked into making things like this work, but browser security 
> makes it difficult. I made a widget somewhere that lets you make xmlhttp 
> requests but for many uses there are CORS problems that prevent it from 
> working.
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d67ce562-694a-45ea-b9ae-3e09537abac7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] TiddlyWiki plugin: Call WebService.

2017-02-23 Thread Stéphane Delaye
Hello. The web services are hosted on the same domain as the tiddlywiki HTML 
file. I should not have cordialement cors issues. 

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dd84bc26-0445-4cbc-8dcd-1057f06d2d4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] TiddlyWiki plugin: Call WebService.

2017-02-22 Thread Stéphane Delaye
Hello,
I wonder to call a web service from tiddlywiki.
I found this post but with tiddywiki classic. 
TiddlyWiki plugin: Call WebService. 
they
 
use script or a plugin "webRenderPlugin"
What is the way to do this with TW 5 ?
Thanks

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2296186c-bda2-450e-8ee4-b08b651588bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2017-01-04 Thread Stéphane Delaye
Hello guys !

Thanks to Mario guidelines, it works !
My problem was CORS. It was enabled on my couchDB server but not with the 
right permissions.
 

https://pouchdb.com/getting-started.html#enabling_cors 
Basically this part: 

  npm install -g add-cors-to-couchdb
  add-cors-to-couchdb

Or if your database is not at 127.0.0.1:5984:

$ add-cors-to-couchdb http://me.example.com -u myusername -p mypassword


I worked on ubuntu server 14.04. The script add-cors-to-couchdb doesn't 
work but we can change the options in /etc/couchdb/default.ini

[httpd]
enable_cors = true

[cors]
credentials = true
; List of origins separated by a comma, * means accept all
; Origins must include the scheme: http://example.com
; You can’t set origins: * and credentials = true at the same time.
origins = *
; List of accepted headers separated by a comma
headers = accept, authorization, content-type, origin, referer, x-csrf-token
; List of accepted methods
methods = GET, PUT, POST, HEAD, DELETE

I just have to play with it now!!!

 

> Best regards,
> Stephane 
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/797ea5c4-bd6c-4db8-bca4-bd7b4c11fe2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2017-01-03 Thread Stéphane Delaye
Hello.
I installed a pouchdb server and tried noteself... without success at the 
moment (https://github.com/NoteSelf/NoteSelf.github.io/issues/5 ).
I left the couchdb server online, if someone want to try.
Hope tu succeed in the coming days...
@+

Le mercredi 28 décembre 2016 21:29:46 UTC+1, Stéphane Delaye a écrit :
>
> Hello Guys,
>
> Thanks to previous posts, I generated json file representing new tiddlers 
> I want to include in my tiddlywiki.
> I use version 5.1.13 with node.js
> Importing the tiddles by drag/drop in the broswer is straight forward and 
> works pretty well. 
>
> Is there any solution to import the file with a shell script or API to 
> automate this ?
>
> Best regards,
> Stephane 
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6318acba-4091-4120-b058-693c8ad6fcf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-30 Thread Stéphane Delaye
Hi, I will try Noteself and make a feedback. It looks very interesting.

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1c1d4fcb-7ecf-4ea8-986b-364c3f0f347f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread Stéphane Delaye
Hi,
Thank you for all your responses.
I tested your solutions and I could make it work.
However, I understand that I always have to restart the server (and the 
browser). Otherwide the new tiddlers are not seen.
Is there any solution without restarting the server ? Without restarting 
the browser ?
Thanks,
Stephane

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2dc0dca9-8995-45ac-b3d7-f5b79d3ddeff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-28 Thread Stéphane Delaye
Hello Guys,

Thanks to previous posts, I generated json file representing new tiddlers I 
want to include in my tiddlywiki.
I use version 5.1.13 with node.js
Importing the tiddles by drag/drop in the broswer is straight forward and 
works pretty well. 

Is there any solution to import the file with a shell script or API to 
automate this ?

Best regards,
Stephane 

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/806045d4-97af-440c-9938-c6973e3baa15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Difference between 5.0.7 and 5.1.8 ?

2015-05-03 Thread Stéphane Delaye


Le dimanche 3 mai 2015 01:15:39 UTC+2, Stéphane Delaye a écrit :

 Hello,

 I'm new on TiddlyWiki and played all the week with it. Nice tool !
 But I'm having some questions...

 Stephan Hradek wrote a ContactDB (http://tw5magick.tiddlyspot.com/) and 
 I'm trying to use it in my own TiddlyWiki (I started from an empty 5.1.8). 

 I can't fix the following behavior:

 - There is a viewPerson template (tagged $:/tags/ViewTemplate) with the 
 following content:
 $list filter=[is[current]tag[person]]
 |!Street |{{!!street}} |
 |!Town |{{!!town}} |
 |!Phone |{{!!phone}} |
 /$list

 When I display a tiddle tagged person:
 On Stephan Hradek, it displays a nice table.
 On my wiki, i've got only the characters, not the table.

 Any idea ?


-
Thanks Jed. It works with the solution below. 

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f27fdc1a-4e27-4fd1-a54f-cde537aa3caf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Difference between 5.0.7 and 5.1.8 ?

2015-05-02 Thread Stéphane Delaye
Hello,

I'm new on TiddlyWiki and played all the week with it. Nice tool !
But I'm having some questions...

Stephan Hradek wrote a ContactDB (http://tw5magick.tiddlyspot.com/) and I'm 
trying to use it in my own TiddlyWiki (I started from an empty 5.1.8). 

I can't fix the following behavior:

- There is a viewPerson template (tagged $:/tags/ViewTemplate) with the 
following content:
$list filter=[is[current]tag[person]]
|!Street |{{!!street}} |
|!Town |{{!!town}} |
|!Phone |{{!!phone}} |
/$list

When I display a tiddle tagged person:
On Stephan Hradek, it displays a nice table.
On my wiki, i've got only the characters, not the table.

Any idea ?


-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8f415ea6-5ac7-441e-b0b9-066a349b60cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.