[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread Jed Carty
I did a bit with this for twederation. I have a widget that will submit 
data to a google form and stored in google sheets. Going the other way is a 
pain but can be done.
I need to find where it is but I was working on a widget that would load 
data from google sheets. It was right before I started my current jobs so I 
don't know if I said anything about it. I will have to figure out where it 
is. I only have three more weeks of working like this so I am hoping to 
finish this and a bunch of other small projects I have been thinking about 
for the past few months once my current contract is up.

-- 
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/3d62c4b9-3a81-4292-a5ca-ed53365384f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread sini-Kit
My idea was to save all new tiddlers TW5 to spreadsheets  and load them 
from spreadsheets  when wiki start. And I want to do it without API, not to 
use server code and keys.
I know how to save tiddler to google sheets in tw5, but i don't know how to 
load them in correct way:) 


суббота, 23 апреля 2016 г., 0:31:28 UTC+3 пользователь Devin Weaver написал:

> On Sunday, April 3, 2016 at 2:44:53 PM UTC-4, Hegart Dmishiv wrote:
>>
>> Professor Schneider at *{{DesignWrite}}* has recently shared a link to this 
>> blog post , which 
>> suggests it is possible to access the information in a Google Sheet as a 
>> JSON file, by using jQuery. This looks very promising for my semester 
>> project, but I have no idea how to implement it, as I am a total n00b at 
>> Javascript.
>>
>
> Using JSON in TiddlyWiki is quite simple. There is a utility function for 
> doing just that. $tw.utils.httpRequest I even have an example on how to 
> turn it into a Promise 
>  (for 
> modern browsers).
>
> However, the output of the google sheets seems ill equipped for a simple 
> data import. Seems you would be better off exporting to a saner format like 
> CSV and import that file. The JSON from google sheets would be more useful 
> for say a plugin or widget that depends on the live network connection to 
> display parsed results.
>

-- 
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/5ae88b9b-5a8f-4411-99e4-3df45f192db2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reusing the TW5 official site's documentation macros

2016-04-22 Thread Pau Deluca
Thank you Birthe. I still need to train my eyes :)

I've tried making a tiddler named TitleField tagged as Fields and "Title" 
as the value of caption-field and <<.flink TitleField>> now works fine. 
This explains me why it didn't work before and I think this gives Hegart a 
proper reply, as well as it puts a new item in the to-do list for those 
working on TW documentation.

Thank you again.
P.-)

El sábado, 23 de abril de 2016, 0:46:24 (UTC+2), Birthe C escribió:
>
> The tiddler ListField has a field caption and value list.  Use another 
> tiddlername and see the link to the content i the caption field.
>
> Birthe
>
> On Friday, April 22, 2016 at 12:42:40 PM UTC+2, Pau Deluca wrote:
>>
>>
>> *.keycombo* seems to work fine for me
>>
>> *.toc-tab* works fine as well since I created a TableOfContents tab in 
>> the SideBar (
>> http://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar
>> )
>>
>> *.flink* only works with ListField (<<.flink ListField>>) Any other 
>> field linked gives no display at all. I don't know why. If I open 
>> http://tiddlywiki.com/#TiddlerFields, I see there that only the tiddler 
>> ListField exists. All the rest *XxField* are missing tiddlers. I thought 
>> this could be the reason, bu If I create, for instance, a *TitleField* 
>> tiddler, .flink won't work with that field name either. Any idea about why 
>> is .flink not working but with ListField?
>>
>> El lunes, 14 de septiembre de 2015, 15:07:42 (UTC+2), Hegart Dmishiv 
>> escribió:
>>>
>>> On Tuesday, September 15, 2015 at 12:48:37 AM UTC+12, Evolena wrote:

 You may also need $:/editions/tw5.com/if-macro.js

>>>
>>> Thanks, I've added that one now too, but the three examples I mentioned 
>>> in my previous post, *.flink*, *.keycombo*, and *.toc-tab* are still 
>>> not displaying at all. 
>>>
>>

-- 
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/bb265706-4d02-46b0-8601-075eee50e267%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugin Publishing

2016-04-22 Thread Devin Weaver
Sorry for the confusion. You mentioned releasing on tiddlyspot. I assume this 
means a whole tiddlywinks with the plugin inside it. How does the plugin 
library know how to weed out the plugin tiddlers versus any other tiddler like 
a GettingStarted or tags?

For that matter how does the plugin library know about tiddlyspot and the some 
tiddlywikis are special plugin wikis and not someone's personal journal?

There is also reference of hosting on github or Dropbox. Is there a tiddlywiki 
plugin bit out there scraping the underbelly of the Internet to discover 
plugins?

Some how plugins has made it to the plugin library. I've searched and searched 
the tiddlywiki source code and still can not find where those plugins are being 
registered/stored.

Any ideas?

-- 
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/2d86ba1c-6cf9-4365-9044-76ce5e8c0126%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using TW for CRM?

2016-04-22 Thread Andrew Myers
Hi Tristan,

Regarding javascript. Neither Hegart nor myself have much experience with it. 
Any such background is beneficial down the line I am sure.

Currently we have been dealing with html with light ineraction of CSS. There is 
still much to decide on what needs to be done in Beta.

If you would like, you can catch one of us on Hangouts to chat about joining 
the main dev team. Let me know and I will set it up.

-- 
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/9d72b087-7116-49b8-8a3d-3b219ac90466%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reusing the TW5 official site's documentation macros

2016-04-22 Thread 'Birthe C' via TiddlyWiki
The tiddler ListField has a field caption and value list.  Use another 
tiddlername and see the link to the content i the caption field.

Birthe

On Friday, April 22, 2016 at 12:42:40 PM UTC+2, Pau Deluca wrote:
>
>
> *.keycombo* seems to work fine for me
>
> *.toc-tab* works fine as well since I created a TableOfContents tab in 
> the SideBar (
> http://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar
> )
>
> *.flink* only works with ListField (<<.flink ListField>>) Any other field 
> linked gives no display at all. I don't know why. If I open 
> http://tiddlywiki.com/#TiddlerFields, I see there that only the tiddler 
> ListField exists. All the rest *XxField* are missing tiddlers. I thought 
> this could be the reason, bu If I create, for instance, a *TitleField* 
> tiddler, .flink won't work with that field name either. Any idea about why 
> is .flink not working but with ListField?
>
> El lunes, 14 de septiembre de 2015, 15:07:42 (UTC+2), Hegart Dmishiv 
> escribió:
>>
>> On Tuesday, September 15, 2015 at 12:48:37 AM UTC+12, Evolena wrote:
>>>
>>> You may also need $:/editions/tw5.com/if-macro.js
>>>
>>
>> Thanks, I've added that one now too, but the three examples I mentioned 
>> in my previous post, *.flink*, *.keycombo*, and *.toc-tab* are still not 
>> displaying at all. 
>>
>

