[tw] [TW5] Reveal edit button template on dirty wiki

2016-05-13 Thread infurnoape


I'm trying to create an edit button template that doesn't reveal unless the 
wiki is dirty. Any suggestions?

Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5

-- 
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/2jod0282t7fhkpf7ocadt760.1463187074712%40email.android.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Numeric position info in $list widget and other filters (working implementation)

2016-05-13 Thread Evan Balster
Yeah, after reading through the list widget's code -- particularly the
refresh routine, whose performance would be negatively impacted -- I had an
inkling that it might make more sense to make a new widget (EG.
$numbered-list) rather than customize the existing one.  I may investigate
that later.

– Evan

On Fri, May 13, 2016 at 2:45 PM, Jed Carty  wrote:

> The list widget is very important to tiddlywiki so any modifications need
> to be done very carefully. In the past Tobias tried adding an index
> variable to the widget but it  didn't play well with some other parts so it
> had to be removed. I think that your workaround may be a good alternative.
>
> For many use cases you can get away with just using the before and after
> operators which is one reason this hasn't gotten more work.
>
> And since you mentioned svg, I am working on making a plugin for snap.svg,
> my work is here http://ooktech.com/jed/ExampleWikis/SnapSVG/
>
> --
> 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/13_TTJqEEiw/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/21d9ac05-34b2-4877-98d1-214396d7de4b%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/CAEKipHn78E4uo%2BCSqmtB-agkYcA1KLR8%2BVGSOuiB%2Bg%3D9tQwKVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: RoF vs ROF

2016-05-13 Thread Ákos Szederjei
Should the syntax for tiddlyLink not look like:

[[RoF]]

?

But you are right, the tilde (~) removes the link.

Ákos

On 5/13/2016 8:54 PM, 'c pa' via TiddlyWiki wrote:
> I think you are looking at the difference between a TiddlyLink to a
> non-existing tiddler vs. straight text
> 
> ROF does not create a link to the corresponding text because it doesn't
> contain a mixture of upper and lower case letters
> 
> RoF creates a tiddlyLink. If there is no tiddler named RoF then it
> displays in italics (= doesn't exist)

-- 
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/497fb4de-a960-aa41-8a52-96b5930d24e5%40szederjei.eu.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TW5: How to use CreateTiddlersFromCSV - Thanks!!!

2016-05-13 Thread Jan

Hi Mark,
How, did you guess my needs.
This is great, thanks a lot
Jan


Am 13.05.2016 um 06:40 schrieb 'Mark S.' via TiddlyWiki:

Here's another version to try.

This version will ENABLE you to include tags with spaces (which I 
wouldn't advise personally...) Separate the tags with commas, but no 
spaces or quotes-within-quotes. Like:


title,tags,text,birth,death
"John Smith","English male,Therapist","Explorer, Artist","1900","1981"

In this version, definitely ALL fields (except header) must use double 
quotes. Failure to do so will result in truncated data. Probably need 
a more fail-safe approach. Later.


Only the field labeled "tags" will get this special treatment. In all 
other fields, commas will just be part of the field text.


If you want tags with commas in them ... ask someone else ;-)

Mark



On Thursday, May 12, 2016 at 7:45:28 PM UTC-7, LG wrote:

Looks my project is putting up quite the fight! That bit didn't
help it either. :-)

title,tags,text,birth,death
"John Smith","English male","Explorer, Artist","1900","1981"


The final tiddler output:

Title: "John Smith"
Tags: "English, male"  <--- notice that the comma separates two
tags. Each kept one part of the quotes
Text: "Explorer
birth: Artist"
death: "1900


I hope you don't mind me sending you feedback on what I see.

Best,

LG

On Thu, May 12, 2016 at 6:50 PM, 'Mark S.' via TiddlyWiki
 wrote:


Ok, here's a slightly different version. Now it's really
important that all the data lines have their fields enclosed
with quotes. So your first two lines would look something like:

name,category,relationship,DOB,DOD
"Frank Hudson","English male","husband of Sarah Owens, father
of Nancy","1802","1860"

HTH
Mark

