Re: [tw] Re: beginning to understand

2016-09-07 Thread Thomas Elmiger
Thank you both for the hints. I posted a link over in the forum of the course 
(https://groups.google.com/forum/m/#!forum/designwrite) 
Have a nice day!

-- 
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/e6754dfb-4658-47de-ba0b-269325385761%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Tag (Text) Cloud for TW5?

2016-09-07 Thread Tobias Beer
Hi Zaphod,

I think your only meaningful chance at arriving at a meaningfully 
performing solution is to have that "cloud" be constructed from a 
predefined index of keywords.

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/041b5f54-f6ae-4828-9449-51a408fd87f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Macro working well, but not when Tiddler viewed in Sidebar - Problem with CurrentTiddler Variable

2016-09-07 Thread Tobias Beer
Hi Mark,
 

> If you have 10 tiddlers open, how would something in the sidebar know 
> which one is "the" tiddler you want?
>

For example, by having some mechanism like TiddlyMap that detects what is 
scrolled into view.

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae115ba3-7b80-4f17-ba8f-2d474494f66c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Tag (Text) Cloud for TW5?

2016-09-07 Thread Zaphod Beeblebrox
While reading Mark S.'s question about *Searchable fields when using 
_Canonical_uri*, and Tobias' response, it got me to thinking again about a 
'feature' I'd really like to have in my TW 'Blog': A Tag Cloud.  But not a 
cloud of 'Tags,' which would be sort of boring and mundane (not to mention 
totally unwieldy for those of us with an overabundance of tags ;) ), but 
made up instead of occurrences of words from the actual text within the 
tiddlers.

Does anyone know if such a thing might be possible?

I have some code (forget where I found it) that creates a cloud (of sorts) 
from the normal tags, and appends their total number of occurrences using 
the $count widget:


.cloud { margin-right: 7px; }
.cloud .tc-tag-list-item { margin-right: 0; }

<$list filter="[tags[]!is[system]sort[title]]">

<$transclude tiddler="$:/core/ui/TagTemplate"/>
<$count filter="[all[current]tagging[]]"/>





Eric Shulman had a very nice tag cloud on his TiddlyTools 
 that used a proportional font 
display - Oh, how I wish he could be coaxed into creating masterpieces like 
this for TW5...

And, barring that, a thought might be using Jed Carty's GenTags Plugin 
 and make one (or 
more?) separate tag-field(s) to hold tags just for this cloud?


.cloud { margin-right: 7px; }
.cloud .tc-tag-list-item { margin-right: 0; }

*<$list filter='[tags:gentagsfield[]sort[title]]'>*

<$transclude tiddler="$:/core/ui/TagTemplate"/>
<$count filter="[all[current]tagging[]]"/>





Thoughts?

--Zaphod

-- 
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/12a9df8f-3c50-4641-8383-27b6afc6c369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: beginning to understand

2016-09-07 Thread 'Mark S.' via TiddlyWiki
My in-house "consultant" suggests that probably all link-shortening 
services are viewed suspiciously. 

Mark

On Wednesday, September 7, 2016 at 3:04:05 PM UTC-7, Thomas Elmiger wrote:
>
> Was my link classified as spam again?! This is the same destination 
> without redirect: https://designwritestudio.github.io/
>
> Good night! 
>

-- 
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/5f2d9789-6665-49ef-8199-fed28961d0f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A List of Checkboxes that will delete and add tags to Tiddlers

2016-09-07 Thread 'c pa' via TiddlyWiki
So if I read you right. You want something like this:
1. Starts with a tag that identifies an item "item"
a. If you want all tiddlers to be an item, Add this code

Add a tiddler as an item

<$list filter="[all[tiddlers]] -[is[system]!has[tags]] -[tag[item]]" 
variable="none">
<$checkbox tiddler=<> tag="item"> <>



2. Tags The item as "started" to put it on the started list
3. Tags The item as "inProgress" to put it on the In Progress list
4. Tags The item as "done" to put it on the Done list
5. If you uncheck a "done" item, it sends it back to InProgress


   Ready 
  <$list filter="[tag[item]] -[tag[started]] -[tag[InProgress]] 
-[tag[done]]" variable="none">
 <$checkbox tiddler=<> tag="started" >
   <>
   

Started 
  <$list filter="[tag[item]tag[started]] -[tag[InProgress]] 
-[tag[done]]" variable="none">
 <$checkbox tiddler=<> tag="InProgress" >
   <>
   

In Progress
  <$list filter="[tag[item]tag[InProgress]] -[tag[done]]" 
variable="none">
 <$checkbox tiddler=<> tag="done" >
   <>
   