-- 
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/0aa61def-4010-4732-8807-ee14a0384791%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugin Publishing

2016-04-22 Thread Mat
Hm, we need a good writeup on this for the docs!

I'm not fully qualified to answer your questoins because I've made very few 
plugins, but FWIW;

While it's not about "publishing" per se but Andreas Hahns Tinka plugin 
packer , might help to get some of the 
things right for publication. While very useful, I'd say it still needs 
some improvements before it is fully functional though. (In spite of the 
fairly recent update. I experienced this just yesterday actually.)

Upload wherever you want... but I warmly recommend TiddlySpot because 
everyone is familiar with it and it is a popular place. Some publish their 
plugins on github but it is always unclear for me (and surely others) how 
exactly to install it and github is a bit scary overall. Others have it in 
some cryptic dropbox folder that IMO feels unreliable in that the link to 
it could disappear from access. Also one can never guess the url for it 
like with TiddlySpot where it is always xxx.tiddlyspot.com

If you include a readme tiddler or maybe even an icon, make sure to title 
those like so

$:/...thepluginname.../readme
$:/...thepluginname.../icon

not e.g

$:/...thepluginname.../Readme
$:/...thepluginname.../README

The readme and the icon will then show in the plugin library, i.e the 
readme tab will be active/open by default and (which I figured out just 
yesterday) this is how you get an icon to show.

If you use Tinka, I also recommend mentioning the name of the plugin in the 
Description field because this is what is shown in big letters next to the 
icon in the plugin library. (e.g for the SideEditor, the description is: 
*SideEditor 
- a "live" editor next to your tiddler*) 

Note that you don't need to package things in a plugin. You can also just 
have multiple separate tiddlers that people drag over one at a time 
(obviously you miss out on the plugin overwrite-protection then). 

Also, send a ping to Erwan 
and you'll be 
included in the Community Search aggregator 
http://erwanm.github.io/tw-community-search/

<:-)

-- 
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/ab291ef5-10c7-407d-940b-b1f3dbd517c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread Devin Weaver
On Sunday, April 3, 2016 at 2:44:53 PM UTC-4, Hegart Dmishiv wrote:
>
> Professor Schneider at *{{DesignWrite}}* has recently shared a link to this 
> blog post , which 
> suggests it is possible to access the information in a Google Sheet as a 
> JSON file, by using jQuery. This looks very promising for my semester 
> project, but I have no idea how to implement it, as I am a total n00b at 
> Javascript.
>

Using JSON in TiddlyWiki is quite simple. There is a utility function for 
doing just that. $tw.utils.httpRequest I even have an example on how to 
turn it into a Promise 
 (for 
modern browsers).

However, the output of the google sheets seems ill equipped for a simple 
data import. Seems you would be better off exporting to a saner format like 
CSV and import that file. The JSON from google sheets would be more useful 
for say a plugin or widget that depends on the live network connection to 
display parsed results.

-- 
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/518f29ae-b14b-4ac3-96e7-2f01de73c754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread Martian
This is GData  - Google Data ATOM/RSS 
represented in JSON format.
So originally it is in XML format. 
If you try in browser https://spreadsheets.google.com/feeds/*list*
/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4/01/public/basic 

 
in Chrome or FF then browser will get and recognize ATOM xml feed and ask 
you in which program to subscribe to this feed.

As described in example of retrieving JSON 

 *list*|*cells* define data in each *entry* array element. 
If entry element *per sheet cell* is needed then just get 
https://spreadsheets.google.com/feeds/*cells*
/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4/01/public/basic?alt=json 