On Thursday, May 12, 2016 at 3:39:34 PM UTC-7, LG wrote:

Here's a sample line:

Frank Hudson,English male,"husband of Sarah Owens, father
of Nancy",1802,1860

On Thu, May 12, 2016 at 12:01 AM, 'Mark S.' via TiddlyWiki
 wrote:

Are all your fields surrounded in quotes? I forgot to
mention that in my rush. Each data field should be
surrounded with quotes and separated with commas with
no space between. If that doesn't work, then some more
hacking might be in order.

Mark

On Wednesday, May 11, 2016 at 8:48:37 PM UTC-7, LG wrote:

Btw, do you have any tips on how to keep the text
field from splitting? I was looking at TiddlyTools
which said to write text which has a comma in it
like so: "Here is some text, here is more." When I
toss that in using your code, I get:

"Here is some text<--- body
here is more   <--- custom field

I then tried writing it as ""Here is some text,
here is more."" just to see if that produced a
different response. Nope.

Best,

LG

On Monday, May 9, 2016 at 10:03:05 PM UTC-4, LG
wrote:

Hello, Mark!

I can confirm that this works. The first
attempt failed. But I realized the issue was
that I forgot to reload after importing then
saving. Then it worked smoothly.

I'm going to stress test it a bit more to see
what else I can do.

Thank you!

LG

On Monday, May 9, 2016 at 12:10:48 AM UTC-4,
Mark S. wrote:

Here's a brand new, experimental tool to
help you import CSV data. BE SURE TO
BACKUP YOUR TW FILE BEFORE TRYING THIS!!

Unfortunately it is not a 100% automatic.
That's why I refer to it as a helper.
Someone who knows the innards of TW5 could
probably fix up the code so that it does
everything at once.

Drag and drop the attached json file into
your TW. Save and reload your TW.

Follow the instructions in "How to use the
CSV to TW/JSON helper". Basically you
create a tiddler with your CSV data. The
first row of the CSV data must have your
field headers, and the field "title" is

[tw] Re: PLUGIN OF PLUGINS -- For Managing Multiple Tiddlywiki? Possible?

2016-05-13 Thread Mat
On Friday, May 13, 2016 at 9:11:08 PM UTC+2, Mark S. wrote:
>
> I haven't tried this, but it should work. [...]
>

Also untried but couldn't one just do it right away with the specific 
plugins rather than having to first manually tag them (which splits them). 
Plugins are basically big tiddler, no? And I'd say they can be rather 
easily found in Tinka by filtering on [plugin-type[plugin]] etc.

...or better yet; TiddlerBundles 
 - have also not tried 
to bundle up plugins but, again, I think they're just big tiddlers

<:-)

-- 
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/b4fb5fe9-ad18-4fba-af42-5dd5fb11e980%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to enable wikilinks in codeblocks?

2016-05-13 Thread Mat
@Ruslan

...decided to write custom parser: 
> https://gist.github.com/ul/bdd6c6d6715b8ed36348304c973a91af
>

This is terrific!!! As someone who is currently taking his first steps in 
formal coding, being able to link e.g to keywords etc in the middle of code 
snips is VERY valuable. Thank you so much!!!

...and this should be a useful addition to it: @TobiasBeer's Preview 
 widget! 

<:-)

-- 
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/248570ba-93b4-4ff6-8395-37c0c4224086%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Numeric position info in $list widget and other filters (working implementation)

2016-05-13 Thread Jed Carty
The list widget is very important to tiddlywiki so any modifications need to be 
done very carefully. In the past Tobias tried adding an index variable to the 
widget but it  didn't play well with some other parts so it had to be removed. 
I think that your workaround may be a good alternative.

For many use cases you can get away with just using the before and after 
operators which is one reason this hasn't gotten more work.

And since you mentioned svg, I am working on making a plugin for snap.svg, my 
work is here http://ooktech.com/jed/ExampleWikis/SnapSVG/

-- 
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/21d9ac05-34b2-4877-98d1-214396d7de4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: PLUGIN OF PLUGINS -- For Managing Multiple Tiddlywiki? Possible?

