[tw] Re: wikitext-macros

2015-05-08 Thread PMario
see: http://tiddlywiki.com/#Typed%20Blocks%20in%20WikiText
-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6d8c2b1c-562a-476e-839d-28e9bd6463f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] TW Getting Slow Due to Pictures Files

2015-05-08 Thread PMario
Hi James,

Wich OS do you use?
FireFox Version?
Do you have a lot of FireFox AddOns installed?

6MB should be no problem. .. Seems to be a browser problem not TW. 

-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e8747f68-7a31-43cc-a80d-1a8639bdc30c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-08 Thread Måns
Hi Danielo, Andrew and Matabele

Than you very much for your assistance. @Danielo I followed your advice by 
making a clone of the $:/core/ui/EditTemplate/type, removed the 
$:/tag/EditTemplate tag - and started experimenting.

I came very close to what I had in mind: 

http://kinabog.tiddlyspot.com/#%24%3A%2Fplugins%2Fm%C3%A5ns%2Fwikinote%2Fselectnote

$:/plugins/måns/wikinote/selectnote 
http://kinabog.tiddlyspot.com/#%24%3A%2Fplugins%2Fm%C3%A5ns%2Fwikinote%2Fselectnote

There are however still some hickups with my down scaled code taken from 
the $:/core/ui/EditTemplate/type 
http://kinabog.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FEditTemplate%2Ftype
 tiddler...

Don't know why it shows the title of the current tiddler at the end of the 
listed note titles and breaks the end of the list filter widget? - It's 
probably just a trival fault I made... - I can't make the tm-remove-field 
widget delete the newtitle field value from the $:/temp/Stealth tiddler 
either...

If you can see what I should change - please give me a hint :-)


div class=tc-type-selector$fieldmangler
$edit-text tiddler=$:/temp/Stealth field=newtitle tag=input 
default= focusPopup=qualify $:/state/wikinote/note-dropdown 
class=tc-edit-typeeditor tc-popup-handle/ $button popup=qualify 
$:/state/wikinote/note-dropdown class=tc-btn-invisible 
tc-btn-dropdown tooltip={{$:/core/images/down-arrow}}/$button 
$button message=tm-remove-field tiddler=$:/temp/Stealth 
field=newtitle class=tc-btn-invisible tc-btn-icon 
tooltip={{$:/core/images/delete-button}}/$button
/$fieldmangler/div

div class=tc-block-dropdown-wrapper
$reveal state=qualify $:/state/wikinote/note-dropdown type=nomatch 
text= default=
div class=tc-block-dropdown tc-edit-type-dropdown
$linkcatcher to=$:/temp/Stealth!!newtitle
$list filter=[tag[note]]$link to={{!!title}}$view 
field=title//$link
/$list
div class=tc-dropdown-item
$text text={{!!title}}/
/div
/$list
/$linkcatcher
/div
/$reveal
/div


Cheers Måns Mårtensson

Den fredag den 8. maj 2015 kl. 15.06.55 UTC+2 skrev Danielo Rodríguez:

 Hello Mans, what you would probably need is a popup for a edit field. 
 One example of this is the type field on the edit template. Let me know if 
 that is what you want or not.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/127206e2-26b6-42cd-be95-939fc3f6e61d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-08 Thread Matabele
Hi

I'm not sure what you're looking for, but I have done something along these 
lines at: http://gwiz.tiddlyspot.com

Open the slider to expose the normal sidebar, and select the 'Stories' tab. 
The 'Show Tagged' select box displays all tiddlers with a given tag in the 
story river. The 'Show Snapshot' select box displays a set of tiddlers from 
options generated in  lookup table. Perhaps these ideas could be adapted 
for your purpose.

regards 

On Friday, May 8, 2015 at 2:40:44 PM UTC+2, Måns wrote:

 Hi TwWizards

 I did create two different choosers to be able to either write the title 
 of a tiddler or choose an already existing tiddler (tagged with note) via 
 the select widget.
 I'd favor a combination of the two widgets.
 Is it already possible to do?

 I guess the end result would resemble the tag chooser.. - 

 Maybe what I am asking for is a select widget which allows us to add an 
 option by typing text in the button?

 1) $select tiddler=$:/temp/Stealth field='newtitle' 
 default=currentTiddler $list filter='[tag[note]]' option$view 
 field='title'//option /$list /$select

 2) $edit tiddler=$:/temp/Stealth field=newtitle 
 class=tc-edit-texteditor default=ooo placeholder=title/ 

 Cheers Måns Mårtensson


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/611e7e44-6c0a-4c68-a83c-260e99bfaf93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Add missing fields ?