воскресенье, 3 апреля 2016 г., 22:15:15 UTC+3 пользователь Jeremy Ruston 
написал:
>
> Hi Hegart
>
> Professor Schneider at *{{DesignWrite}}* has recently shared a link to this 
> blog post , which 
> suggests it is possible to access the information in a Google Sheet as a 
> JSON file, by using jQuery. This looks very promising for my semester 
> project, but I have no idea how to implement it, as I am a total n00b at 
> Javascript.
>
>
> Interesting. I checked it out, creating a simple public spreadsheet. The 
> sharing works as advertised, except that the JSON format used is pretty 
> complex, but parseable.
>
> My sample spreadsheet looks like this:
>
>
> The resulting JSON is attached below. Weirdly, it doesn’t even place the 
> cells of the spreadsheet in separate entries; they’re merged together with 
> colons.
>
> Anyhow, I’m sure with a bit of research one could figure out the format 
> and get something useful out of it, but it feels a bit Google-specific 
> compared to the general utility of extending TW with the CSV import 
> facilities you need,
>
> Best wishes
>
> Jeremy.
>
> {
>   "version": "1.0",
>   "encoding": "UTF-8",
>   "feed": {
> "xmlns": "http:\/\/www.w3.org\/2005\/Atom",
> "xmlns$openSearch": "http:\/\/a9.com\/-\/spec\/opensearchrss\/1.0\/",
> "xmlns$gsx": "http:\/\/schemas.google.com
> \/spreadsheets\/2006\/extended",
> "id": {
>   "$t": "https:\/\/spreadsheets.google.com
> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic"
> },
> "updated": {
>   "$t": "2016-04-03T19:02:55.541Z"
> },
> "category": [
>   {
> "scheme": "http:\/\/schemas.google.com\/spreadsheets\/2006",
> "term": "http:\/\/schemas.google.com\/spreadsheets\/2006#list"
>   }
> ],
> "title": {
>   "type": "text",
>   "$t": "Sheet1"
> },
> "link": [
>   {
> "rel": "alternate",
> "type": "application\/atom+xml",
> "href": "https:\/\/docs.google.com
> \/spreadsheets\/d\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/pubhtml"
>   },
>   {
> "rel": "http:\/\/schemas.google.com\/g\/2005#feed",
> "type": "application\/atom+xml",
> "href": "https:\/\/spreadsheets.google.com
> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic"
>   },
>   {
> "rel": "http:\/\/schemas.google.com\/g\/2005#post",
> "type": "application\/atom+xml",
> "href": "https:\/\/spreadsheets.google.com
> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic"
>   },
>   {
> "rel": "self",
> "type": "application\/atom+xml",
> "href": "https:\/\/spreadsheets.google.com
> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic?alt=json"
>   }
> ],
> "author": [
>   {
> "name": {
>   "$t": "jeremy.ruston"
> },
> "email": {
>   "$t": "jeremy...@gmail.com "
> }
>   }
> ],
> "openSearch$totalResults": {
>   "$t": "3"
> },
> "openSearch$startIndex": {
>   "$t": "1"
> },
> "entry": [
>   {
> "id": {
>   "$t": "https:\/\/spreadsheets.google.com
> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic\/cokwr"
> },
> "updated": {
>   "$t": "2016-04-03T19:02:55.541Z"
> },
> "category": [
>   {
> "scheme": "http:\/\/schemas.google.com\/spreadsheets\/2006",
> "term": "http:\/\/schemas.google.com\/spreadsheets\/2006#list"
>   }
> ],
> "title": {
>   "type": "text",
>   "$t": "Once I"
> },
> "content": {
>   "type": "text",
>   "$t": "two: caught a , three: fish, four: alive"
> },
> "link": [
>   {
> "rel": "self",
>   

[tw] [TW5] Plugin Publishing

2016-04-22 Thread Devin Weaver
My apologies if this has been asked before. How do I publish plugins?

Specifically, what kinds of preparations need to happen? Where do I upload the 
plugin? What format should they be in? Where is the plugin library stored? How 
do I submit new plugins?

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/f5583948-2394-4396-a8f5-c8bf20e51f36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread sini-Kit
we can get any data from the google table cell if we know its address in 
format R21C454
for example here is my table 
https://docs.google.com/spreadsheets/d/1tkOhPUj7KpdrTNHu3Zd1qPfNrGgyp1SLDRi7-8iBlQ0/
we can get R131C8 by this code http://jsfiddle.net/nnd4L1pw/1/
if we know how many rows and colons we have, we can import all table.

if somebody already made macros for  spreadsheets ?





воскресенье, 3 апреля 2016 г., 22:31:08 UTC+3 пользователь Hegart Dmishiv 
написал:

> Hi Jeremy,
>
> Thanks for looking into this. I have no idea where to even begin with 
> trying to parse that JSON code. It reminds me of something that Mat and 
> Jed were doing a while ago for the Twederation / Tiddlyverse 
> .
>  
> Maybe this will have some use to them. Maybe, if they find it useful and 
> write a parser for it, I could use the same in my semester project. Anyway, 
> I think for now this is way beyond my mere skills, and I'll stick to what 
> is working for me for now, even if it is a bit clunky.
>
> Hegart.
>
>
> On Monday, 4 April 2016 07:15:15 UTC+12, Jeremy Ruston wrote:
>>
>> Hi Hegart
>>
>> Professor Schneider at *{{DesignWrite}}* has recently shared a link to this 
>> blog post , which 
>> suggests it is possible to access the information in a Google Sheet as a 
>> JSON file, by using jQuery. This looks very promising for my semester 
>> project, but I have no idea how to implement it, as I am a total n00b at 
>> Javascript.
>>
>>
>> Interesting. I checked it out, creating a simple public spreadsheet. The 
>> sharing works as advertised, except that the JSON format used is pretty 
>> complex, but parseable.
>>
>> My sample spreadsheet looks like this:
>>
>>
>> The resulting JSON is attached below. Weirdly, it doesn’t even place the 
>> cells of the spreadsheet in separate entries; they’re merged together with 
>> colons.
>>
>> Anyhow, I’m sure with a bit of research one could figure out the format 
>> and get something useful out of it, but it feels a bit Google-specific 
>> compared to the general utility of extending TW with the CSV import 
>> facilities you need,
>>
>> Best wishes
>>
>> Jeremy.
>>
>> {
>>   "version": "1.0",
>>   "encoding": "UTF-8",
>>   "feed": {
>> "xmlns": "http:\/\/www.w3.org\/2005\/Atom",
>> "xmlns$openSearch": "http:\/\/a9.com\/-\/spec\/opensearchrss\/1.0\/",
>> "xmlns$gsx": "http:\/\/schemas.google.com
>> \/spreadsheets\/2006\/extended",
>> "id": {
>>   "$t": "https:\/\/spreadsheets.google.com
>> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic"
>> },
>> "updated": {
>>   "$t": "2016-04-03T19:02:55.541Z"
>> },
>> "category": [
>>   {
>> "scheme": "http:\/\/schemas.google.com\/spreadsheets\/2006",
>> "term": "http:\/\/schemas.google.com\/spreadsheets\/2006#list"
>>   }
>> ],
>> "title": {
>>   "type": "text",
>>   "$t": "Sheet1"
>> },
>> "link": [
>>   {
>> "rel": "alternate",
>> "type": "application\/atom+xml",
>> "href": "https:\/\/docs.google.com
>> \/spreadsheets\/d\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/pubhtml"
>>   },
>>   {
>> "rel": "http:\/\/schemas.google.com\/g\/2005#feed",
>> "type": "application\/atom+xml",
>> "href": "https:\/\/spreadsheets.google.com
>> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic"
>>   },
>>   {
>> "rel": "http:\/\/schemas.google.com\/g\/2005#post",
>> "type": "application\/atom+xml",
>> "href": "https:\/\/spreadsheets.google.com
>> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic"
>>   },
>>   {
>> "rel": "self",
>> "type": "application\/atom+xml",
>> "href": "https:\/\/spreadsheets.google.com
>> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic?alt=json"
>>   }
>> ],
>> "author": [
>>   {
>> "name": {
>>   "$t": "jeremy.ruston"
>> },
>> "email": {
>>   "$t": "jeremy...@gmail.com"
>> }
>>   }
>> ],
>> "openSearch$totalResults": {
>>   "$t": "3"
>> },
>> "openSearch$startIndex": {
>>   "$t": "1"
>> },
>> "entry": [
>>   {
>> "id": {
>>   "$t": "https:\/\/spreadsheets.google.com
>> \/feeds\/list\/1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4\/od6\/public\/basic\/cokwr"
>> },
>> "updated": {
>>   "$t": "2016-04-03T19:02:55.541Z"
>> },
>> "category": [
>>   {
>> "scheme": "http:\/\/schemas.google.com\/spreadsheets\/2006",
>> "term": "http:\/\/schemas.google.com
>> \/spreadsheets\/2006#list"
>>   }
>> ],
>> "title": {
>>   "type": "text"

[tw] Re: [TW5] Using TW for CRM?

2016-04-22 Thread Tristan Kohl
Hi Hegard,

Thanks for your continued support and encouragement of this project. We're 
> reaching the end of the Alpha Phase of development, as the 
> *{{DesignWrite}}* MOOC course comes to an end for this current semester 
> in a few weeks. Once our semester project (TiddlyCRM v0.0.1-alpha) has been 
> submitted and assessed as part of the course, we'll be beginning the Beta 
> Phase of development of TiddlyCRM. At that time we'll be inviting wider 
> contribution from the TiddlyWiki user community.  
>

I did not know that you actually planned to make the development open. I 
always thought you guys had to do this as a "complete" thing for your 
semester project.

This sounds great and I am looking forward for when I can actively help you 
guys with this. Until then I will improve my JavaScript skills with my own 
projects.  

My co-conspirator on the semester project, Andrew Myers, has developed that 
> awesome new collaboration method, as a hybrid between Dropbox and GitHub. 
> We'll probably open that up so more collaborators can participate in the 
> project once we reach Beta Phase.
>

I did read about his approach in the DesignWrite group but did not quite 
get the point of the benefits of this approach in comparison to the "good 
old" way of pushing and pulling from remote repositories (maybe this is 
because of my years as a hobby developer :) ).

Cheers,
Tristan

-- 
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/43802d65-6fd2-4a9d-9803-c26a77907eb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5: search in fields

2016-04-22 Thread Martian
Hello!

Just want to clarify. Is a search in fields implemented already? Seems "no" 
to me :/

Or to search by fields values I should use AdvancedSearch/Filter and put "[
field:abcde/fghij/(i)]" as Mike had proposed?

WBR,
Martian.

-- 
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/c8379c91-3f1d-4a03-a296-0f5713b3b532%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread Jeremy Ruston
Hi Mark

> So,  should _canonical_uri work on external files? Or should we expect 
> browsers to block it?

This discussion is about _canonical_uri with text files; it works differently 
for images and HTML files (because it can use the  and  tags, 
instead of having to load the data directly with XMLHttpRequest).

_canonical_uri works with external text files when the TiddlyWiki is hosted on 
a HTTP URI, and the destination is CORS enabled. It doesn’t work when the 
TiddlyWiki is hosted on a file:// URI, which is what you are presumably doing.

The only thing that’s still confusing me is your report that visiting the 
following URL in Firefox on Windows 7 doesn’t work:

http://tiddlywiki.com/#Alice%20in%20Wonderland

Best wishes

Jeremy.


> It does not work on mine. I get 
> 
> 
> Loading external text from test.tid
> 
> If this message doesn't disappear you may be using a browser that doesn't 
> support external text in this configuration. See 
> http://tiddlywiki.com/#ExternalText 
> 
> The test.tid is in the same directory as the TW file. Changing the extension 
> to .txt does not help.



> 
> This occurs in TW5 5.1.11 in  Firefox 43.0.1 under Windows 7.
> 
> Thanks,
> Mark
>  
> 
> On Friday, April 22, 2016 at 8:03:14 AM UTC-7, Jeremy Ruston wrote:
> Hi David
> 
>> I guess we need to create a 'specification' for the process.
> 
> This is a case where the problem isn’t the lack of a spec, but figuring out a 
> way to make the thing work; as noted in my previous reply, browsers restrict 
> file access quite heavily these days. When one is working with the single 
> file, standalone configuration of TiddlyWiki, the restrictions imposed by 
> browsers end up driving almost all of the major design decisions :(
> 
> Best wishes
> 
> Jeremy
> 
>> 
>> @Jeremy.
>> Do you have a system in place for designing the spec for new functionality ?
>> Is this a function that you think you may like to have ?
>> 
>> I would really love to help with this, but I'm fairly charged with my thesis 
>> at the moment (implementing a new data integration / visualisation / sharing 
>> / analysis system for a distributed teams of medical researchers trying to 
>> find a new HIV vaccine).
>> 
>> David
>> 
>> 
>> D
>> 
>> On Wed, Apr 20, 2016 at 11:55 PM, Hegart Dmishiv gmail.com 
>> > wrote:
>> Bit of a bump here. I haven't gotten any further with this yet, and I'd 
>> really like to. Here's a screenshot of what I'd like to achieve. If anyone 
>> can help make it happen, I'd really appreciate it. Thanks.
>> 
>> 
>> 
>>  
>> 
>> 
>> 
>> -- 
>> 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/qWowD8FZsAw/unsubscribe 
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@ <>googlegroups.com .
>> To post to this group, send email to tiddl...@ <>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/11fec91e-b808-4649-bce8-520ffc8472c8%40googlegroups.com
>>  
>> .
>> 
>> For more options, visit https://groups.google.com/d/optout 
>> .
>> 
>> 
>> -- 
>> 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 https://groups.google.com/group/tiddlywiki 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/CANvdCne_JODHFAPj11kUKqo_M8juFvjoBXSn7ipAB8c5e%2BCv0Q%40mail.gmail.com
>>  
>> .
>> For more options, visit https://groups.google.com/d/optout 
>> .
> 
> 
> -- 
> 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 t

Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread 'Mark S.' via TiddlyWiki
So,  should _canonical_uri work on external files? Or should we expect 
browsers to block it?

It does *not* work on mine. I get 


Loading external text from *test.tid*
>
> If this message doesn't disappear you may be using a browser that doesn't 
> support external text in this configuration. See 
> http://tiddlywiki.com/#ExternalText
>
>
> The test.tid is in the same directory as the TW file. Changing the 
extension to .txt does not help.


*This occurs in TW5 5.1.11 in  Firefox 43.0.1 under Windows 7.*
Thanks,
Mark
 

On Friday, April 22, 2016 at 8:03:14 AM UTC-7, Jeremy Ruston wrote:
>
> Hi David
>
> I guess we need to create a 'specification' for the process.
>
>
> This is a case where the problem isn’t the lack of a spec, but figuring 
> out a way to make the thing work; as noted in my previous reply, browsers 
> restrict file access quite heavily these days. When one is working with the 
> single file, standalone configuration of TiddlyWiki, the restrictions 
> imposed by browsers end up driving almost all of the major design decisions 
> :(
>
> Best wishes
>
> Jeremy
>
>
> @Jeremy.
> Do you have a system in place for designing the spec for new functionality 
> ?
> Is this a function that you think you may like to have ?
>
> I would really love to help with this, but I'm fairly charged with my 
> thesis at the moment (implementing a new data integration / visualisation / 
> sharing / analysis system for a distributed teams of medical researchers 
> trying to find a new HIV vaccine).
>
> David
>
>
> D
>
> On Wed, Apr 20, 2016 at 11:55 PM, Hegart Dmishiv  > wrote:
>
>> Bit of a bump here. I haven't gotten any further with this yet, and I'd 
>> really like to. Here's a screenshot of what I'd like to achieve. If anyone 
>> can help make it happen, I'd really appreciate it. Thanks.
>>
>>
>>
>> 
>>
>>
>> -- 
>> 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/qWowD8FZsAw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@googlegroups.com .
>> To post to this group, send email to tiddl...@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/11fec91e-b808-4649-bce8-520ffc8472c8%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> 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 https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/CANvdCne_JODHFAPj11kUKqo_M8juFvjoBXSn7ipAB8c5e%2BCv0Q%40mail.gmail.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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/66e16168-5ab0-4c61-a19c-8b022dbcbc2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Prevent a certain tiddler to be saved

2016-04-22 Thread Mat
Ok, I got this to work (copied on Jeremys earlier instructions)

I put this in one tiddler

title: $:/core/save/all

\define saveTiddlerFilter()
[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] 
-[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] 
-[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[YOURTIDDLER]] 
 +[sort[title]] $(publishFilter)$
\end
{{$:/core/templates/tiddlywiki5.html}}

...and this in another

title: MyButton

 <$button>
<$action-sendmessage $message="tm-download-file" $param=
"" filename="index.html"/>
Special Save


Comically, I forgot to change the $param so left it with that dummy name.

This saves everything except the marked pink.

<:-)

-- 
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/dbd64fc9-cb32-4b19-84cf-2c1a534904a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Jeremy Ruston
Hi Mat

> It seems FF have now changed their restrictions. As indicated by Chucks 
> attempts and having now done some experimenting I must conclude that one 
> cannot upload at all from FF to tiddlyspot, i.e even when using TiddlyFox and 
> even when it is not the first upload.

I think that’s the same as what I said :)

TiddlyFox has absolutely nothing to do with saving to TiddlySpot.

To be clear, one cannot upload to TiddlySpot with Firefox from a TiddlyWiki 
loaded via a file:// URI.

Once the wiki is saved in TiddlySpot it can be used normally in Firefox.

Best wishes

Jeremy.


> 
> An error message is shown:
> 
> Error while saving:
> 
> Error:NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
> 
> ...but there is a fallback so the file saves locally. I must assume this is 
> by design but it was news to me.
> 
> <:-)
> 
> -- 
> 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/4d0d841e-9254-40a3-93ca-347ba1d3a8d8%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/B38CE176-4F8D-4478-BD4B-0BC8300D61CC%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Mat
@Jeremy

It seems FF have now changed their restrictions. As indicated by Chucks 
attempts and having now done some experimenting I must conclude that one 
cannot upload at all from FF to tiddlyspot, i.e even when using TiddlyFox 
and even when it is not the first upload.

An error message is shown:

Error while saving:

Error:NS_ERROR_DOM_BAD_URI: Access to restricted URI denied

...but there is a fallback so the file saves locally. I must assume this is 
by design but it was news to me.

<:-)

-- 
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/4d0d841e-9254-40a3-93ca-347ba1d3a8d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-22 Thread Jeremy Ruston
Hi Chuck

A toolbar button to sort the selected lines is a good idea. It would need a new 
JavaScript  “text editor operation”, along the lines of the ones here:

https://github.com/Jermolene/TiddlyWiki5/tree/master/core/modules/editor/operations/text

Best wishes

Jeremy.


> On 21 Apr 2016, at 10:42, Chuck R.  wrote:
> 
> Excellent suggestion. I use FF all the time. We've had trouble with Chrome in 
> the past with some of our business apps. 
> 
> -- 
> 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/d1254e16-c11b-4a0e-9dd6-aa686a336eaa%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/7A023C7B-2F2E-4E79-A2D7-2D6183616A98%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread Jeremy Ruston
Hi David

> I guess we need to create a 'specification' for the process.

This is a case where the problem isn’t the lack of a spec, but figuring out a 
way to make the thing work; as noted in my previous reply, browsers restrict 
file access quite heavily these days. When one is working with the single file, 
standalone configuration of TiddlyWiki, the restrictions imposed by browsers 
end up driving almost all of the major design decisions :(

Best wishes

Jeremy

> 
> @Jeremy.
> Do you have a system in place for designing the spec for new functionality ?
> Is this a function that you think you may like to have ?
> 
> I would really love to help with this, but I'm fairly charged with my thesis 
> at the moment (implementing a new data integration / visualisation / sharing 
> / analysis system for a distributed teams of medical researchers trying to 
> find a new HIV vaccine).
> 
> David
> 
> 
> D
> 
> On Wed, Apr 20, 2016 at 11:55 PM, Hegart Dmishiv  > wrote:
> Bit of a bump here. I haven't gotten any further with this yet, and I'd 
> really like to. Here's a screenshot of what I'd like to achieve. If anyone 
> can help make it happen, I'd really appreciate it. Thanks.
> 
> 
> 
>  
> 
> 
> 
> -- 
> 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/qWowD8FZsAw/unsubscribe 
> .
> To unsubscribe from this group and all its topics, 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/11fec91e-b808-4649-bce8-520ffc8472c8%40googlegroups.com
>  
> .
> 
> For more options, visit https://groups.google.com/d/optout 
> .
> 
> 
> -- 
> 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/CANvdCne_JODHFAPj11kUKqo_M8juFvjoBXSn7ipAB8c5e%2BCv0Q%40mail.gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/D1C58CD5-D811-4E23-9426-BE6893CB1449%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread Jeremy Ruston
Hi Hegart

The problem here is that all browsers now restrict the ability of pages loaded 
from a file:// URI to use XMLHttpRequest() to access other files on file:// 
URIs, so one wouldn’t be able to actually perform the import.

TiddlyFox could perhaps be extended to work around the restrictions.

Best wishes

Jeremy


> On 20 Apr 2016, at 22:55, Hegart Dmishiv  wrote:
> 
> Bit of a bump here. I haven't gotten any further with this yet, and I'd 
> really like to. Here's a screenshot of what I'd like to achieve. If anyone 
> can help make it happen, I'd really appreciate it. 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/11fec91e-b808-4649-bce8-520ffc8472c8%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/EC633267-A5F9-4281-96F2-D53EBDAD42EC%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Katex release v0.6.0

2016-04-22 Thread Jeremy Ruston
Thanks for the heads-up, Bob, I’ve updated to the new version for the imminent 
release of 5.1.12:

https://github.com/Jermolene/TiddlyWiki5/commit/5b11399793b08353c0273defb57b21d41f6a5028

Best wishes

Jeremy.

> On 21 Apr 2016, at 22:05, Bob Flandard  wrote:
> 
> Hello JR,
> 
> Katex v0.6.0 was released a few days ago. When you get the time, please would 
> you update the plugin.
> 
> Many thanks, Bob
> 
> -- 
> 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/f5ad6344-8893-4a7e-92b1-de4dd14e83a0%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/6A1F4F55-BBBC-4520-BF34-0A12DCA94D5A%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Chuck R.
Yep, I just tried it in Chrome v49. Firefox, even with TiddlyFox, isn't 
updating the online version of my TW. Updating only works with Chrome. Ah 
well. I'll just have to remember that. 

-- 
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/66d6d600-cf6f-4ff9-9b33-4e796b42d965%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Prevent a certain tiddler to be saved

2016-04-22 Thread Jeremy Ruston
Hi Bo

> What should the plugin look like and how do I have to implement it?

The solution I was proposing there would involve writing some JavaScript, so it 
may not be a good way to go.

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+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/4DB294DC-DFD4-4A54-B804-9695EC1E5A09%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread Jeremy Ruston
Hi Martian

Just to expand on Mario’s answer: the D3 plugin is little more than a tech demo 
to show how a third party library can be integrated with TiddlyWiki. In 
particular, the way that data is passed to it doesn’t easily permit the data to 
be created dynamically. I agree that the best way forwards for your use case is 
likely to involve improving the D3 widget itself.

Best wishes

Jeremy

> On 22 Apr 2016, at 13:11, PMario  wrote:
> 
> On Friday, April 22, 2016 at 12:34:51 PM UTC+2, Martian wrote:
> I am playing with D3 plugin examples 
> .
> 
> ok
>  
> my idea was to create a tiddlers with Title and Text = city names and add 
> field "size". I tagged these tiddlers with tag "Cities"
> 
> then I created a tiddler "toJSON" with macro as in 
> $:/core/templates/exporters/JsonFile
> 
> \define renderContent()
> <$text text=<>/>
> \end
> <>
> 
> 
> good idea and imo you are at the right way. But it seems the <$d3cloud> 
> widget has a very exact idea, how the data has to be presented. ... I had a 
> very fast look at the code. So it seems the data parameter can only handle 
> tiddlers with the type application/json. I thought it would be more flexible 
> and also allows a "json formatted text stream". ... It doesn't :/
>  
> then tried to use these tiddler "toJSON" as source for D3 macros as 
> This is a demo of TiddlyWiki5 incorporating a plugin for the [[D3.js]] 
> visualization library.
> 
> ! Word Cloud
> 
> <$d3cloud data="toJSON" spiral={{$:/spiral}}/>
> 
> but it doesn't work because [[toJSON]] don't have "application/json". 
> 
> But then I manually copied [[toJSON]] content to tiddler [[toJSON2]] typed 
> with "application/json" and put it into data="toJSON2" to $d3cloud - then it 
> works ok and showed me Word Cloud.
> 
> Yea. That's the workflow it would need. You need to create a button, that 
> uses the output of <> and creates a new 
> tiddler type application/json that can be fed into the widget. So no "one 
> click" but a "two click" solution and a bit cumbersome. if you modify the 
> "city" tiddlers or create a new on, you'll also need to create a new "data 
> set" the the $d3cloud widget can understand. That's sub-optimal. 
> 
> IMO the better way would be to extend the widget, so it can be called like 
> this:
> 
> <$d3cloud data=<> spiral={{$:/spiral}}/>
> 
> -
> 
> The problem is, that I don't have a fast solution. 
> 
> The button to create a data tiddler that works looks like this: 
> 
> 
> <$button>
> <$action-sendmessage $message="tm-new-tiddler" title="citiesCloudData" 
> type="application/json" text=<>/>
> createCouldData
> 
> 
> 
> Some remarks: 
> 
> I would use city as a tag for a city and not the plural. It just looks 
> stange. (most of the time my tags are lower case. So I can remember how to 
> write them :) 
> 
> And I would rewrite the d3cloud widget. It seems the examples are the minimum 
> required functionality to show something. .. Imo they are there to show, how 
> the library can be used. The widgets are very simple examples and imo not 
> production ready. 
> 
> have fun!
> Mario
> 
> 
> 
> -- 
> 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/2243e137-da57-49ad-9020-6437be89c1b5%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/792D11C1-31AA-4554-A770-A5665FA06601%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] HowTo display image dynamically

2016-04-22 Thread Jeremy Ruston
Hi Magev958

> I used this macro in TW 5.1.9 on Tiddlyspot but it does not seem to work in 
> TW 5.1.11. Has something changed and how can I edit my macro to work again?

I don’t think there have been any changes to the core that would prevent that 
code from working. Perhaps the Dropbox URI has changed?

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+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/793C3B70-1731-4DC8-A382-18BC21862528%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Announcing TiddlyChrome

2016-04-22 Thread Jeremy Ruston
Hi Arlen

> What would it take to make this as official as TiddlyFox? It is AFAICT needed 
> just as much. 

I’ve added a link for 5.1.12:

https://github.com/Jermolene/TiddlyWiki5/commit/147ce5803cfc81bd3a536f461e671aae190139fd

I think it would be very useful if you could add some installation instructions 
to the repo; I linked to the /releases page to make it easier for visitors to 
find the CRX, but it would probably be better to link to the readme, and have 
the readme include installation instructions and link to the releases,

Many thanks,

Jeremy.



> On 22 Apr 2016, at 14:58, Mat  wrote:
> 
> Arlen Beiler wrote:
> [...] assuming I can find a way to make TiddlyFox see a file URL in the 
> location.
> 
> 
> Might BuggyJ's location macro 
>  
> be of use? (He created it when I designed the PublicSidebar 
>  theme)
>  
> 
> If there is some strange corner case, then you probably know how to adapt my 
> code for your own use anyway.  :)
> 
> (Heh - I wouldn't bet on it. I'm barely just starting to learn to code. All 
> my stuff yet is built using TW itself and CSS.) 
> 
> 
> Thanks for your reply Arlen!
> 
> <:-)
> 
> -- 
> 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/0270e40f-3239-4208-b6f3-e16489f418a3%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/76D0A603-582B-479D-990B-5136D49111D5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Jeremy Ruston
Hi Chuck

> Well here's the problem, from the TiddlySpot FAQ: 

To be more specific, a TiddlyWiki hosted on a file:// URI can only directly 
upload to TiddlySpot under Chrome; Firefox and all other browsers prevent the 
operation.

Best wishes

Jeremy


> 
> "NB: For technical reasons, in most browsers, you can no longer upload your 
> local TiddlyWiki <> file to Tiddlyspot. You need to update your site only 
> while using it online. I realise this has a major impact on Tiddlyspot 
> usefulness."
> 
> 
> -- 
> 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/0208493f-0dbd-458c-b9ca-4b87f967aa70%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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/DCA0B47E-2D53-41AB-950C-E468558F1CCB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Chuck R.
Well here's the problem, from the TiddlySpot FAQ: 

"*NB: For technical reasons, in most browsers, you can no longer upload 
> your local TiddlyWiki file to Tiddlyspot. You need to update your site only 
> while using it online. I realise this has a major impact on Tiddlyspot 
> usefulness."*
>

-- 
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/0208493f-0dbd-458c-b9ca-4b87f967aa70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Announcing TiddlyChrome

2016-04-22 Thread Mat
Arlen Beiler wrote:
>
> [...] assuming I can find a way to make TiddlyFox see a file URL in the 
> location. 
>

Might BuggyJ's location macro 
 
be of use? (He created it when I designed the PublicSidebar 
 theme)
 

If there is some strange corner case, then you probably know how to adapt 
> my code for your own use anyway.  :) 


(Heh - I wouldn't bet on it. I'm barely just starting to learn to code. All 
my stuff yet is built using TW itself and CSS.) 


Thanks for your reply Arlen!

<:-)

-- 
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/0270e40f-3239-4208-b6f3-e16489f418a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Announcing TiddlyChrome

2016-04-22 Thread Arlen Beiler
The latest version doesn't use the TiddlyChromeSaver.js tiddler anymore,
but instead loads the saver directly into the $tw variable. The next
version will probably be decoupled and use the tiddlyfox plugin, assuming I
can find a way to make TiddlyFox see a file URL in the location. Currently
it is a blob URL. I think there is a way, it just messes with CORS.

A couple things to note is that it is probably not be able to read or write
other files, even backups, although downloads will still show up in a
regular chrome window when initiated from the app. This is on Chrome,
regardless of what saver I use.

One other thing the next version should have is double-checking the path on
save and if it isn't the same as the one that is open then it would return
false so $tw knows to try the next saver.

That's all my comments, so we'll see once whether I am able to get to it,
but as I said, for a standard TiddlyWiki that has $tw on the window object,
it now works fine. If there is some strange corner case, then you probably
know how to adapt my code for your own use anyway.  :)

Classic is disabled for now though, as I still need to add code to make
sure saveFile is being called with some other file in mind (which was, I
assume, possible with the Java saver). Even if it wasn't it's a good thing
to check.

And yes, look in the releases in GitHub for the latest version.

https://github.com/Arlen22/tiddly-chrome-app

-Arlen
On Apr 22, 2016 6:53 AM, "Mat"  wrote:

> @Jeremy and @Arlen
>
> What would it take to make this as official as TiddlyFox? It is AFAICT
> needed just as much.
>
> I'm referring to making it as available (via Google Play?) and to have it
> as documented on tiddlywiki.com as TiddlyFox.
>
> @Jeremy - unless already suggested in this long thread - could the
> tiddlyChromeSaver.js be included in the standard TW distro? Few features
> are as fundamental as being able to update, i.e overwrite, ones local
> notes. I figure it should sit along with *$:/core/modules/savers/tiddlyfox.js
> -?*
>
> @Arlen - Please update the initial post in this thread to have attachments
> of the latest files. Or, if possible, perhaps some link to a place where
> the latest versions are hosted (here
> ?).
> I almost installed the files from the initial post which would have given a
> poorer experience of your creation, of course.
>
> Thank you!
>
> <:-)
>
> --
> 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/777d774d-27f1-4d32-b5b6-4410769ffa24%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAJ1vdSQsgENJCSCvtev9YVGmxReG6Qgm9Dw_ZP4Bhf%2BWa9efmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] HowTo display image dynamically