2016-05-13 Thread 'Mark S.' via TiddlyWiki
I haven't tried this, but it should work. Open up your plugins, and give 
each of the internal tiddlers a common tag. This will override them as 
shadow tiddlers.

Then repack them using the tinka plugin, using the new tag as the gathering 
identifier. Tinka is available here:

http://twguides.org/wiki/tinka.html

Now everything you want will be in one giant plugin which you can drag and 
drop and later delete.

Mark

On Wednesday, May 11, 2016 at 10:37:29 AM UTC-7, prog...@assays.tv wrote:
>
> I do hold back slightly, but on this I kinda think its a thought, maybe 
> others have thunk?
>
> That the best plugins one combines into ONE plugin to EASILY transport TW 
> to TW.
>
> HOW can one do  that? 
>
>
>
> *Is there an ethic for it?*AND A METHOD?
>
> Josiah
>
>
>

-- 
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/233c0258-b9f3-4ffc-ad21-f5cc88b9684a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [NOOB] Transclusion, Templates, Filters and Tags vs Fields

2016-05-13 Thread progetti
*One of the things in TW is how it looks easy, but isn't so always. its 
very power and flexibility can leave one in a desert of uncertainty. That 
is my experience of it.*

On Friday, 13 May 2016 20:57:54 UTC+2, wolfsong wrote:
>
> Mark
>
> This fixed it but after testing it again I really need to dig into this 
> solution and make it work for me. The way I'm doing it creates the tabs but 
> not the actual tiddlers and I may have a case where one of the subsections 
> won't be required. This still helps though because now I know how to make 
> what I was thinking work and I'm getting closer to what I need.
>
> Thanks
> Cristov
>
> On Thursday, May 12, 2016 at 5:39:12 PM UTC-5, Mark S. wrote:
>>
>> I think you want a macro like this:
>>
>> \define monitoringtabs()
>> <> [[$(currentTiddler)$_Devices]] [[$(currentTiddler)$_Frequency]] 
>> [[$(currentTiddler)$_Script Name]] [[$(currentTiddler)$_Monitoring 
>> Criteria]] [[$(currentTiddler)$_Alert Trigger Criteria]] 
>> [[$(currentTiddler)$_Immediate Reaction Steps]]" class:"tc-vertical">>
>> \end
>>
>> put that in a tiddler with the tag $:/tags/Macro so that it is globally 
>> available.
>> and then invoke it like this in each of your "parent" tiddlers:
>>
>> <>
>>
>>
>> As Mat mentions, the tabs macro will use the caption field for the tab 
>> name, so set up each of your child tiddlers with a caption name that 
>> reflects the intended suffix.
>>
>> HTH
>> Mark
>>
>>
>>
>> On Thursday, May 12, 2016 at 1:27:18 PM UTC-7, wolfsong wrote:
>>>
>>> After looking through the forum a bit I think I need something that's a 
>>> close to this 
>>> 
>>>  where 
>>> I have a template for a tabbed document that separates each section into 
>>> it's own tiddler. I'm just not certain how to pass the name of to the 
>>> sections and do this as a template. I have a macro that sorta works in that 
>>> it creates the tabs when called
>>>
>>> \define monitoringtabs(<>)
>>> <>> Name]] [[Monitoring Criteria]] [[Alert Trigger Criteria]] [[Immediate 
>>> Reaction Steps]]" class:"tc-vertical">>
>>> \end
>>>
>>> What I'd like the template to actually do is call the macro and create 
>>> the tabs but with the naming convention of Parent Title: Description, 
>>> Parent Title: Frequency, etc. but only show the suffix for each of the 
>>> tabs. Is that possible?
>>>
>>

-- 
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/c6452e10-bbd0-4e02-a059-260a6073b316%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [NOOB] Transclusion, Templates, Filters and Tags vs Fields

2016-05-13 Thread wolfsong
Mark

This fixed it but after testing it again I really need to dig into this 
solution and make it work for me. The way I'm doing it creates the tabs but 
not the actual tiddlers and I may have a case where one of the subsections 
won't be required. This still helps though because now I know how to make 
what I was thinking work and I'm getting closer to what I need.

