Re: [tw] Re: New Tool : MetaTabs > Birthe's/Danielo's Enhancements

2016-08-17 Thread 'Birthe C' via TiddlyWiki
Hi Jan,

You can find my translation tiddler here: 



Birthe

-- 
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/b50821b1-00a4-42bf-b5ec-24818b09344f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a Git filter to disable update the $:/StroyList and $:/temp/search div

2016-08-17 Thread Cook Schelling
Thank you very much, Mario. 

BTW: By Git .gitattributes, it's possible to add a saving filter. You can 
refer to this example(https://github.com/kynan/nbstripout), a git filter 
for IPython notebook.

On Thursday, August 18, 2016 at 4:08:13 AM UTC+8, PMario wrote:
>
> On Wednesday, August 17, 2016 at 4:57:04 PM UTC+2, Cook Schelling wrote:
>>
>> I know what .gitignore is. I don't want to ignore the whole tw file, I 
>> just want ignore some changes that are not caused directly by my edition. I 
>> think a git filter can resolve my question, so I want to know if there is 
>> also some resolution.
>
>
> No. gitignore can only filter on a file basis. ...
>
> Since you are talking about a   that is changed, I think you push the 
> whole tiddlywiki.html file. .. So the only thing that can prevent this is, 
> that you change your "save-filter" in TW itself. The tiddler is 
> $:/core/save/all 
> If you change it like the following code, it won't save eg: $:/StoryList, 
> ... but there are a lot of other temporary tiddlers, that may be created 
> while working with TW. So may need them to the "exclude" list. 
>
> *WARNING! -> !!! Make a backup first !!!  *If you mess up this tiddler 
> you may end up with an *empty or corrupted *tiddlywiki!
>
> \define saveTiddlerFilter()
> [is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] 
> -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] 
> -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] 
> -[[$:/StoryList]] -[prefix[$:/temp/]] -[prefix[$:/state/]] $(publishFilter)$
> \end
> {{$:/core/templates/tiddlywiki5.html}}
>
>
> I did add the following -[[$:/StoryList]] -[prefix[$:/temp/]] 
> -[prefix[$:/state/]]  elements to the above filter. It will prevent the 
> story list and all tiddlers prefixed "$:/temp/" and "$:/state/". .. If you 
> don't want this, just remove them. ... Just to be sure: Did I make clear 
> that *backups *are important? ;)
>
> There is a $(publishFilter)$ variable, which should make things easier,  
> but I don't know how to set it. @Jeremy can you help?
>
> have fun!
> mario
> PS: A wise man said: Backups will prevent you from data loss! ;)
>

-- 
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/1a365e90-13c5-4524-b9d4-c75591de2e1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread Duarte Farrajota Ramos
Are you talking specifically about aesthetics and visual appearance of the 
front page?
Are you looking for pretty graphics or an appealing front page?

Maybe what you need are some images, or perhaps a strong logo or 
infographic for the front page.

I have to admit I am also still a bit in the dark as how all this works and 
how to use it/set it up, so I guess I am one of he persons who would 
benefit from more thorough info.

If you could lay down the specifics that you want, and set up a list of 
requirements or important topics that must be mentioned, then maybe you 
could hold some sort of contest or competition to design some graphics for 
the front page, like the one held a while back for the TiddlyWiki community 
poster.


On Wednesday, 17 August 2016 21:12:27 UTC+1, Mat wrote:
>
> Mark, you know I really appreciate your input - but this particular thread 
> is only about what is needed for a great "front page 
> ".
> The particular issue you bring up is probably a @Jed matter as he is the 
> creator and expert on those particular components.
>
> <:-)
>
>
>

-- 
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/2810bac3-d892-4b95-8cc6-dae1ce18a4c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Visual Tagging using "tiles"

2016-08-17 Thread PMario
On Wednesday, August 17, 2016 at 3:38:09 PM UTC+2, Steven Schneider wrote:
>
> yes, of course. i was thinking 25% not 25px...but 100x100 makes perfect 
> sense. 
>