2015-05-08 Thread Alain Dutech

Hi,

I do not know how to implement the following need to my tiddlywiki.

Imagine I have a TemplateTiddler with several different fields (for example 
'name', 'age', 'location') and tags.
I create by hand a tiddler NewGuy with only the 'name' field and no tags.

How would you add a button (somewhere like in the sidebar? or in the 
TemplateTiddler or elsewhere?) that adds all missing fields (ie 'age' and 
'location') and tags to my NewGuy tiddler ??

Any idea? Is this even possible ?

Thanks,
Alain

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/85a26396-08ec-4e87-b38b-2225e201aa4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is wikitext in $list formatting broken?

2015-05-08 Thread TJ Hoeft
Hi Jed,
Thanks for the ideas!  I'm not strong in Javascript, but I will have a 
look.  I'll keep tinkering and post my results.
TJ

On Thursday, May 7, 2015 at 3:16:07 PM UTC-7, Jed Carty wrote:

 TJ,

 The relative age part of that would be the difficult thing, I have some 
 javascript macros that find time differences but I haven't had the time to 
 really put them to use yet. They are here 
 http://inmysocks.tiddlyspot.com/#Date%20Macro%20Demos if you want to 
 try them out or improve them. There are bugs so be aware of that.

 You can do a sort of brute force formatting by using list or reveal 
 widgets. To use a list you would use filters like 
 '[is[current]modified[somedate]limit[1]]', there are some cases where even 
 with the new tag parameter for the reveal widgets the list widget works 
 better.


 table
 trtdTitle/tdtdFollow Up Date/tdtdModified/td/tr


 $list filter=[tag[future-plan]sort[modified]]
 $reveal type=match state='!!modified' text=somedate
 @@.firstclass trtd$link to={{!!title}}$view field=title//$link
 /tdtd$view field=follow-up-date//tdtd$view field=modified 
 format=date template=DD mmm  at 0hh:0mm//td/tr@@
 /$reveal
 $reveal type=match state='!!modified' text=someotherdate
 @@.secondclass trtd$link to={{!!title}}$view 
 field=title//$link/tdtd$view 
 field=follow-up-date//tdtd$view 
 field=modified format=date template=DD mmm  at 0hh:0mm/
 /td/tr@@
 /$reveal
 /$list
 /table

 and add more reveal widgets inside the first one to add more dates. This 
 probably isn't useful as it is, but if you modify the day-diff macro or 
 make a week-diff macro than you could do use the number of days or weeks 
 that have gone by with the reveal widget to define different colors. The 
 way they are written now you would probably have to rewrite the entire 
 macro, but hopefully the ones I have are enough of a start. Automating what 
 you want to do is possible with a bit of effort.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a7b9be1e-eb0a-4aed-9788-71934e5a78d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Is an inside out TiddlyWiki possible?

2015-05-08 Thread Matabele
Hi Danielo

Another idea that gets around many of the sync issues: a dropzone which 
links to another remote TiddlyWiki across the net.

I write a tiddler, then drag and drop it onto the linked dropzone -- and it 
appears in the story river of the remote TW.

I could have various dropzones linked to various remote (or local!) TW's -- 
and the remote TW can have dropzones linked to my TW.

regards

On Friday, May 8, 2015 at 2:10:45 PM UTC+2, Danielo Rodríguez wrote:



 El viernes, 8 de mayo de 2015, 5:51:31 (UTC+2), Matabele escribió:

 Hi

 On Friday, May 8, 2015 at 3:14:43 AM UTC+2, Mark S. wrote:


 What is needed is an app with a front-end like TW but with a data 
 back-end like laverna. 

 I also agree with that
  

 This has been my dream for TW5 -- TW with data stored in a local restful 
 db which:
 -- automatically syncs with a server based db whenever the device goes 
 online
 -- then automatically syncs to the local db of other devices

 That is doable, and there are, in fact, some tools that allows this 
 partially.

  


 When two devices are simultaneously online, this could be used as a 
 collaboration tool. Now that would be versatility -- a single tool for 
 notes, outlining, journaling etc. and texting and collaboration, which 
 works offline and syncs when online :-)


 This is too ambitious in my opinion. Think in giants like google. Even 
 they have difficulties with such cool thing. 


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5016b52a-bed4-4d11-b869-7aecb63dc83b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5 Workflow] The Stealth NewHere Method! PLEASE READ