Done 
  <$list filter="[tag[item]tag[done]]" variable="none">
 <$checkbox tiddler=<> tag="done" >
   <>
   



>

-- 
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/963efa46-3ffc-4b09-b7c8-80e6194ed3fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: beginning to understand

2016-09-07 Thread Eneko Gotzon
On Thu, Sep 8, 2016 at 12:04 AM, Thomas Elmiger 
wrote:

> Was my link classified as spam again?!


​Yes:
Screenshot 2016-09-08 01.16.52.png


And tagged as "bad reputation
"
by the WOT :
Screenshot 2016-09-08 01.18.44.png


-- 
Eneko Gotzon Ares
enekogot...@gmail.com

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


[tw] Re: Macro working well, but not when Tiddler viewed in Sidebar - Problem with CurrentTiddler Variable

2016-09-07 Thread 'Mark S.' via TiddlyWiki
If you have 10 tiddlers open, how would something in the sidebar know which 
one is "the" tiddler you want?

If you want the TOC in every tiddler, you can add it as part of the view 
template.

If you want the TOC in certain tiddlers (tagged a certain way, perhaps) you 
can add it wrapped in a context <$list> so it only appears when wanted.

If you actually want the TOC in the sidebar, then maybe (not sure on this 
point) you could have a button in your tiddlers that you click and which 
sets a configuration tiddler which the macro could use to know which one 
you want to currently use.

-- Mark

On Wednesday, September 7, 2016 at 2:25:41 PM UTC-7, NT wrote:
>
> Ok Tobias, I think you want to point out that the context / scope of the 
> <> Variable changes, if you show the tiddler in the sidebar.
> This was not my assumption. I assumed that the context of the Variable is 
> the tiddler and the tiddler is only presented in another "view" - I mean 
> the tiddler just got a tag ($:/tags/SideBar), nothing more.
> But as I understand you right the variable changes the scope from the 
> tiddler to the sidebar - which is unexpected to me.
>
> So - QUESTION - there is really no other way than
>
> 1. Call the macro with an explicit tiddler title as paramter like
>
> <>
>
> to
>
> \define toctoc(tiddler:<>) 
> """
> 
> <$macrocall $name="toc-selective-expandable" tag=$tiddler$/>
> 
> """
> \end
>
> OR
>
> 2. Do it the way I have done it before without explicit tiddler naming, 
> but don't put the macro-calling-tiddler itself to the sidebar but another 
> tiddler with a transclusion of the macro-calling-tiddler inside. Then it 
> works, I have tried. 
>
> ??? QUESTION END.
>
> For me both alternatives are not really "beautiful" - but ok, they work.
> Clarification would be nice, especially about the scope, also the behavior 
> in other contexts. I did not find really detailed information about that 
> here
>
> http://tiddlywiki.com/#currentTiddler%20Variable:%5B%5BcurrentTiddler%20Variable%5D%5D%20%5B%5BMacro%20Definitions%20in%20WikiText%5D%5D%20%5B%5BMacro%20Definition%20Syntax%5D%5D%20Variables%20%5B%5BVariables%20in%20WikiText%5D%5D%20%5B%5BMacro%20Calls%20in%20WikiText%5D%5D
> which were matching my usecase.
>
> Tobias, thanks for pushing me into the right direction!
>
>
>
> Am Mittwoch, 7. September 2016 20:27:35 UTC+2 schrieb Tobias Beer:
>>
>> Hi NT,
>>
>> What would you think the <> to be in the sidebar?
>> Of course, you'll have to use a macro parameter.
>>
>> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/acd39dc3-b617-4468-b009-8d35b929d0c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: beginning to understand

2016-09-07 Thread Thomas Elmiger
Was my link classified as spam again?! This is the same destination without 
redirect: https://designwritestudio.github.io/

Good night! 

-- 
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/e268fbed-e882-4695-90a0-8e9799161c35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: beginning to understand

2016-09-07 Thread Thomas Elmiger
Hmm … looks like Google deleted my previous post (classified as spam). I try to 
post the link to Steve’s course once more: 

http://bit.do/designwrite

Hope, this stays here. 
Thomas

-- 
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/adb80ae4-8b59-43ff-918d-6eb9eadfccd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Macro working well, but not when Tiddler viewed in Sidebar - Problem with CurrentTiddler Variable

2016-09-07 Thread NT
Ok Tobias, I think you want to point out that the context / scope of the 
<> Variable changes, if you show the tiddler in the sidebar.
This was not my assumption. I assumed that the context of the Variable is 
the tiddler and the tiddler is only presented in another "view" - I mean 
the tiddler just got a tag ($:/tags/SideBar), nothing more.
But as I understand you right the variable changes the scope from the 
tiddler to the sidebar - which is unexpected to me.