2016-04-22 Thread magev958
That might be very interesting, I'll check it out, 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/b1b6ec3b-c5c4-4a59-a6bb-bf1797d8cd48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] HowTo display image dynamically

2016-04-22 Thread Ste Wilson
I don't know if this i relevant or helpful but pancake.io lets you use dropbox 
as a static server site again.

-- 
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/c185242c-ccaa-4e60-83d7-02d99061cb39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread PMario
On Friday, April 22, 2016 at 12:34:51 PM UTC+2, Martian wrote:
>
> I am playing with D3 plugin examples 
> 
> .
>

ok
 

> my idea was to create a tiddlers with Title and Text = city names and add 
> field "size". I tagged these tiddlers with tag "Cities"
>
> then I created a tiddler "*toJSON*" with macro as 
> in $:/core/templates/exporters/JsonFile
>
> \define renderContent()
> <$text text=<>/>
> \end
> <>
>
>
good idea and imo you are at the right way. But it seems the <$d3cloud> 
widget has a very exact idea, how the data has to be presented. ... I had a 
very fast look at the code. So it seems the data parameter can only handle 
tiddlers with the type application/json. I thought it would be more 
flexible and also allows a "json formatted text stream". ... It doesn't :/
 

> then tried to use these tiddler "toJSON" as source for D3 macros as 
> This is a demo of TiddlyWiki5 incorporating a plugin for the [[D3.js]] 
> visualization library.
>
> ! Word Cloud
>
> <$d3cloud data="*toJSON*" spiral={{$:/spiral}}/>
>
> but it doesn't work because [[toJSON]] don't have "application/json". 
>
> But then I manually copied [[toJSON]] content to tiddler [[toJSON2]] typed 
> with "*application/json*" and put it into data="toJSON2" to $d3cloud - 
> then it works ok and showed me Word Cloud.
>