2015-05-08 Thread Mat
Just a note; I just found this thread 
https://groups.google.com/forum/?fromgroups=#!searchin/tiddlywiki/silently/tiddlywiki/-_Bsj8WO58Q/b6V9QqVnIQ0J
 
where fellow member:

Alberto Molina

points out the key concept upon which this all rests. Cred to him! It is 
*very* likely that I read his post and eventually started experimenting 
with it which led to the rest. Thank you Alberto! I added your name to the 
Cred at fastnewtiddler.tiddlyspot.

:-)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b66a922d-799f-4ab4-b913-74cfa9eb046d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] add custom class to tm-modal div

2015-05-08 Thread Rustem
Is it possible to assign an additional class to the main modal window 
(div.tc-modal), either by passing it via action-sendmessage, or any other 
way?

Also, what can I pass in tm-modal's paramObject?

Thanks!

--R

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e7bcdc23-627e-4297-94a5-8b571435d6c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Transclude first paragraph or similar

2015-05-08 Thread Mat
@Mike

http://eucaly-tw5.tiddlyspot.com/

 As soon as you drag over $:/core/modules/filters/match.js ,save and 
 refresh, those tiddlers that I gave earlier should work.



Can't get this to work. I set up http://match.tiddlyspot.com/ if you could 
perhaps tell if I'm misunderstanding something. BTW, are you using the 
lastest TW version? I believe that this plugin was written before they 
implemented change in some parameter(?) name from tw- to tc-, tv- or 
whatever it is (anyone who knows what I'm talking about? I don't.) Anyway, 
that change made many plugins not work in the updated TW's so is your TW 
using the match filter perhaps also not updated?

Thank you!

:-)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c74a3900-443e-4cd6-a4b4-ce7868bd7b76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Transclude first paragraph or similar

2015-05-08 Thread Michael Wiktowy
On Friday, May 8, 2015 at 3:39:17 PM UTC-4, Mat wrote:

 @Mike

 http://eucaly-tw5.tiddlyspot.com/ 
 http://www.google.com/url?q=http%3A%2F%2Feucaly-tw5.tiddlyspot.com%2Fsa=Dsntz=1usg=AFQjCNGQxnHJamYuy0-LASNO_OuvD1YBMw

 As soon as you drag over $:/core/modules/filters/match.js ,save and 
 refresh, those tiddlers that I gave earlier should work.



 Can't get this to work. I set up http://match.tiddlyspot.com/ if you 
 could perhaps tell if I'm misunderstanding something. BTW, are you using 
 the lastest TW version? I believe that this plugin was written before they 
 implemented change in some parameter(?) name from tw- to tc-, tv- or 
 whatever it is (anyone who knows what I'm talking about? I don't.) Anyway, 
 that change made many plugins not work in the updated TW's so is your TW 
 using the match filter perhaps also not updated?

 Thank you!

 :-)


I looked at the version of match.js that you have and it didn't match mine 
... there appears to be two floating around. The one that I have has the 
line 140823: reloaded for 5.0.15-beta in the header.
It can be found attached to a message here:

https://groups.google.com/forum/#%21topic/tiddlywikidev/4ciJxJVAsY8

pointed to by the thread here:

https://groups.google.com/forum/#!topic/tiddlywiki/et79cGcwFLk

I have no idea why the one on eucaly's site doesn't work but it is 
significantly different and looks like an earlier version. Sorry for the 
wrong pointer. I thought that I confirmed to see if it worked in a new 
empty tiddlywiki but I guess my check was flawed in some way.

I just cut and pasted the version pointed to above into your example 
tiddler and it works. Here is the match.js that works for me from the links 
above.

/*\
title: $:/core/modules/filters/match.js
type: application/javascript
module-type: filteroperator

Filter operator for picking parts out of fields using regular expressions

140823: reloaded for 5.0.15-beta

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tw: false */
use strict;