So - QUESTION - there is really no other way than

1. Call the macro with an explicit tiddler title as paramter like

<>

to

\define toctoc(tiddler:<>) 
"""

<$macrocall $name="toc-selective-expandable" tag=$tiddler$/>

"""
\end

OR

2. Do it the way I have done it before without explicit tiddler naming, but 
don't put the macro-calling-tiddler itself to the sidebar but another 
tiddler with a transclusion of the macro-calling-tiddler inside. Then it 
works, I have tried. 

??? QUESTION END.

For me both alternatives are not really "beautiful" - but ok, they work.
Clarification would be nice, especially about the scope, also the behavior 
in other contexts. I did not find really detailed information about that 
here
http://tiddlywiki.com/#currentTiddler%20Variable:%5B%5BcurrentTiddler%20Variable%5D%5D%20%5B%5BMacro%20Definitions%20in%20WikiText%5D%5D%20%5B%5BMacro%20Definition%20Syntax%5D%5D%20Variables%20%5B%5BVariables%20in%20WikiText%5D%5D%20%5B%5BMacro%20Calls%20in%20WikiText%5D%5D
which were matching my usecase.

Tobias, thanks for pushing me into the right direction!



Am Mittwoch, 7. September 2016 20:27:35 UTC+2 schrieb Tobias Beer:
>
> Hi NT,
>
> What would you think the <> to be in the sidebar?
> Of course, you'll have to use a macro parameter.
>
> 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/456fe069-820d-4a6a-88cb-e785c2886e31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: beginning to understand

2016-09-07 Thread Eneko Gotzon
On Wed, Sep 7, 2016 at 1:33 PM, Thomas Elmiger 
wrote:

>  experiment with interactive writing and TW5…


Interesting, exciting… ​Thank you Thomas.

-- 
Eneko Gotzon Ares
enekogot...@gmail.com

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


[tw] Re: Action on tab opening

2016-09-07 Thread Danielo Rodríguez
Thanks Jed, 

I'll check it out 

-- 
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/7c2c08c6-8472-47c5-9ca6-cb94cce44a3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Searchable fields when using _Canonical_uri ?

2016-09-07 Thread Tobias Beer
Hi Mark,
 

> Thanks Sylvain, but what I would want is a way (perhaps through a 
> configuration option) to add a key field to the regular search. For one 
> thing, I don't want to have to remember what kind of document I stored the 
> information in or what the name of the field was. If I could remember all 
> that, I wouldn't need TiddlyWiki!
>

I think what is required is to be able to configure a list of field names 
all of which will be searched via default search, now those would be "tags 
text title".

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c1412dad-8314-4dbc-b04b-5d02d3331695%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5: Displaying filter list in alphabetical order

2016-09-07 Thread KeithStock
Hi there
I'm new to TW and have a question that I'm sure is very basic. 
Unfortunately I can't find the answer anywhere else, at least not written 
in a way that I understand.

I've created a tiddler that displays a list of tiddlers with a particular 
tag:

<$list filter="[tag[TAG]]">

<$link to=<>><$view field=title/>


Right now the tiddlers are listed in the order they were added. How can I 
get them to display in alphabetical order?

Thanks in advance for your help.

-- 
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/af1932d2-7277-43c3-9ec4-513545240e8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Action on tab opening

2016-09-07 Thread Jed Carty
A widget that acts on loading can put you into an infinite loop very 
easily. I made a plugin that triggers a set of action widgets on a change 
to the wiki. You can set what happens and what change is listened for. It 
isn't polished and the documentation is terrible, but here 
 it is.

-- 
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/ed184474-5fd4-4496-960a-f8662572bb99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Searchable fields when using _Canonical_uri ?

2016-09-07 Thread 'Mark S.' via TiddlyWiki
Thanks Sylvain, but what I would want is a way (perhaps through a 
configuration option) to add a key field to the regular search. For one 
thing, I don't want to have to remember what kind of document I stored the 
information in or what the name of the field was. If I could remember all 
that, I wouldn't need TiddlyWiki!

Thanks!
Mark

On Tuesday, September 6, 2016 at 11:15:04 PM UTC-7, Sylvain Naudin wrote:
>
>
>
> Le dimanche 4 septembre 2016 22:34:24 UTC+2, Mark S. a écrit :
>>
>> Is there any field you can insert into a canonical uri tiddler to make it 
>> searchable?
>>
>> The problem is that you can have content, say an image or a PDF file, 
>> that is not itself searchable. If you want to find the content someday, 
>> there needs to be a searchable field. I tried it adding my own field, 
>> hoping that TW would check, but it didn't appear to work.
>>
>
> 
> Hello Mark,
>
> Maybe you can use this search field option, have a look to this thread : 
> https://groups.google.com/forum/#!msg/tiddlywiki/w03HpUdfSIk/fb-B-kdhrXcJ
>
> If you have a file name rules, I think you can find what you want. Or and 
> any other field and search with it.
>
> Hope this help,
> Sylvain
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cda862c7-2283-48e6-a4c5-e8112f427312%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: creating site from tiddlywiki with multiple browseable pages