Thanks
Cristov

On Thursday, May 12, 2016 at 5:39:12 PM UTC-5, Mark S. wrote:
>
> I think you want a macro like this:
>
> \define monitoringtabs()
> < [[$(currentTiddler)$_Devices]] [[$(currentTiddler)$_Frequency]] 
> [[$(currentTiddler)$_Script Name]] [[$(currentTiddler)$_Monitoring 
> Criteria]] [[$(currentTiddler)$_Alert Trigger Criteria]] 
> [[$(currentTiddler)$_Immediate Reaction Steps]]" class:"tc-vertical">>
> \end
>
> put that in a tiddler with the tag $:/tags/Macro so that it is globally 
> available.
> and then invoke it like this in each of your "parent" tiddlers:
>
> <>
>
>
> As Mat mentions, the tabs macro will use the caption field for the tab 
> name, so set up each of your child tiddlers with a caption name that 
> reflects the intended suffix.
>
> HTH
> Mark
>
>
>
> On Thursday, May 12, 2016 at 1:27:18 PM UTC-7, wolfsong wrote:
>>
>> After looking through the forum a bit I think I need something that's a 
>> close to this 
>> 
>>  where 
>> I have a template for a tabbed document that separates each section into 
>> it's own tiddler. I'm just not certain how to pass the name of to the 
>> sections and do this as a template. I have a macro that sorta works in that 
>> it creates the tabs when called
>>
>> \define monitoringtabs(<>)
>> <> Name]] [[Monitoring Criteria]] [[Alert Trigger Criteria]] [[Immediate 
>> Reaction Steps]]" class:"tc-vertical">>
>> \end
>>
>> What I'd like the template to actually do is call the macro and create 
>> the tabs but with the naming convention of Parent Title: Description, 
>> Parent Title: Frequency, etc. but only show the suffix for each of the 
>> tabs. Is that possible?
>>
>

-- 
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/fc5f888a-ca29-4a84-80a9-78c349526dd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: RoF vs ROF

2016-05-13 Thread 'c pa' via TiddlyWiki
I think you are looking at the difference between a TiddlyLink to a 
non-existing tiddler vs. straight text

ROF does not create a link to the corresponding text because it doesn't 
contain a mixture of upper and lower case letters

RoF creates a tiddlyLink. If there is no tiddler named RoF then it displays 
in italics (= doesn't exist)

-- 
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/f6ab32f3-cf1a-4491-a7af-a7cb4573122d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Check out my new here buttons, thumbnail galleries and alternative tag editor for TW5

2016-05-13 Thread progetti

Galleries are something that interest me. Whether TW  can do them well? i 
think it can. But it maybe needs a little help from JavaScript friends.

Just for info i don't see why a "wall" could not be done. Part of what you 
doing looks like that. You might find this useful .

http://vnjs.net/www/project/freewall/



On Friday, 13 May 2016 19:18:28 UTC+2, Jed Carty wrote:
>
> I have the start of a photo gallery plug-in as part of the pet diary here 
> http://ooktech.com/jed/ExampleWikis/PetDiary/
>
> It is still under development so if you have any suggestions or requests 
> let me know. 
>
> Three isn't really documentation yet but the setup gifler is here 
> http://ooktech.com/jed/ExampleWikis/PetDiary/#%24%3A%2Fplugins%2Finmysocks%2FPhoto%20Gallery%2FEdit%20Photo%20Gallery
>
>

-- 
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/45c01b63-5148-4d42-a22a-973a6ef51722%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Check out my new here buttons, thumbnail galleries and alternative tag editor for TW5

2016-05-13 Thread Jed Carty
I have the start of a photo gallery plug-in as part of the pet diary here 
http://ooktech.com/jed/ExampleWikis/PetDiary/

It is still under development so if you have any suggestions or requests let me 
know. 

Three isn't really documentation yet but the setup gifler is here 
http://ooktech.com/jed/ExampleWikis/PetDiary/#%24%3A%2Fplugins%2Finmysocks%2FPhoto%20Gallery%2FEdit%20Photo%20Gallery

-- 
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/ca621fba-ddc0-4cf9-86ef-464e2a4aabda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TO Eric Shulman

2016-05-13 Thread progetti
Mr Shulman

I am trying to  contact you via email on your site. The email form does not 
accept "@". Either in Firefox or Explorer. its a little bit hard to contact 
you :-).