On HiDPI screens 25% width will still be 860++ px :)

---

I found this post from the inventor of the identicons: 
http://web.archive.org/web/20080703155749/http://www.docuverse.com/blog/donpark/2007/01/19/identicon-updated-and-source-released

Identicons where inspired by this post: 
http://www.levitated.net/daily/lev9block.html

I think those things are really beautiful. I like them much more than the 
github version. 

-

>From the OP

> In a multi-tagged environment, this could be an interesting visual cue.
>

Yes. ... 

I did talk with Mat about a similar idea, at the Oxford "TiddlyWiki 
European Meetup". We talked about something, that I called "a tiddler DNA". 
Similar to your visual example it also works with very big (random) 
numbers, represented as strings. eg: ofSeoYaYpxwlUiuBxCXq8. Those strings 
contain a lot of information. Similar to the parameters of your "tile" 
(which basically can have infinite variations) but compressed into very big 
numbers. 

Every Tiddler (I'd like to name mine: First) would get one of them in a 
field eg: dna: aaaBB ... Similar to "human" DNA the First-dna 
can be mutated over the live-cycle of the tiddler. eg: if a tiddler is 
tagged. 

The tag tiddler (named: due) would have a dna eg: cccDD , 
which would just be added to the tagged First-dna. Like so: dna: 
aaaBB-cccDD

A second tag (named: drei) would be drei-dna: eeeFF. ... 
But since a tiddler dna length is limited to 42 chars (for this example) 
the First-dna would need to be mutated, 

like so: First-dna: aaaBB-FFFeDDDee  .. The 
(tag) part of the dna would randomly get about 25% of the drei-dna. and so 
on. ... 

Tiddler cloning will work like so: Let's clone First and name it clone. clone 
has the same dna as First, but it has a different name. so the "first part" 
of the dna has to be mutated: clone-dna: 
aaaHHaaagaaBBgBBgBBBH-FFFeDDDee 
... If tags are changed the second part would be mutated too. .. and so on 
... There are a lot of other possibilities to mutate the dna ...  

As you can see, those simple rules already cause quite some variation, but 
still contain enough information for a "pattern matching" algorithm, to 
see, where a tiddler came from and how it was manipulated. 

But this dna stuff imo is "boring" for humans, since we can't deal very 
well with those strings or numbers. ... But the mechanism is very similar 
to your original post. So we can use the dna to store parameters, to create 
visual patterns, that are nice to work with for humans. And we can define 
some rules, how to modify them, and see what happens. 

just some thoughts
-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/4363c08b-6dd4-48cc-83a0-89b800e037b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread Jed Carty
The way that the wizard works is different than it was at the start. Now it 
is going to be part of the starter edition but I am not planning on putting 
it in the normal plugin. The version at 
ooktech.com/jed/ExampleWikis/TWederation has the wizard, but 
twederation.tiddlyspot.com never had it.

-- 
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/cb81add4-59ef-4660-962a-16f9c9b3d34f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread Mat
Mark, you know I really appreciate your input - but this particular thread 
is only about what is needed for a great "front page 
".
The particular issue you bring up is probably a @Jed matter as he is the 
creator and expert on those particular components.

<:-)


-- 
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/b5299880-e314-4194-adb9-8cf9d1eba00c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a Git filter to disable update the $:/StroyList and $:/temp/search div

2016-08-17 Thread PMario
On Wednesday, August 17, 2016 at 4:57:04 PM UTC+2, Cook Schelling wrote:
>
> I know what .gitignore is. I don't want to ignore the whole tw file, I 
> just want ignore some changes that are not caused directly by my edition. I 
> think a git filter can resolve my question, so I want to know if there is 
> also some resolution.


No. gitignore can only filter on a file basis. ...

Since you are talking about a   that is changed, I think you push the 
whole tiddlywiki.html file. .. So the only thing that can prevent this is, 
that you change your "save-filter" in TW itself. The tiddler is 
$:/core/save/all 
If you change it like the following code, it won't save eg: $:/StoryList, 
... but there are a lot of other temporary tiddlers, that may be created 
while working with TW. So may need them to the "exclude" list. 