2016-09-07 Thread Matabele
Hi rootsical

Some time ago I put up this site  -- the 
layout uses an alternative pop up menu that makes the site work in a more 
standard way.

Numerous tweaks were, however, required to achieve this.

regards

On Wednesday, 7 September 2016 12:16:17 UTC+2, rootsical wrote:
>
> hi. 
>
> i was wondering if it was possible to create a website from a tiddlywiki, 
> which has separate browsable pages for each tiddler. 
>
> i love how easy it is to use tiddlywiki but from a presentation and 
> useability aspect, i find the single page idea not to my taste. i much 
> prefer how mediawiki presents its pages with real url links to navigate. 
>
> i have installed tiddlywiki using npm (for use with node.js).  i am aware 
> of the commands for exporting to a static site. however, i am not sure a 
> static site is what i am after. i have no problem with the use of 
> javascript but just want separate browseable pages. the current output of 
> exporting as a static site seems to disable the ability to click on any of 
> the buttons to do anything. i cannot browse or use the tiddlywiki as 
> normal. i assume this is because pure html link tags are not being 
> generated and/or javascript seems to be completely missing/disabled.
>
> can anybody let me know if it is possible to achieve what i am after, and 
> if so, how?
>
> many 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/861f75cf-9a9a-4b91-895d-3a70740a76d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: journal

2016-09-07 Thread Danielo Rodríguez
Glad to help 

-- 
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/0182b9d8-bd6b-4ed4-8347-797c577a0c5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-07 Thread Matabele
Hi Danielo

Yes -- it contains bits of code from the ActionSetfield and ActionListops 
widgets -- then a bit left over from my old MakeTid widget and gets a great 
big boost from Tobias's make[] filter. Actually, Tobias's filter was the 
inspiration for rewriting the widget -- essentially, because the filter can 
pre-generate titles, the widget could be re-written as an action widget.

regards

On Wednesday, 7 September 2016 11:20:41 UTC+2, Danielo Rodríguez wrote:
>
>
>
> El miércoles, 7 de septiembre de 2016, 8:26:15 (UTC+2), Matabele escribió:
>>
>> Hi Rizwan
>>
>> I created a plugin for precisely this purpose -- head over to the MakeTid 
>> plugin wiki  to see some examples. 
>>
>> I put this up in a hurry for someone else -- there are brief docs in the 
>> Preferences/Plugins tab. The maketid[] filter is a stripped down version of 
>> Tobias's make[] filter -- this works together with the Maketid widget to 
>> create one or more tiddlers with a single button click. For your purposes, 
>> feed the list of titles into the maktid[] filter.
>>
>
> This is a beautiful shortcut! Correct me if I'm wrong but it's like 
> merging the action-setfield widget, action-listops and action-navigate, 
> right?
>
> 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/656aed33-a7af-4d9f-b240-39b698ce74fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-07 Thread Tobias Beer
Hi Danielo,
 

> You said that you see modularity advantages on the second one. Could you 
> expand on that? The only advantages that I see are the ones that I listed
>

I meant it in a "reuse" tidbits kind of manner where you have plugins that 
are literally shared across wikis which would otherwise be scattered 
throughout them in different versions. You could and may even want to 
deploy a new core version like that.

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3b4b3152-df37-4562-81e5-b19dcf6d25a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Macro working well, but not when Tiddler viewed in Sidebar - Problem with CurrentTiddler Variable

2016-09-07 Thread Tobias Beer
Hi NT,

What would you think the <> to be in the sidebar?
Of course, you'll have to use a macro parameter.

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3a70517a-fc94-4e5f-8177-ad19ba2f17b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: journal

2016-09-07 Thread chris rheinherren
And that works.

Thanks!

On Wednesday, September 7, 2016 at 12:38:40 PM UTC-5, Danielo Rodríguez 
wrote:
>
> Try
>
> [tag[Journal]sort[created]]
>
> Or in reverse order 
>
> [tag[Journal]!sort[created]]
>
>

-- 
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/2aca2ddd-f918-457a-8181-88a07e46a88b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to set the height and width of edit-text input boxes?

2016-09-07 Thread Zaphod Beeblebrox
But the *rows* parameter affects the height, not the width.  The *size* 
parameter affects the width, but I already have it set to 53 in the example 
pic above -- the same width as all the single-line <$edit-text> fields in 
the form, and they all perform as expected.