/*
Export our filter function
*/
exports.match = function(source,operator,options) {
var results = [],
fieldname = (operator.suffix || operator.operator || 
title).toLowerCase();
if(operator.prefix === !) {
if(operator.regexp) {
source(function(tiddler,title) {
if(tiddler) {
var text = 
tiddler.getFieldString(fieldname);
if(text !== null  
!operator.regexp.exec(text)) {
results.push(title);
}
}
});
} else {
source(function(tiddler,title) {
if(tiddler) {
var text = 
tiddler.getFieldString(fieldname);
if(text !== null  text !== 
operator.operand) {
results.push(title);
}
}
});
}
} else {
if(operator.regexp) {
source(function(tiddler,title) {
if(tiddler) {
var text = 
tiddler.getFieldString(fieldname);
if(text !== null) {
var matches = [],
execresult = operator.regexp.exec(text);
while(execresult) {
 if(execresult.length  1) { // there were brackets
  matches= matches.concat(execresult.slice(1));
 }
 else { // no brackets - take the full match
  matches.push(execresult[0]);
 }
 if(operator.regexp.lastIndex === 0) { // no g-switch
  break;
 }
 execresult = operator.regexp.exec(text);
}   
if(matches) {
$tw.utils.pushTop(results,matches);
}
}
}
});
} else {
source(function(tiddler,title) {
if(tiddler) {
var text = 
tiddler.getFieldString(fieldname);
if(text !== null){
var incr = operator.operand.length;
if(incr === 0) { // empty operand
 return;
}
var matches = [],
pos = text.indexOf(operator.operand);
while(pos = 0) {
 matches.push(operator.operand);
 pos = text.indexOf(operator.operand, pos+incr);
}
if(matches) {
$tw.utils.pushTop(results,matches);
}
}
}
});
}
}
return results;
};

})();

 

-- 
You received this message because you are subscribed to the 

[tw] Re: [TW5] Transclude first paragraph or similar

2015-05-08 Thread Michael Wiktowy
On Friday, May 8, 2015 at 3:39:17 PM UTC-4, Mat wrote:

 @Mike

 http://eucaly-tw5.tiddlyspot.com/

 As soon as you drag over $:/core/modules/filters/match.js ,save and 
 refresh, those tiddlers that I gave earlier should work.



 Can't get this to work. I set up http://match.tiddlyspot.com/ if you 
 could perhaps tell if I'm misunderstanding something. BTW, are you using 
 the lastest TW version? I believe that this plugin was written before they 
 implemented change in some parameter(?) name from tw- to tc-, tv- or 
 whatever it is (anyone who knows what I'm talking about? I don't.) Anyway, 
 that change made many plugins not work in the updated TW's so is your TW 
 using the match filter perhaps also not updated?

 Thank you!

 :-)


In poking around, it looks like the version that I am using is is the same 
as the version called matcha.js on Eucaly site and was originally adopted 
from Stephan Hradek's version

http://eucaly-tw5.tiddlyspot.com/#%24%3A%2Fplugins%2Feucaly%2Fmatchfilter5b15%2Freadme
 


A bit of a confusing version tree, heritage and applicability if you ask me.

/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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d0fc601d-a0b0-4f07-a6d0-0d12a7194200%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] How to use images with node.js ?

2015-05-08 Thread 'Mark S.' via TiddlyWiki
If I want to serve up images under node.js, but not import them into the TW 
(because that bloats the TW), what syntax do I use, and where do I put the 
images?

For instance, neither of these worked when I put the TW-images directory at 
the same level as tiddlers nor as a sub-directory of tiddlers nor at the 
same level as the node directory.

  [img[TW-Images/image.jpg]]

  img src=TW-Images/image.jpg

Is there a way to do this? Some magic incantation?

Thanks,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e92d2310-41e5-492b-92e1-4caf49571630%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-08 Thread Måns
This is what I've got so far: 
http://kinabog.tiddlyspot.com/#%24%3A%2Fplugins%2Fm%C3%A5ns%2Fwikinote%2Feditor