*WARNING! -> !!! Make a backup first !!!  *If you mess up this tiddler you 
may end up with an *empty or corrupted *tiddlywiki!

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


I did add the following -[[$:/StoryList]] -[prefix[$:/temp/]] 
-[prefix[$:/state/]]  elements to the above filter. It will prevent the 
story list and all tiddlers prefixed "$:/temp/" and "$:/state/". .. If you 
don't want this, just remove them. ... Just to be sure: Did I make clear 
that *backups *are important? ;)

There is a $(publishFilter)$ variable, which should make things easier,  
but I don't know how to set it. @Jeremy can you help?

have fun!
mario
PS: A wise man said: Backups will prevent you from data loss! ;)

-- 
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/18955b3f-6cce-4511-8e63-b147d0761f4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Is it possible to write a plugin that integrates with Pinboard's API?

2016-08-17 Thread PMario
Hi Daniel,

If you try to write from a local file based Tiddlywiki to an online API 
you'll have no luck. Browser vendors consider this behaviour insecure and 
block it. 

JSONP .. search for "jsonp security 
"
 
and you probably don't want to use it. 

If you did access the piboard api from a local file it may explain the  CORS 
, errors too. 

Can you describe your setup a bit closer?

-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/8b18a02a-a37d-45ef-90a3-235ff02df28e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread 'Mark S.' via TiddlyWiki
Hi Mat,

The Twederation wizard doesn't appear after deleting " $:/SitetwCard 
" -- even on 
twederation.tiddlyspot.com. It seems better to show the set-up using the 
wizard rather than doing it by hand somehow.

Thanks!
Mark

On Wednesday, August 17, 2016 at 11:23:53 AM UTC-7, Mat wrote:
>
> On Wednesday, August 17, 2016 at 6:58:52 PM UTC+2, Mark S. wrote:
>>
>> I was thinking about the video idea, and going through some of the steps, 
>> starting from the assumption that a person will want to add plugins to 
>> their existing TW. It appears to me that the wizard is still missing from 
>> the latest plugins? I would have posted on twederation, but wasn't sure 
>> anyone saw my last post (yesterday). I can think of work-arounds for the 
>> missing wizard, but just wanted to know if it was for real or if I was 
>> doing something wrong. 
>>
>
>
> (Mark -who is one of the people who has participated with valuable input - 
> refers to a "setup wizard" that already exists. )
>
> Good idea; instructions, whatever the format, both for how to "twederate" 
> your existing TW as well as set up a brand new one. The current wizard only 
> sets up a brand new one. 
>
> I know there will be a big refactoring of the plugins at some point and 
> I'd guess this involves the wizard too.
>
> <:-)
>

-- 
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/bf71810f-9e59-4d99-8b16-07aa4e05dfc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread Mat
On Wednesday, August 17, 2016 at 6:58:52 PM UTC+2, Mark S. wrote:
>
> I was thinking about the video idea, and going through some of the steps, 
> starting from the assumption that a person will want to add plugins to 
> their existing TW. It appears to me that the wizard is still missing from 
> the latest plugins? I would have posted on twederation, but wasn't sure 
> anyone saw my last post (yesterday). I can think of work-arounds for the 
> missing wizard, but just wanted to know if it was for real or if I was 
> doing something wrong. 
>


(Mark -who is one of the people who has participated with valuable input - 
refers to a "setup wizard" that already exists. )

Good idea; instructions, whatever the format, both for how to "twederate" 
your existing TW as well as set up a brand new one. The current wizard only 
sets up a brand new one. 

I know there will be a big refactoring of the plugins at some point and I'd 
guess this involves the wizard too.

<:-)

-- 
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/933f0b70-4fb6-4e14-bbc7-169811904d4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread 'Mark S.' via TiddlyWiki
I was thinking about the video idea, and going through some of the steps, 
starting from the assumption that a person will want to add plugins to 
their existing TW. It appears to me that the wizard is still missing from 
the latest plugins? I would have posted on twederation, but wasn't sure 
anyone saw my last post (yesterday). I can think of work-arounds for the 
missing wizard, but just wanted to know if it was for real or if I was 
doing something wrong. 