--Zaphod



On Wednesday, September 7, 2016 at 1:36:01 PM UTC-4, Danielo Rodríguez 
wrote:
>
> Oh, so your problem is with the width. 
> Have you tried with the rows parameter? Set it to 200 for example and see 
> what happens 

-- 
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/4be2c813-90a9-466a-bbcf-aa71e30b1129%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: journal

2016-09-07 Thread Danielo Rodríguez
Try

[tag[Journal]sort[created]]

Or in reverse order 

[tag[Journal]!sort[created]]

-- 
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/acff244a-d685-4d76-ba85-dabcb629ec45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to set the height and width of edit-text input boxes?

2016-09-07 Thread Danielo Rodríguez
Oh, so your problem is with the width. 
Have you tried with the rows parameter? Set it to 200 for example and see what 
happens 

-- 
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/9d9dde09-a6e8-427e-9504-28783d6e792b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: journal

2016-09-07 Thread chris rheinherren
I have the [tag[Journal]] already which does show journal entries for the 
home page but it seems to randomize them. I would like the newest on top 
with the oldest on the bottom.



On Wednesday, September 7, 2016 at 12:20:05 PM UTC-5, chris rheinherren 
wrote:
>
> How does one make the home page show Journal entries by the date they were 
> created?
>

-- 
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/5a3d4fe5-31ca-4291-aba5-ba7b3769dadc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] journal

2016-09-07 Thread chris rheinherren
How does one make the home page show Journal entries by the date they were 
created?

-- 
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/b8245dee-0ad5-40f0-a0ea-7d376744b4aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to set the height and width of edit-text input boxes?

2016-09-07 Thread Zaphod Beeblebrox


Thank You for that, Danielo :)

But I'm not having any trouble with the Editor, Where I'm seeing the 
problem is with the <$edit-text> widget, just as Matabele demonstrated in 
his OP...

I've been using version 5.1.11, but just switched over to 5.1.13 and it 
seems that it's even worse there, as my hacky little 'solution' (enclosing 
the <$edit-text> in a div with a "width: 450px;" declaration) isn't working 
there :(






It also displays this way when used within a flex div.

I can manually resize the area, but as soon as I close the tiddler it 
reverts back to its original size.

--Zaphod


On Tuesday, September 6, 2016 at 5:56:28 PM UTC-4, Danielo Rodríguez wrote:
>
>
>
> In te latest version you can set the heigh of the text 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/b0082313-1eda-4da5-b152-22e66e5b7dc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] creating site from tiddlywiki with multiple browseable pages

2016-09-07 Thread Jeremy Ruston
Hi rootsical

> i was wondering if it was possible to create a website from a tiddlywiki,
which has separate browsable pages for each tiddler.

I think what you're asking for is the ability to run TiddlyWiki under
Node.js but have individual URLs for each tiddler displayed interactively.
Navigating to a new tiddler would change the URL to the new tiddler. You'd
be able to open tiddlers in different tabs.

TiddlyWiki could work that why, but doesn't at the moment. It would take a
bit of work in a few areas:

* A new page template that displays the currently navigated tiddler
* New navigation logic to handle links between tiddlers
* A new HTTP route in the server module to permit individual tiddlers to be
viewed interactively

As Mat points out, most people who prefer to view a single tiddler at a
time use the "zoomin" story view.

Best wishes

Jeremy.




On Wed, Sep 7, 2016 at 11:16 AM, rootsical  wrote:

> hi.
>
> i was wondering if it was possible to create a website from a tiddlywiki,
> which has separate browsable pages for each tiddler.
>
> i love how easy it is to use tiddlywiki but from a presentation and
> useability aspect, i find the single page idea not to my taste. i much
> prefer how mediawiki presents its pages with real url links to navigate.
>
> i have installed tiddlywiki using npm (for use with node.js).  i am aware
> of the commands for exporting to a static site. however, i am not sure a
> static site is what i am after. i have no problem with the use of
> javascript but just want separate browseable pages. the current output of
> exporting as a static site seems to disable the ability to click on any of
> the buttons to do anything. i cannot browse or use the tiddlywiki as
> normal. i assume this is because pure html link tags are not being
> generated and/or javascript seems to be completely missing/disabled.
>
> can anybody let me know if it is possible to achieve what i am after, and
> if so, how?
>
> many 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/3e92a95d-eb6c-4ab2-91e0-17320b7a36be%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

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


[tw] Re: creating site from tiddlywiki with multiple browseable pages

2016-09-07 Thread Josiah
I REALLY LIKE the discussions on NOTESELF, not least because they deal 
head-on with fundamental TW issues. Like this one.