Yea. That's the workflow it would need. You need to create a button, that 
uses the output of <> and creates a 
new tiddler type application/json that can be fed into the widget. So no 
"one click" but a "two click" solution and a bit cumbersome. if you modify 
the "city" tiddlers or create a new on, you'll also need to create a new 
"data set" the the $d3cloud widget can understand. That's sub-optimal. 

IMO the better way would be to extend the widget, so it can be called like 
this:

<$d3cloud data=<> spiral={{$:/spiral}}/
>

-

The problem is, that I don't have a fast solution. 

The button to create a data tiddler that works looks like this: 


<$button>
<$action-sendmessage $message="tm-new-tiddler" title="citiesCloudData" 
type="application/json" text=<>/>
createCouldData



Some remarks: 

I would use city as a tag for a city and not the plural. It just looks 
stange. (most of the time my tags are lower case. So I can remember how to 
write them :) 

And I would rewrite the d3cloud widget. It seems the examples are the 
minimum required functionality to show something. .. Imo they are there to 
show, how the library can be used. The widgets are very simple examples and 
imo not production ready. 

have fun!
Mario


-- 
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/2243e137-da57-49ad-9020-6437be89c1b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] HowTo display image dynamically

2016-04-22 Thread magev958
I used this macro in TW 5.1.9 on Tiddlyspot but it does not seem to work in 
TW 5.1.11. Has something changed and how can I edit my macro to work again?