Thanks!
Mark

On Wednesday, August 17, 2016 at 9:15:35 AM UTC-7, Mat wrote:
>
> Josiah, thanks for input.
>  
>
>> 1 - A step-by-step VIDEO showing someone (1) setting it up (2) doing a 
>> few of the different types of message and (3) and showing some responses to 
>> those messages. A sort of "Day In The Life Of Twederation"
>>
>
>
> I had not considered a video for this but it's a very good idea. When 
> things are actually ready enough to record (so it won't have to be remade 
> right away) I'll see what I can do about it.
>
>  
>
>> 2 - A few screen shots or illustrations of what it LOOKS like.
>>
>
> Ok. The most difficult bit in that idea is to identiify what has a "look" 
> at all :-) I can only think of the discussion forum which looks very much 
> like exactly that, and a twCard which currently is just a tiddler with some 
> fields. But I'm sure there will be more as things progress. I get your 
> point though; make things concrete and more graspable.
>
> Again, thanks for input.
>
> <:-)
>

-- 
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/f87f4335-0c29-4136-aa5f-3e42b00c450e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Help Me Get Past A Nearly Insurmountable Startup Hurdle on TW5 (experienced TWC user)

2016-08-17 Thread Arlen Beiler
Hi Steve, glad to be of help.

The way TiddlySpace, TiddlyWeb, and the NodeJS server work is that all of
them serve a copy of your tiddlywiki to the browser and then as you make
changes each tiddler is saved individually back to the server, changes from
the server also end up on the TiddlyWiki in your browser, thus we say they
are kept in sync with each other. This is what we call "syncing".

TiddlySpace and TiddlyWeb were built for TiddlyWiki classic and I have not
used them much for TW5. The NodeJS version, however, is just a copy of the
TW5 files on GitHub and is used to compile standalone TiddlyWikis from
scratch via the command line. Another set of arguments starts the
webserver, using the same NodeJS files. So it is definitely built for TW5.
:)

TiddlySpot and TW5-in-the-sky-on-Dropbox (TWitS5-Dropbox) do it a little
bit different. Every time you save, it compiles and uploads the entire
TiddlyWiki to the cloud, not just the tiddler that got changed. The file
saver mechanisms used for TiddlyDesktop, TiddlyFox, and TiddlyChrome do the
same thing, but because they are saving to the hard drive, you don't notice
it.

The server version is also fast, and should be even on the internet,
although I have not tried it. I have considered making TWitS5 support
syncing tiddlers, which would make it faster.

I'm not familiar with saving to GitHub, but I think it would save the
entire file.

There should be instructions tiddlywiki.com for using the server version,
but feel free to ask if you have any questions.

-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/CAJ1vdSQ-UUf3V8v2yetrfEzmiaSQOi7fznooQsavVNTgY%3DOr0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread Mat
Josiah, thanks for input.
 

> 1 - A step-by-step VIDEO showing someone (1) setting it up (2) doing a few 
> of the different types of message and (3) and showing some responses to 
> those messages. A sort of "Day In The Life Of Twederation"
>


I had not considered a video for this but it's a very good idea. When 
things are actually ready enough to record (so it won't have to be remade 
right away) I'll see what I can do about it.

 

> 2 - A few screen shots or illustrations of what it LOOKS like.
>

Ok. The most difficult bit in that idea is to identiify what has a "look" 
at all :-) I can only think of the discussion forum which looks very much 
like exactly that, and a twCard which currently is just a tiddler with some 
fields. But I'm sure there will be more as things progress. I get your 
point though; make things concrete and more graspable.

Again, thanks for input.

<:-)

-- 
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/3b319aa4-4f3b-4331-a1d2-f847e11e7f81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5][Noob]Adding next 10 tiddlers in the list to storylist

2016-08-17 Thread Rizwan Ishak
 Thank you so much guys. Mischief Managed. 
 I didnt know about makelist. It worked, so was sticking with it. Thank you 