Danielo has reached into the heart of it. His steps have been measured and 
effective.

They WORK even if you don't like them.

Part of what he has done so far is pointing broader ways forward IMO.

Why? Because he's dealing with fundamentals of browser architecture, not 
trying to obvert them.

Its fascinating & relevant IMO.

Best wishes
Josiah

On Wednesday, 7 September 2016 16:01:41 UTC+2, Danielo Rodríguez wrote:
>
> Ello rootsical,
>
> Is noteself.github.io similar to what you mean? Just check the layout, 
> navigate the menus, it looks like a regular web page. Maybe it does not 
> look like , but it is an actual tiddlywiki.
> Another option is what Mat suggests. Maybe that is more than enough.
>

-- 
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/13632dab-2df6-4837-af0b-756a2fa7dc1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: creating site from tiddlywiki with multiple browseable pages

2016-09-07 Thread Danielo Rodríguez
Ello rootsical,

Is noteself.github.io similar to what you mean? Just check the layout, 
navigate the menus, it looks like a regular web page. Maybe it does not 
look like , but it is an actual tiddlywiki.
Another option is what Mat suggests. Maybe that is more than enough.

-- 
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/5f6f64b5-a393-42e0-a422-dc7586a8a921%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-07 Thread Danielo Rodríguez
 

> I mean that whichever of your two options that you go for, I hope neither 
> will mean that tiddlers are less accessible or harder to (e.g) edit.
>

I feel that you forget that plugins are not editable. You can not edit a 
tiddler that it's part of a plugin, you shadow it. This means, you create a 
copy with higher priority. Since you create a regular tiddler for this, 
they will be as accessible as the rest of them.

 

>
> For plugins (as well as any tiddlers) that are common to all TW's there 
> should ideally be one central place. But I will want to make specific 
> settings that only affect the current TW. So, if I overwrite a shadow 
> tiddler then this does not affect other TWs using that plugin.
>

As I said, the tiddlers that override the shadow tiddlers are in fact 
regular tiddlers. Those tiddlers will stick to the Notebook where they were 
created so no collisions can occur.

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/9f0c3924-8d77-41df-9c29-457803bb30b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Macro working well, but not when Tiddler viewed in Sidebar - Problem with CurrentTiddler Variable

2016-09-07 Thread NT
Hey coding folks :)

I have put the well-known TOC-Macrocall 

<>

into another WikiText Macro


\define toctoc() 
"""

<$macrocall $name="toc-selective-expandable" tag=<>/>

"""
\end

and then put the call for that one in a tiddler and just calling

<>

then.
I have done this, because 
- I found it was two much code, especially with the div formatting around, 
if you use it again and again for many different tiddlers
- I don't wanted to write the titel of the tiddler manually, every time
- In the future I want changes to be simple, so I can just change my macro 
and not every tiddler

*So this macro is working fine in the tiddler! But! *
The TOC *doesn't show up*, when I view the tiddler *in the Sidebar* by 
tagging it with $:/tags/SideBar  - but the rest of normal Text inside the 
tiddler shows up there.

So, what is wrong? I tested, and when I replace the <> 
Variable for the tag with an *actual tag like 'Chapter 12' it is working 
fine in the Sidebar*! 

I also tried it in the form of

\define toctoc() 

<>

\end

with no results as well. 

So again, the *problem seems to be the CurrentTiddler Variable*, in clear 
Text (what makes no sense for a macro) it is working well in the Sidebar.
How can I make it work in the Sidebar with the CurrentTiddler Variable?

Thanks for attention :)

-- 
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/950c276f-d7f9-4c7f-be0d-bebf741f6527%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: beginning to understand

2016-09-07 Thread Thomas Elmiger
Hi Eneko

If you want to experiment with interactive writing and TW5 this course could be 
of interest for you:
http://bit.do/designwrite

Happy writing!
Thomas 

-- 
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/b3c5d917-2e61-443b-b84d-8bcca82f7366%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-07 Thread Mat

>
> >I would definitely prefer that a plugin only has to be installed once / 
> in one place that is accessible from within either TW, and any changes are 
> reflected across devices.
>
> This definetively fits in the first implementation description. I'm not 
> sure about the second part of your sentence. What do you mean with 
> "accessible from within either TW"? Do you mean across devices or maybe all 
> the Notebooks on that device?
>

I mean that whichever of your two options that you go for, I hope neither 
will mean that tiddlers are less accessible or harder to (e.g) edit.

 