Den fredag den 8. maj 2015 kl. 14.40.44 UTC+2 skrev Måns:

 Hi TwWizards

 I did create two different choosers to be able to either write the title 
 of a tiddler or choose an already existing tiddler (tagged with note) via 
 the select widget.
 I'd favor a combination of the two widgets.
 Is it already possible to do?

 I guess the end result would resemble the tag chooser.. - 

 Maybe what I am asking for is a select widget which allows us to add an 
 option by typing text in the button?

 1) $select tiddler=$:/temp/Stealth field='newtitle' 
 default=currentTiddler $list filter='[tag[note]]' option$view 
 field='title'//option /$list /$select

 2) $edit tiddler=$:/temp/Stealth field=newtitle 
 class=tc-edit-texteditor default=ooo placeholder=title/ 

 Cheers Måns Mårtensson


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c1add351-9679-493b-9b64-f48ce601d8be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-08 Thread Andrew
That's what I'm trying to do with 
http://t5a.tiddlyspot.com/#Add%20a%20new%20field%20Drop%20Down. It's called a 
combo box I think. I'm not a programmer, just a hacker so now maybe we can get 
some help? One of my attempts kind of works but I'm having trouble making it 
with tiddlywiki native tools. 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4b7b5b63-801a-46db-b794-03d77521e3b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is a combination of the select widget and edit tiddler field value possible?

2015-05-08 Thread Danielo Rodríguez
Hello Mans, what you would probably need is a popup for a edit field. 
One example of this is the type field on the edit template. Let me know if 
that is what you want or not.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c8deba9f-d0ab-4466-9033-5eb0b1ce9d04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2015-05-08 Thread 'Mark S.' via TiddlyWiki
Was this option ever implemented, or is there some way I can change the 
delay by hand?

Thanks!
Mark


On Saturday, July 26, 2014 at 1:18:59 AM UTC-7, Jeremy Ruston wrote:

 There's no way to turn off the refresh cycle; it is intrinsic to 
 TiddlyWiki's operation.

 But we could make the 400ms delay be configurable, and perhaps allow for 
 it to be set to infinite whereby we'd defer the refresh cycle until done 
 was clicked.

  The problem seems (a little subjective) to have become worse as the TW 
 fills up, so it seems that it's doing something where it loops and looks at 
 the entire contents of the TW. 


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/84705e48-292e-4279-be4b-8a063ab4ce03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Is a combination of the select widget and edit tiddler field value possible?

2015-05-08 Thread Måns
Hi TwWizards

I did create two different choosers to be able to either write the title 
of af tiddler tagged with note or choose an already existing one via the 
select widget.
I'd favor a combination of the two widgets.
Is it already possible to do?

I guess the end result would resemble the tag chooser.. - 

Maybe what I am asking for is a select widget which allows us to add an 
option by typing text in the button?

1) $select tiddler=$:/temp/Stealth field='newtitle' 
default=currentTiddler $list filter='[tag[note]]' option$view 
field='title'//option /$list /$select
div class=tc-tiddler-frame pop

2) $edit tiddler=$:/temp/Stealth field=newtitle 
class=tc-edit-texteditor default=ooo placeholder=title/ 

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97dbb3a1-4781-498e-ab30-aad03180b488%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Is an inside out TiddlyWiki possible?

2015-05-08 Thread Danielo Rodríguez


El viernes, 8 de mayo de 2015, 5:51:31 (UTC+2), Matabele escribió:

 Hi

 On Friday, May 8, 2015 at 3:14:43 AM UTC+2, Mark S. wrote:


 What is needed is an app with a front-end like TW but with a data 
 back-end like laverna. 

 I also agree with that
 

 This has been my dream for TW5 -- TW with data stored in a local restful 
 db which:
 -- automatically syncs with a server based db whenever the device goes 
 online
 -- then automatically syncs to the local db of other devices

That is doable, and there are, in fact, some tools that allows this 
partially.

 


 When two devices are simultaneously online, this could be used as a 
 collaboration tool. Now that would be versatility -- a single tool for 
 notes, outlining, journaling etc. and texting and collaboration, which 
 works offline and syncs when online :-)


This is too ambitious in my opinion. Think in giants like google. Even they 
have difficulties with such cool thing. 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1cb910aa-63e2-41c9-9c4a-d36960275eb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Is an inside out TiddlyWiki possible?

2015-05-08 Thread Danielo Rodríguez
Hello David,

I think you may be interested on the workflow described in this comment:

https://github.com/Jermolene/TiddlyWiki5/issues/1676#issuecomment-98241857

I am interested in fact.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9cce332-952d-4084-83a5-c67f44369612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.