\define dropbox(folder,file)
https://dl.dropboxusercontent.com/u/955759/$folder$/$file$.jpg"; />
\end

<$list filter="[is[current]tag[species]]">
  
<$macrocall $name="dropbox" folder="Orchidelirium" file={{!!title}}/>
  


-- 
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/e5ad7310-fbbc-4c0c-a104-643fcf6a7b17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyChrome

2016-04-22 Thread Mat
@Jeremy and @Arlen

What would it take to make this as official as TiddlyFox? It is AFAICT 
needed just as much. 

I'm referring to making it as available (via Google Play?) and to have it 
as documented on tiddlywiki.com as TiddlyFox.

@Jeremy - unless already suggested in this long thread - could the 
tiddlyChromeSaver.js be included in the standard TW distro? Few features 
are as fundamental as being able to update, i.e overwrite, ones local 
notes. I figure it should sit along with *$:/core/modules/savers/tiddlyfox.js 
-?*

@Arlen - Please update the initial post in this thread to have attachments 
of the latest files. Or, if possible, perhaps some link to a place where 
the latest versions are hosted (here 
?). I 
almost installed the files from the initial post which would have given a 
poorer experience of your creation, of course.

Thank you!

<:-)

-- 
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/777d774d-27f1-4d32-b5b6-4410769ffa24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyDesktop v0.0.7