Josiah

-- 
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/8f16ab8f-a991-4165-8a59-9317ca863dbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] RoF vs ROF

2016-05-13 Thread Ákos Szederjei
Another mystery for me Ladies and Gentlemen!

Why is abbreviation RoF (captial R, small o, capital F) in italics, and
ROF (all letters in capital) not?

The same goes for the more naughty version of XxX and XXX. :)

Ákos

-- 
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/bd0ce534-7499-1aec-233a-02993466036c%40szederjei.eu.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Making linear documents / compiling a report for export. Best practice

2016-05-13 Thread Jed Carty
The quick answer is that it is possible and that you want to use templates 
here. You make a tiddler called StaticsTemplate that has something like this in 
the text field:

!!{{!!title}} 

{{!!text}}

Then change you Statics tiddler to this:

<$list filter='[tag[Statics]]' template=StaticsTiddler>



Then you can change the StaticsTiddler to include whatever else you want in 
your sections. 

-- 
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/0c8d54ef-3b03-4fd5-b2d1-532df0cb5ea7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: PLUGIN OF PLUGINS -- For Managing Multiple Tiddlywiki? Possible?

2016-05-13 Thread progetti
Greg.

Yes. It would make life easier. Thanks  for the tip. I will try that, also 
saved as a list via Tobias Beers excellent saveable "Stories" so I don't 
have to find them again.

Basically I use MANY Plugins that I add to an new TW, mainly for preparing 
data, and then delete them when that phase is over. It would be easier to 
be able to wrap them as one group.

Best wishes
Josiah



On Thursday, 12 May 2016 19:28:28 UTC+2, Greg Davis wrote:
>
> If I understand correctly, you have several plugins that you would like to 
> have included each time you start a new TiddlyWiki. I had a similar 
> question which applies to plugins as well. [TW5] use JSON as alternative 
> to plugin 
>  I 
> tagged the tiddlers I wanted to include and using Advanced Search saved 
> them all as a JSON that could be imported to a new TW. This also has worked 
> with my favorite plugins. Tag the plugins you want, with a unique tag, and 
> then using Advanced Search save them as a JSON. You could also create 
> different groups of favorite plugins by using tags and saving appropriate 
> JSONs.
>
> Of course this wold not take care of updating for new versions but once a 
> new version is installed just save as JSON again and ready to go.
>
> See Example tiddlers at: Custom Left Menu 
> 
>
> Hope that helps,
> Greg
>
> On Wednesday, May 11, 2016 at 4:52:17 PM UTC-5, prog...@assays.tv wrote:
>>
>> i really like we share the same headache.
>>
>> On Wednesday, 11 May 2016 22:33:30 UTC+2, Tobias Beer wrote:
>>>
>>> No solution, just a +1.
>>>
>>

-- 
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/2fba693f-da0d-48b0-919a-532ab2f2f945%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TEXtAREA is totally open to external editors. NEVER forge4t that.

2016-05-13 Thread progetti
Alex I totally agree.

To leverage off what is there, either through Textarea aware browser 
plugins, or as TW plugins that interface with external apps, makes much 
sense to me. 

TW is one file and pushing it to be a TOO featured swiss-army-knife that 
other apps do better makes no sense to me. The point is that "textarea" in 
TW is A PORTAL through which you get stuff in that it can then do its magic 
on. Something like that.

Personally I use the Firefox plug "Its All Text" to fire-up the Windows 
program EditPadPro as that has syntax highlighting and ability to devise 
new coloring schemes. Many editors do,

Chrome is as bit more restrictive on getting access to the Textarea as 
their security requirements work a different way than Firefox.

Best wishes
Josiah