for pointing me to a better direction. 

-- 
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/454fe33f-2ccc-45c1-a956-958ff58a6f8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ⁂ Need pretty face for TWederation

2016-08-17 Thread Josiah
Ciao Mat

I'm interested in it. At the same (as I'm sure you know) I have trouble 
grasping specifics.

A few things that might help people like me are ...

1 - A step-by-step VIDEO showing someone (a) setting it up (2) doing a few 
of the different types of message and (3) and showing some responses to 
those messages. A sort of "Day In The Life Of Twederation"

2 - A few screen shots or illustrations of what it LOOKS like.

>From reading the draft I can see, in good TW tradition, some of the driving 
ideas & actual functions are very different from stuff I normally 
encounter. All to the good. But its a bit of hurdle for me to "twig" it 
properly yet.

Best wishes
Josiah

On Wednesday, 17 August 2016 16:49:58 UTC+2, Mat wrote:
>
> *TWederation and TiddlyWiki 
> networks... Oh-that's-not-my-concern-I'm-just-a-regular-TW-user"*
>
> If YOU are thinking along those lines, then I'm *particularly *talking to 
> you here! I will request your help about *how* to best present 
> explanations for exactly those things, for you:
>
> ...
>
> The shaping of the TWederation and "TiddlyWiki networks" is choppily 
> progressing. It works(!) and there is even a real *Discussions *application 
> in use - and there is a certain JEDi master to thank for it, along with 
> input from a few of us mortals. It's not quite official yet so I won't link 
> to it here though.
>
> Now, we need a "front face" for the world (i.e for you!) 
> that presents/explains what (the heck) TWederation *is *and *why *and 
> *how* etc - !?
>
> So I've made a draft here , for an *entry 
> point* to everything concerning TWederation, but I ask YOU; What needs to 
> be covered in such an entry point? What is needed to make it the obvious 
> GO-TO site when someone is curious about "connecting wikis"?
>
> The concern at this stage is more about main ideas, structure and general 
> topics rather than specific details.
>
> Note that the *actual* TWederation site needs some more work first.before 
> it is officially announced and then hopefully with the pretty front 
> face on it.
>
> <:-)
>

-- 
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/7ccce63b-a504-43c2-9726-0a117171af7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Is it possible to write a plugin that integrates with Pinboard's API?

2016-08-17 Thread Daniel Metcalfe
I use both Pinboard & TiddlyWiki as places to store knowledge. Pinboard is 
a bookmarking service that stores URLs with optional associated plain text 
notes.

I've decided to write a plugin that will read the tags of my tiddlers and 
call the Pinboard API to enrich my tiddlers with links and text from 
bookmarks that have the same tags. My web development knowledge is not that 
good and I've quickly run into problems. Here's what I've tried so far:


   - *Using Single-file TiddlyWiki*
  - Javascript Macro
 - Call API using XMLHttpRequest().
- CORS error. Pinboard does not return 
Access-Control-Allow-Origin headers.
 - Retrieve Pinboard feed using JSONP.
- Script tag is disabled in TiddlyWiki so cannot use JSONP.
 - *Using Node Server TiddlyWiki*
  - Javascript Macro
 - Call API using XMLHttpRequest().
- XMLHttpRequest() is not defined error. Provided by browser.
 

At this point I decided I did not know enough and should seek advice. I 
could probably just modify some JS in the TiddlyWiki core to intervene as 
the Tiddler is loaded but then the functionality will not be easily 
reusable. I could perhaps write a Chrome plugin that can bypass CORs 
restrictions but that limits reusability too.

I'd really appreciate any pointers or advice, is there a way to do it using 
TiddlyWiki's plugin mechanism?

-- 
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/69e761bf-4758-4b8b-ae20-0bb910beaf32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a Git filter to disable update the $:/StroyList and $:/temp/search div

2016-08-17 Thread Cook Schelling
I know what .gitignore is. I don't want to ignore the whole tw file, I just 
want ignore some changes that are not caused directly by my edition. I think a 
git filter can resolve my question, so I want to know if there is also some 
resolution.