> > But I also want to be able to use local plugin settings (=overwritten 
> shadows) that are not spread in the system.
>
> This will happen for both implementations. Overriden shadow tiddlers will 
> not be treated differently from regular tiddlers on any implementation, 
> because at the end they are regular tiddlers. Or do you mean that do don't 
> expect shadow tiddlers to be synced?
>

For plugins (as well as any tiddlers) that are common to all TW's there 
should ideally be one central place. But I will want to make specific 
settings that only affect the current TW. So, if I overwrite a shadow 
tiddler then this does not affect other TWs using that plugin.


<:-)

-- 
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/c407562b-e603-4146-812f-b949787a59b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: creating site from tiddlywiki with multiple browseable pages

2016-09-07 Thread Mat
Not actual url pages but did you try to simply change 
Ctrlpanel>Appearence>Storyview ?

<:-)

-- 
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/e345c56d-5f29-4ab3-b685-6f54de4ec75e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] creating site from tiddlywiki with multiple browseable pages

2016-09-07 Thread rootsical
hi. 

i was wondering if it was possible to create a website from a tiddlywiki, 
which has separate browsable pages for each tiddler. 

i love how easy it is to use tiddlywiki but from a presentation and 
useability aspect, i find the single page idea not to my taste. i much 
prefer how mediawiki presents its pages with real url links to navigate. 

i have installed tiddlywiki using npm (for use with node.js).  i am aware 
of the commands for exporting to a static site. however, i am not sure a 
static site is what i am after. i have no problem with the use of 
javascript but just want separate browseable pages. the current output of 
exporting as a static site seems to disable the ability to click on any of 
the buttons to do anything. i cannot browse or use the tiddlywiki as 
normal. i assume this is because pure html link tags are not being 
generated and/or javascript seems to be completely missing/disabled.

can anybody let me know if it is possible to achieve what i am after, and 
if so, how?

many 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/3e92a95d-eb6c-4ab2-91e0-17320b7a36be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: beginning to understand

2016-09-07 Thread Eneko Gotzon
On Wed, Sep 7, 2016 at 11:41 AM, Eneko Gotzon  wrote:

> I will continue using TW5…


​M
aybe
​TW5 is not my best choice…
I
​continue
 learning.

-- 
Eneko Gotzon Ares
enekogot...@gmail.com

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


Re: [tw] Re: beginning to understand

2016-09-07 Thread Eneko Gotzon
On Wed, Sep 7, 2016 at 3:11 AM, Rizwan Ishak 
wrote:

> You can use Microsoft word or Libreoffice…


​Thank you Rizwan.

For now I will continue using TW5 because it seems an interesting software.

-- 
Eneko Gotzon Ares
enekogot...@gmail.com

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