On Thursday, 12 May 2016 21:18:23 UTC+2, AlexHough wrote:
>
> Hi Jeremy,
>
> and what do you think of the idea of being able to create tiddlers from 
> Sublime?
>
> If it had a feature like the new code snippet button in the prerelease, 
> one could create tiddlers in sublime.
>
> It may be minimally practical, but I like the idea of TiddlyWiki spilling 
> out into another technology.
>
> Alex
>
> On 12 May 2016 at 16:58, Jeremy Ruston  
> wrote:
>
>> Hi Alex
>>
>> There is a Sublime Text 3 plugin for TiddlyWiki:
>>
>>
>> http://tiddlywiki.com/prerelease/#TiddlyWiki%20extensions%20for%20Sublime%20Text%203%20by%20roma0104
>>
>> The main thing it provides is syntax highlighting for .tid files.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>> On 12 May 2016, at 02:39, Alex Hough  
>> wrote:
>>
>> I asked the question about external editors
>>
>> I am using Chrome and Node.js
>> I wondered about editing .tid files in Sublime and the possiblity of an 
>> plugin for Sublime to make .tid files.
>>
>> I am not aware of a Chrome plugin for this function
>>
>> Alex
>>
>> On 12 May 2016 at 01:25, infurnoape > > wrote:
>>
>>> I want to know about the other thing?!?
>>>
>>>
>>>
>>> Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5
>>>
>>>
>>>  Original message 
>>> From: prog...@assays.tv  
>>> Date: 5/11/16 2:44 PM (GMT-07:00) 
>>> To: TiddlyWiki  
>>> Subject: [tw] Re: TEXtAREA is totally open to external editors. NEVER 
>>> forge4t that. 
>>>
>>> My tiddly friend, you should probably start the other TW blog. You're 
>>> making valid points but many of them are kind of "general insights" ... etc.
>>>
>>> WE are ephemeral. 
>>>
>>> I am interested in ME. 
>>>
>>> The TW5 editor IS good. 
>>>
>>> Ask  if you want to know about the other things.
>>>
>>> J.
>>>
>>> On Wednesday, 11 May 2016 23:13:28 UTC+2, Mat wrote:

 My tiddly friend, you should probably start a TW blog. You're making 
 valid points but many of them are kind of "general insights" so people 
 will 
 forget them and (for sure) a week from now they're gone in the archives. 
 I'd say it is extremely unlikely that anybody would search for an insight 
 like the one you just posted, even if it - again - is valid. Personally my 
 outlet for these types of thoughts (and much more) is TWaddle 
 . It is convenient also; I can refer 
 to articles there when the occasions arise.

 <:-)

>>>
>>> -- 
>>> 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/689f716d-bc81-48b0-836e-c9ad104d2b9b%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/pdjks41ays0ser4x68fxj888.1463012722040%40email.android.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 

[tw] Re: Converting script to plugin

2016-05-13 Thread James Perrett

>
> Does anyone have any videos like pmario on TiddlywikiCLASSIC plugins. 
> Especially explaining difference with $,where,this variables.

I am doing some  image [img[]] replacement plugins with thumbnail and large 
image popups. Which i can do with standard html,css and java script
But when importing functions into tiddlywiki classic 2.8,1 (prince) I have 
a problem with accessing window,popup() function in my code.
I can see onmouseover=window.popup.. in the generated html but my popup 
does not popup. I have looked at Eric's ImageSizePlugin. But it does not do 
what i want and is a bit more complex than I need.

-- 
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/4382864d-c288-42e8-a97c-cb5f704c7612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Making linear documents / compiling a report for export. Best practice

2016-05-13 Thread Ste Wilson
So
Ive managed to get http://stephenteacher.tiddlyspot.com/#Statics%20Full 
which is all the tiddlers in the right order by using

<$list filter='[tag[Statics]]'>
<$transclude mode=block/>



as the list field in the Statics tiddler 
 contains the correct order.

So far so good.  Now the question is:

Is there a way to get the tiddler tittles as section headings?