-- 
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/4dca736c-5d1b-448f-aef2-44cad17fafc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] ⁂ Need pretty face for TWederation

2016-08-17 Thread Mat
*TWederation and TiddlyWiki 
networks... Oh-that's-not-my-concern-I'm-just-a-regular-TW-user"*

If YOU are thinking along those lines, then I'm *particularly *talking to 
you here! I will request your help about *how* to best present explanations 
for exactly those things, for you:

...

The shaping of the TWederation and "TiddlyWiki networks" is choppily 
progressing. It works(!) and there is even a real *Discussions *application 
in use - and there is a certain JEDi master to thank for it, along with 
input from a few of us mortals. It's not quite official yet so I won't link 
to it here though.

Now, we need a "front face" for the world (i.e for you!) 
that presents/explains what (the heck) TWederation *is *and *why *and *how* etc 
- !?

So I've made a draft here , for an *entry 
point* to everything concerning TWederation, but I ask YOU; What needs to 
be covered in such an entry point? What is needed to make it the obvious 
GO-TO site when someone is curious about "connecting wikis"?

The concern at this stage is more about main ideas, structure and general 
topics rather than specific details.

Note that the *actual* TWederation site needs some more work first.before 
it is officially announced and then hopefully with the pretty front 
face on it.

<:-)

-- 
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/45312685-364e-4b64-b72d-96da0d1b87f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Visual Tagging using "tiles"

2016-08-17 Thread Steven Schneider


On Tuesday, August 16, 2016 at 5:21:15 PM UTC-4, PMario wrote:
>
> On Tuesday, August 16, 2016 at 6:11:53 PM UTC+2, stevesuny wrote:
>>
>>
>> Of course, I'm hoping to embed the function in tiddlywiki so I could use 
>> a macro <> y=104.28485949713784 r=64 g=178 b=242 ri=1.6731564374861718 
>> gi=5.41945679039433 bi=17.160426734134074 width=25 height=25>> to generate 
>> a 25x25 image that looks like this 
>> 
>>
>
> IMO an image with 25 x 25 pixel won't be very useful. It's too small to 
> see much. I did add 2 examples the first one is about 25x25 the second one 
> 100x100. I used your links to create them. 
>

yes, of course. i was thinking 25% not 25px...but 100x100 makes perfect 
sense. 

>
> Your example uses a canvas element, which is nice if you want to create 
> bitmap images. 
> IMO for TW it would be easier to dynamically create SVGs as used for the 
> icons. ... Like shown in http://tiddlywiki.com/#Using%20SVG 
> 
>

yes, that might work too! i  look into it...

>
>
> 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/315d0450-e9a7-41ab-a300-dfa3a04929b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I require a plugin on my local filesystem?

2016-08-17 Thread Danielo Rodríguez
Thak you very much Pmario! Exactly what I was looking for.
I suppose that I can use this like any other normal ENV variable. EJ, 
setting it before calling the tiddlywiki command.

Regards.

-- 
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/f0e659c9-6111-4e1a-b30a-72798cd3368e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I require a plugin on my local filesystem?

2016-08-17 Thread PMario
see: http://tiddlywiki.com/#Environment%20Variables%20on%20Node.js

You can create a directory structure like this eg: 

git/myPlugins/danielo/plugin1
git/myPlugins/danielo/plugin2

if you set the environment variable TIDDLYWIKI_PLUGIN_PATH="git/myPlugins/", 
you can use. The TIDDLYWIKI_PLUGIN_PATH variable can handle several paths. 
So if you want to use plugins from someone else you can add them too. 
Depending on your OS the paths may look different! TW can handle them with 
MacOS, Windows and Linux


"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"danielo/plugin1",

"danielo/plugin2",

],



and tiddlywiki command will find it. 

-m

-- 
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/3ae060b3-e496-4a59-85fa-ea82a79ec576%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] New Version: MetaTabs (...and a request for help on the footnotefilter)