2016-04-22 Thread peter . biewer
Oh God, thank you Jeremy. That was it and it finally runs again! Thank you 
so much

Am Samstag, 5. Dezember 2015 20:22:16 UTC+1 schrieb Jeremy Ruston:
>
> I’m please to announce the release of TiddlyDesktop v0.0.7 for Windows, 
> Mac and Linux.
>
> * Experimental support for "wiki folders" (the Node.js format for 
> TiddlyWiki, where each tiddler is a separate file), including the ability 
> to serve wiki folders over HTTP so that you can use any browser or device 
> to access them
> * Switched from representing wikis as thumbnails to favicons
> * New system tray/menu icon for quick access to TiddlyDesktop
> * Fixed problem with restarting after quitting with minimised windows on 
> Windows (#77)
> * Added TiddlyDesktop version number to "Help" window
>
> Note: Upgrading to this release will clear your list of loaded wiki files. 
> The files themselves are not affected; you can re-add them by dragging and 
> dropping them into the wiki list window.
>
> It’s worth stressing that the support for wiki folders has some 
> limitations, and may not be suitable for all users at this point. This 
> release has given me a chance to figure out some of the issues with moving 
> to a multiprocess architecture (which is necessary to support multiple 
> Node.js wikis); I’ll post separately about my thoughts for future 
> development.
>
> Download the new release here:
>
> https://github.com/Jermolene/TiddlyDesktop/releases
>
> As ever, please remember the first rule of TiddlyWiki, and take very, very 
> careful backups.
>
> 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+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/9aa0d93c-0427-4983-954b-309138fde4aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reusing the TW5 official site's documentation macros

2016-04-22 Thread Pau Deluca

*.keycombo* seems to work fine for me

*.toc-tab* works fine as well since I created a TableOfContents tab in the 
SideBar 
(http://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar)

*.flink* only works with ListField (<<.flink ListField>>) Any other field 
linked gives no display at all. I don't know why. If I open 
http://tiddlywiki.com/#TiddlerFields, I see there that only the tiddler 
ListField exists. All the rest *XxField* are missing tiddlers. I thought 
this could be the reason, bu If I create, for instance, a *TitleField* 
tiddler, .flink won't work with that field name either. Any idea about why 
is .flink not working but with ListField?

El lunes, 14 de septiembre de 2015, 15:07:42 (UTC+2), Hegart Dmishiv 
escribió:
>
> On Tuesday, September 15, 2015 at 12:48:37 AM UTC+12, Evolena wrote:
>>
>> You may also need $:/editions/tw5.com/if-macro.js
>>
>
> Thanks, I've added that one now too, but the three examples I mentioned in 
> my previous post, *.flink*, *.keycombo*, and *.toc-tab* are still not 
> displaying at all. 
>

-- 
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/b176cd90-e955-4256-861e-a23c63a4e4de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread Martian
Hi Pmario,
well 
I am playing with D3 plugin examples 
.

my idea was to create a tiddlers with Title and Text = city names and add 
field "size". I tagged these tiddlers with tag "Cities"

then I created a tiddler "*toJSON*" with macro as 
in $:/core/templates/exporters/JsonFile

\define renderContent()
<$text text=<>/>
\end
<>

then tried to use these tiddler "toJSON" as source for D3 macros as 
This is a demo of TiddlyWiki5 incorporating a plugin for the [[D3.js]] 
visualization library.

! Word Cloud

<$d3cloud data="*toJSON*" spiral={{$:/spiral}}/>

but it doesn't work because [[toJSON]] don't have "application/json". 

But then I manually copied [[toJSON]] content to tiddler [[toJSON2]] typed 
with "*application/json*" and put it into data="toJSON2" to $d3cloud - then 
it works ok and showed me Word Cloud.


пятница, 22 апреля 2016 г., 11:07:21 UTC+3 пользователь PMario написал:
>
> Hi Martian,
>
> JSON is specified here: http://www.json.org/ ... So transclusions will 
> never work with a tiddler type: application/json, since this would be 
> against the spec. 
>
> but 
>
> it should be possible to create a wikitext template, that lets you create 
> json tiddlers. similar to the existing TW export function.
>
> can you post simple example, how your JSON creator tiddler looks like?
>
> -mario
>

-- 
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/d404deba-4dc6-46ed-be29-665dbf97934d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Prevent a certain tiddler to be saved

2016-04-22 Thread The Bo
Hi Mat,

thank you! It seems like this will help to create a seperated readonly 
wiki. But I can't figure out how to implement it to solve this issue

Regards,
The Bo

Am Donnerstag, 21. April 2016 16:15:56 UTC+2 schrieb Mat:
>
> Hi Bo. You should check out this reply 
>  
> from Jeremy in an earlier thread. I believe it is exactly what you're 
> looking for.
>
> <:-)
>
>
> On Thursday, April 21, 2016 at 1:06:26 PM UTC+2, The Bo wrote:
>>
>> Hello Community,
>>
>> right now I'm looking for a way to prevent a certain tiddler to be saved. 
>>
>> Cases:
>> 1. Tiddler $:/status/UserName
>> 2. a regular Tiddler (e.g. GettingStarted)
>>
>> My idea was to set _canonical_uri for the $:/status/UserName to a lokal 
>> .tid-file (username.tid) so that the username is transcluded by that file.
>> After that I saved the wiki and it is working as suggested as long as I 
>> save further changes.
>>
>> I allready tried to modify the $:/core/save/all with 
>> -[[$:/status/UserName]] but it seems like the tiddler is deleted after 
>> saving.
>>
>> Is there a way to solve this problem? 
>>
>> Regards,
>> The Bo
>>
>

-- 
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/778cf5c0-88eb-4735-95b0-9dca39a99f02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] poor man's tag cloud

