[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-11 Thread Danielo Rodríguez
El martes, 9 de diciembre de 2014 14:47:56 UTC+1, Tobias Beer escribió:

 FYI: the syntax of this has changed slightly in post-beta versions of 
 TiddlyWiki5: tw-delete-tiddler is now tm-delete-tiddler


 Thanks for that...

 http://tb5.tiddlyspot.com/#Deleting%20Tiddlers%20Via%20Lists

 Best wishes, Tobias.


Hello Tobias, maybe you want to update your example for:
use 

class=tc-btn-invisible tc-btn-mini

instead of 

class=btn-invisible btn-mini


And to put the  inside a button that actually reveals the tiddler 
content. Currently it does nothing, but you have a button to close the 
reveal, which will never be opened.

 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-11 Thread Tobias Beer
Hi Danielo,
 

 maybe you want to update your example for: 

class=tc-btn-invisible tc-btn-mini

 instead of 

 class=btn-invisible btn-mini


Ah, thanks for that. I actually deleted the classes now, since I don't 
quite like the look of that bin in b/w. I think it would be reasonable to 
have the toolbar button styles, except size and margins applied to any 
*tc-image-button* without being restricted to the toobar itself.

And to put the  inside a button that actually reveals the tiddler 
 content. Currently it does nothing, but you have a button to close the 
 reveal, which will never be opened.


Not sure what you mean, the button in that template only clears the filter 
bar as is done in the advanced search templates.
Would you want to preview the tiddlers, too?

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-09 Thread Michael Wiktowy

On Sunday, May 11, 2014 2:28:14 AM UTC-4, Matabele wrote:

 Hi

 Adding to Stephan's code -- put this in a tiddler (called, for example: 
 'Clean'):

 table
 trthFilter /thtd$edit-text tiddler=$:/temp/filter//td/tr
 /table


 $list filter={{$:/temp/filter!!text}}


 $button message=tw-delete-tiddler param={{!!title}} 
 class=btn-invisible btn-mini{{$:/core/images/delete-button}}/$button 
 $link to={{!!title}}{{!!title}}/$link 
 /$list


FYI: the syntax of this has changed slightly in post-beta versions of 
TiddlyWiki5: tw-delete-tiddler is now tm-delete-tiddler

/Mike

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-12-09 Thread Tobias Beer


 FYI: the syntax of this has changed slightly in post-beta versions of 
 TiddlyWiki5: tw-delete-tiddler is now tm-delete-tiddler


Thanks for that...

http://tb5.tiddlyspot.com/#Deleting%20Tiddlers%20Via%20Lists

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-11 Thread Matabele
Hi

Adding to Stephan's code -- put this in a tiddler (called, for example: 
'Clean'):

table
trthFilter /thtd$edit-text tiddler=$:/temp/filter//td/tr
/table


$list filter={{$:/temp/filter!!text}}


$button message=tw-delete-tiddler param={{!!title}} class=btn-invisible 
btn-mini{{$:/core/images/delete-button}}/$button $link 
to={{!!title}}{{!!title}}/$link 
/$list

When you wish to review a list of tiddlers:
-- open the tiddler 'Clean'
-- enter your filter expression (for example [tag[mytag]])
-- click the buttons to review
-- click the trash can to delete

regards 

On Saturday, May 10, 2014 9:53:05 PM UTC+2, Joe Bush wrote:

 Hello all, is there a way to set up a list with a link to delete the 
 tiddler in question? I'm trying to set up a way to delete lots of tiddlers 
 in a specific tag (similar to Stephan's RenameTags tool) so that I can 
 clean out a TW and reuse it without having to reimport a bunch of tiddlers 
 I want to reuse. I'm thinking of something like $link to=delete or 
 something like that, so that I can include it in a list.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-11 Thread Matabele
Hi

P.S. Filters like [tag[mytag]search[mytext]] are more specific and will 
shorten the list for review.

regards 

On Saturday, May 10, 2014 9:53:05 PM UTC+2, Joe Bush wrote:

 Hello all, is there a way to set up a list with a link to delete the 
 tiddler in question? I'm trying to set up a way to delete lots of tiddlers 
 in a specific tag (similar to Stephan's RenameTags tool) so that I can 
 clean out a TW and reuse it without having to reimport a bunch of tiddlers 
 I want to reuse. I'm thinking of something like $link to=delete or 
 something like that, so that I can include it in a list.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-10 Thread Stephan Hradek
2 clicks per tiddler:

$list filter=[tag[myTag]]

$button message=tw-delete-tiddler param={{!!title}}$view 
field=title/$button
/$list


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-10 Thread Joe Bush
Wow, thanks, that was exactly what I needed.

On Saturday, May 10, 2014 5:45:40 PM UTC-5, Stephan Hradek wrote:

 2 clicks per tiddler:

 $list filter=[tag[myTag]]

 $button message=tw-delete-tiddler param={{!!title}}$view 
 field=title/$button
 /$list




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.