On Tuesday, 23 February 2016 17:32:52 UTC, Jed Carty wrote:
>
> Would something like the resume edition with a longer output be useful? 
> Because what you want is possible and isn't too hard if you do it correctly.
>
> You make a tiddler that will display your output with something like this 
> in the text field:
>
> <$list filter='[tag[Section]sort[order]]'>
> <$transclude mode=block/>
> 
>
> Then you make a tiddler for each section and tag them with Section and put 
> this in the text field::
>
> <$list filter='[tag[SectionName]sort[order]]'>
> <$transclude mode=block/>
> 
>
> Then you make your content tiddlers and tag them with the section names 
> (SectionName in theprevious one should be replaced with whatever you want 
> your section name to be.)
>
> The 'order' field in the tiddlers tagged with Section will set the order 
> of the sections, the order field in the smaller tiddlers will set the order 
> within the section.
>
> You can use a system like in the resume builder to select which tiddlers 
> to include and to set the order.
>

-- 
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/3191c474-8840-404d-94aa-c2050e36e117%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Announcing TiddlyDesktop v0.0.7

2016-05-13 Thread peter . biewer
Hi Jeremy

Your solution works for a while, but now I need to erase the folder 
everytime I start TiddlyDesktop. Do you have a long term fix for me?



Am Sonntag, 17. April 2016 20:14:19 UTC+2 schrieb Jeremy Ruston:
>
> Hi Peter
>
> I have problems with TiddlyDesktop. It worked fine some weeks ago but now 
> if I try to run the app I only see the Task in the Windows-Taskbar but 
> nothing else. I used the lastest TiddlyDesktop (Eight) release in 
> combination with your experimental text editor TiddlyWiki. It worked for 
> several weeks. Unfortunatelly I cannot reproduce what happened to break the 
> app.
> It's possible to hover over the task. I can even activate it. If I hover 
> over the little preview-frame all other windows went to the background - 
> but again nothing happens (see picture)
>
>
> It sounds like you need to nuke the TiddlyDesktop configuration file.
>
> First, use Task Manager to kill any running TiddlyDesktop process (you 
> could also restart the system to ensure that TD is not running).
>
> Then, locate the TiddlyDesktop configuration folder. It should look 
> something like this:
>
> C:\Users\Jeremy\AppData\Local\TiddlyWiki
>
> Simply delete the entire folder, and then restart TiddlyDesktop. You’ll 
> have lost the list of configured wikis, but the wiki files themselves won’t 
> be damanged.
>
> Best wishes
>
> Jeremy
>
>
> any idea?
>
> I am using Win 10 x64 and (if that matters) the Opera Browser
>
>
> 
>
>
>
> Am Donnerstag, 24. Dezember 2015 12:38:23 UTC+1 schrieb Jeremy Ruston:
>>
>> Hi Danielo
>>
>> I am very interested on your thoughts about it. Where are you going to 
>> post them? 
>>
>>
>> I spoke about it a little in Hangout #93:
>>
>> *https://youtu.be/tO7kqgrXsB8?list=PLVT_2PPd-1p34gGCQ5qpwC8QdykxVAI3u=3977 
>> *
>>
>> The gist of it is that I’d like to move from the model of “a custom 
>> browser with extended capabilities" to “a GUI for running TiddlyWiki as a 
>> server, accessing via any browser you like”.
>>
>> Other points:
>>
>> * Personally, I want a system tray menu of my available wikis where 
>> choosing one opens it in the default browser
>> * Key to the plan is adding the ability to serve standalone HTML 
>> file-based TiddlyWiki’s over HTTP
>> * I’d like to support remote installations of TiddlyWiki on Amazon Web 
>> Services, TiddlySpot
>>
>> Best wishes
>>
>> Jeremy.
>>
>>
>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/03f24bd0-1df6-4f4f-988d-c1637f289eb8%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/fa8286d1-899d-4869-84e9-6eb3b1357e7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyDesktop v0.0.7

2016-05-13 Thread peter . biewer


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/c4169c63-2f33-4872-b5a1-cecaead46985%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Numeric position info in $list widget and other filters (working implementation)

2016-05-13 Thread PMario
That's an interesting approach.
thx for sharing
-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/5075c4fa-8f6c-459f-aa54-ee6db7584e7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.