2016-04-22 Thread Sylvain Naudin
Hello Uwe,

Sorry to publish on this old post, did you have found a solution to have a 
cloud tag with bigger pills ? Just try Stephan code but don't work for me.


Cheers
Sylvain

-- 
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/b27b72f6-fca1-46ac-9024-9e8c3e072b8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: updated SideEditor

2016-04-22 Thread Mat
The plugin I use more than any other is my SideEditor. (Ok, ok, yes I use 
the *core* plugin even more, you smartass you.)

However, a major annoyance has been that it covers the sidebar so to access 
the sidebar lists one had to temporarily move or toggle off the SideEditor. 
This update features a hovering solution to flip between the sidebar and 
the SideEditor. Check it out at:

http://sideeditor.tiddlyspot.com

Any improvement comments are warmly welcome but I just spent way too much 
time on fiddling with it so it is not likely I'll change anything right 
away.

<:-)

-- 
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/3532fbae-adb5-43eb-b6f8-0cd1a7b9c0d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread PMario
Hi Martian,

JSON is specified here: http://www.json.org/ ... So transclusions will 
never work with a tiddler type: application/json, since this would be 
against the spec. 

but 

it should be possible to create a wikitext template, that lets you create 
json tiddlers. similar to the existing TW export function.

can you post simple example, how your JSON creator tiddler looks like?

-mario

-- 
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/91a372a5-d141-4df6-8271-e2f4181a5e17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.