2016-08-17 Thread Jan

Hello,
I published a new Version of MetaTabs for managing metainformation like 
references/footnotes, tasks, presentations, ideas, and notes related to 
tiddlers.


It now is independent of the appear-plugin and has a language Tiddler 
which makes it easier to make a version in your language.


I still need some help to implement a function which should display 
footnotes which are in the wikitext which I saw at 
http://tiddlystuff.tiddlyspot.com/#Idea%20for%20a%20footnote%20filter. 
Gurus willing to helb press the recent-issues-button on the my welcome 
Tiddler at http://slidesnstories.tiddlyspot.com/


MetaTabs can be tested and downloaded on 
http://slidesnstories.tiddlyspot.com/.


For those who did not read the first thead:
Metais inspired byMagicTabs 
and Tiddlyscholar by 
Alberto Molina Pérez, which is a very elaborated tool for researchers 
which shows a row of useful Metalinks at the bottom of each Tiddler.
I wanted to change the behaviour to make it show buttons only if the 
links exist.

The result is a lightweigt-alternative which just consists of

 * a view-template,
 * a button to activate it,
 * some templates to add different types of information. (Idea, Note,
   Task, Index-item, reference)

Cheers and Thanks
Jan



--
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/57B43BAD.6010707%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Can I require a plugin on my local filesystem?

2016-08-17 Thread Danielo Rodríguez
I know this is a question so technical that it could fit into the 
developers group, but I think it could be of general interest.

Currently, on the node version you include the plugins that you want to use 
on the tiddliwiki.info file. This is very convenient, but I want to know if 
this could be a bit more flexible than just requiring official plugins.

What I want to do is to reference one or more of the plugins that I'm 
developing, so I can create an edition separately from the development of 
the plugin. So, ideally I could import a plugin in a fashion like:

"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"../../myPluginDirectory"
],


Regards

-- 
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/1d329372-bdc8-457a-992e-0815c627f6b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Want to add a tag to multiple tiddlers -- how?

2016-08-17 Thread Jed Carty
It may be a bit of overkill for what you are doing, but you could check out 
the tiddler tool thing I made a while back 
http://ooktech.com/jed/ExampleWikis/TiddlerTools/

-- 
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/8086a223-3e0b-4c12-b2a2-1eafbe24e685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a Git filter to disable update the $:/StroyList and $:/temp/search div

2016-08-17 Thread Danielo Rodríguez
Just ignore the tiddlers you don't want to track by including them in a file 
called .gitignore

-- 
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/7d817116-77b0-4179-b50d-f549c49b6ce8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a Git filter to disable update the $:/StroyList and $:/temp/search div

2016-08-17 Thread Cook Schelling
I don't want to ignore the tw file, I just want to filter out some 
tiddler's change.

On Friday, August 12, 2016 at 8:26:03 PM UTC+8, Matthew Lauber wrote:
>
> Take a look at this:  https://help.github.com/articles/ignoring-files/
>
> Basically, you can create a file titled .gitignore, and put the path of 
> the files you want to ignore in it, and they will be ignored.  Be aware 
> that if you've already committed those files once they won't be ignored 
> going forwards unless you git rm them.
>
> Matt
>
> On Friday, August 12, 2016 at 6:12:41 AM UTC-4, Cook Schelling wrote:
>>
>> I use Git to manage my TiddlyWiki files' versions. But after each use of 
>> TW, div like $:/StoryList, $:/temp/search will be updated. I don't want 
>> commit these changes to Git. Is there a Git filter to help me discard these 
>> changes?
>>
>> 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/8486c948-c6f5-4453-a475-545fd5e96ba8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a Git filter to disable update the $:/StroyList and $:/temp/search div

2016-08-17 Thread Cook Schelling
I mean individual tid tiddlers.

On Saturday, August 13, 2016 at 5:08:26 PM UTC+8, Danielo Rodríguez wrote:
>
> do you mean individual tid tiddlers or entire html files? 

-- 
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/00cfdbc7-77a1-4e0e-8f38-d7a70280c4fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.