[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-07 Thread Danielo Rodríguez


El miércoles, 7 de septiembre de 2016, 8:26:15 (UTC+2), Matabele escribió:
>
> Hi Rizwan
>
> I created a plugin for precisely this purpose -- head over to the MakeTid 
> plugin wiki  to see some examples. 
>
> I put this up in a hurry for someone else -- there are brief docs in the 
> Preferences/Plugins tab. The maketid[] filter is a stripped down version of 
> Tobias's make[] filter -- this works together with the Maketid widget to 
> create one or more tiddlers with a single button click. For your purposes, 
> feed the list of titles into the maktid[] filter.
>

This is a beautiful shortcut! Correct me if I'm wrong but it's like merging 
the action-setfield widget, action-listops and action-navigate, right?

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/d4ba71c5-50f9-45db-a90e-4fc68a64986e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-07 Thread Rizwan Ishak
Absolutely fantastic. Does the whole thing in a line!.

-- 
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/aff0061f-fffe-4fd5-be4b-9d19a37a493e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-07 Thread Danielo Rodríguez
Hello Tobias, 

The first way is the hard one :P 
So even if it is the default for TW it is the one that will take more time for 
me. 

You said that you see modularity advantages on the second one. Could you expand 
on that? The only advantages that I see are the ones that I listed 

-- 
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/a6db0387-1ddf-40da-bb28-a6d0264d3cdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-07 Thread Danielo Rodríguez
Hello Mat, 

You have all the right to give your opinion because I have asked for it. To be 
honest, what I want is help taking the decission no matter if the people 
answering will end using NS or not. 

>I would definitely prefer that a plugin only has to be installed once / in one 
>place that is accessible from within either TW, and any changes are reflected 
>across devices.

This definetively fits in the first implementation description. I'm not sure 
about the second part of your sentence. What do you mean with "accessible from 
within either TW"? Do you mean across devices or maybe all the Notebooks on 
that device? 

> But I also want to be able to use local plugin settings (=overwritten 
> shadows) that are not spread in the system.

This will happen for both implementations. Overriden shadow tiddlers will not 
be treated differently from regular tiddlers on any implementation, because at 
the end they are regular tiddlers. Or do you mean that do don't expect shadow 
tiddlers to be synced? 

-- 
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/51f2f9f7-0822-4cb3-9ea0-71ec05947202%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Dropbox no longer serving HTMTL files?

2016-09-07 Thread Danielo Rodríguez
I really encourage you to try my tutorial 

https://github.com/danielo515/TW5-auto-publish2gh-pages

It allows you to edit directly on github, without the need to be on your 
computer to "compile and publish" your wiki 

-- 
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/336226b9-56a1-4312-8123-e3260bb7960a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Question about generating tiddlers from dictionary tiddler.

2016-09-07 Thread Matabele
Hi Rizwan

I created a plugin for precisely this purpose -- head over to the MakeTid 
plugin wiki  to see some examples. 

I put this up in a hurry for someone else -- there are brief docs in the 
Preferences/Plugins tab. The maketid[] filter is a stripped down version of 
Tobias's make[] filter -- this works together with the Maketid widget to 
create one or more tiddlers with a single button click. For your purposes, 
feed the list of titles into the maktid[] filter.

regards

On Tuesday, 6 September 2016 19:28:10 UTC+2, Rizwan Ishak wrote:
>
>
>
> This contains several questions, please be patient.
>
>
>
> Say, there is a dictionary tiddler with title "*Fruits*" and having 
> content.
>
> Apple:Red
> Mango:Yellow
> Grapes:Purple
> Watermelon:Green
>
>
> I am trying to generate, on a single button click, four tiddlers with 
> titles Apple, Mango, Grapes and Watermelon.
>
> With the code
> <$button>
> <$list filter="[title[Fruits]indexes[]]" variable="index"> 
> <$action-sendmessage $message="tm-new-tiddler" title="<>"/>
> Multiple Tiddlers, Yay!!
> 
>
> I was able to generate drafts of 4 tiddlers with the required names. But I 
> didn't want them to open for editing or appear in the storyriver - just be 
> created silently.
> I tried using make plugin from Tobibeer as
>
> <$button>
> <$list filter="[title[data]indexes[]sort[title]]" variable="index"> 
> <$action-setfield $field=notetext $value=<> />   
> > coz I read 'make' plugin won't accept anything but 
> default macros. 
> <$list filter="[[]make[{{!!notetext}}]]"/>
> 
> Multiple Tiddlers, Yay!!
> 
>
>
> | am not quite  sure I nailed that syntax. I am not even sure this is how 
> to use it. 
>
>
> Questions
> 1. The button widget attribute set/setTo which will allow you to generate 
> a new tiddler silently given that no tiddler target is given and set=title 
> is specified, how do I replicate the same here? Or is there some other way? 
> I guess that way I can store most of my read only data in a dictionary 
> format and generate tiddlers only when necessary. 
> 2. List filter in the above codes as "[title[Fruits]getindex[]]" returns 
> absolutely nothing. If I understand correnctly, it should return the other 
> side of colon, right? May I know what am I doing wrong?
> 3. Can there be something like "Stupid Questions Saturday" or something 
> where absolute noobs can ask questions without fearing to be a botheration?
>
>
>
>
>
>
>
>

-- 
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/1c197503-5391-4420-8c8f-0f205462b569%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Searchable fields when using _Canonical_uri ?

2016-09-07 Thread Sylvain Naudin


Le dimanche 4 septembre 2016 22:34:24 UTC+2, Mark S. a écrit :
>
> Is there any field you can insert into a canonical uri tiddler to make it 
> searchable?
>
> The problem is that you can have content, say an image or a PDF file, that 
> is not itself searchable. If you want to find the content someday, there 
> needs to be a searchable field. I tried it adding my own field, hoping that 
> TW would check, but it didn't appear to work.
>

Hello Mark,

Maybe you can use this search field option, have a look to this thread : 
https://groups.google.com/forum/#!msg/tiddlywiki/w03HpUdfSIk/fb-B-kdhrXcJ

If you have a file name rules, I think you can find what you want. Or and 
any other field and search with it.

Hope this help,
Sylvain


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


[tw] Re: Need user feedback: how do you prefer plugin management in NoteSelf?

2016-09-07 Thread Mat
[Ok, with the premise that I have little idea if I will use NoteSelf (too 
early to tell) so I don't quite feel I have the *right* to have an opinion 
on this.]

I would definitely prefer that a plugin only has to be installed once / in 
one place that is *accessible *from within either TW, and any changes are 
reflected across devices. But I also want to be able to use local plugin 
settings (=overwritten shadows) that are not spread in the system.

<:-)

-- 
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/51f632d4-399d-4e54-94a9-5dd905b27045%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.