[tw5] Re: Display content of Macro Tiddler

2019-12-03 Thread Mohammad
Yes,
 One solution is using Utility plugin

https://kookma.github.io/TW-Utility/


The other is to write your own ViewTemplate as below

<$list filter="[all[current]tag[$:/tags/Macro]]">
<$view/>



Good luck

On Wednesday, December 4, 2019 at 11:10:57 AM UTC+3:30, Torax Malu wrote:
>
> Hi!
>
>
> I noticed several times while working with macro tiddler, that the content 
> is only displayed in edit mode. Is there an option / add-on, which shows 
> the macro itself instead of the interpreted result without switching to 
> edit mode?
>
>
> Thanks and cheers
>
>
> ToraxMalu
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d2a14123-1897-4d9a-b558-c63b57be3ef9%40googlegroups.com.


[tw5] Display content of Macro Tiddler

2019-12-03 Thread 'Torax Malu' via TiddlyWiki
 

Hi!


I noticed several times while working with macro tiddler, that the content 
is only displayed in edit mode. Is there an option / add-on, which shows 
the macro itself instead of the interpreted result without switching to 
edit mode?


Thanks and cheers


ToraxMalu

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d462d94c-4995-4423-853a-bd7a3e3fef78%40googlegroups.com.


[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread A Gloom


> Have you googled MathML tiddlywiki?
>

Obviously not, something way down my list... just a pondering... 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/060d605d-fedd-4313-9f27-b3895169490d%40googlegroups.com.


[tw5] Re: Select among three tiddlers with priority

2019-12-03 Thread Mohammad
Yes, seems your solution also works!

I am trying to use this for tiddler overloading like the one is found for 
shadow tiddlers!

So, tid2 is required to overload if tid1 exist! If none exist TW should use 
a default tiddler called tid3 here!


One use case:


   1. Display a tiddler using template tid2 (the one tagged with b)
   2. If user supplied its own template use user template here is tid1 (the 
   one tagged with a)
   3. If not supplied tid1 nor tid2 use a default template called tid3



--Mohammad 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b9e4d7a7-e8d2-43b1-9e56-60ddf30b263c%40googlegroups.com.


[tw5] Re: Select among three tiddlers with priority

2019-12-03 Thread TonyM
Mohammad,

Am I correct restating your requirement that "given three tiddlers select 
the first one you find?"

I would think this works, if not your own example
<$list filter="[tag[a]] [tag[b]] [[tid3]] +[limit[1]]">
<>


Tony


On Wednesday, December 4, 2019 at 5:28:21 PM UTC+11, Mohammad wrote:
>
> How to select among three tiddlers in below priority?
>
> - if tid1, tid2, and tid3 are existed then return tid1
> -if tid2, and tid3 are existed return tid2
> -if tid1 and tid2 are NOT existed then return tid3
>
> Note the first two tiddlers come from a filter result and we don not know 
> their name in advance like 
>
>- [tag[a]] for tid1
>- [tag[b]] for tid2
>
> I thought the below code may work, what do you propose?
>
> <$list filter="[tag[a]] [tag[b]] +[limit[1]]" emptyMessage="tid3">
> <>
> 
>
>
> --Mohammad
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/766f94ea-3e43-4934-83e5-8f407ba579bd%40googlegroups.com.


[tw5] TiddlyClip latest?

2019-12-03 Thread TonyM
Folks,

For some time I did not need to use tiddlyclip, but always knew it was 
there. I have returned to use it again.

Can anyone tell be which is the latest source for the plugin and which 
Browser(s) they have it running on?

FYI: I am finding the Google Group mail Archive a useful way to browse a 
thread, and want to use TiddlyClip to capture content to build a thread 
summary. 

Regards
Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e1e67f5f-c538-4022-ac09-a6fd9aed1e1a%40googlegroups.com.


[tw5] Select among three tiddlers with priority

2019-12-03 Thread Mohammad
How to select among three tiddlers in below priority?

- if tid1, tid2, and tid3 are existed then return tid1
-if tid2, and tid3 are existed return tid2
-if tid1 and tid2 are NOT existed then return tid3

Note the first two tiddlers come from a filter result and we don not know 
their name in advance like 

   - [tag[a]] for tid1
   - [tag[b]] for tid2

I thought the below code may work, what do you propose?

<$list filter="[tag[a]] [tag[b]] +[limit[1]]" emptyMessage="tid3">
<>



--Mohammad

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19d704a8-d183-443a-a079-6901afb189e5%40googlegroups.com.


Re: [tw5] Tiddlywikis are no longer saving on my hosted site

2019-12-03 Thread TG
Thank you, everyone. I opted to go with the *tw-receiver* and everything
appears to be working well. My life can continue, I've become so dependent
on my wikis. All your help was much appreciated.

On Sat, Nov 30, 2019 at 5:11 PM TonyM  wrote:

> FYI Personally I had a lot of trouble with store.php so was much happier
> when tw-reciever became available https://github.com/sendwheel/tw-receiver
>
> Tony
>
> On Sunday, December 1, 2019 at 10:01:37 AM UTC+11, Boazter wrote:
>>
>> Thank you, I checked my store.php and it didn't have a reference to
>> either split or explode. I tried to download a new store.php but couldn't
>> get it to work. I ran out of time to mess with it, so will try again later.
>> I think I'll try a new one from scratch to see if I can get that to work
>> first. Thank you for your lead.
>>
>> On Sat, Nov 30, 2019 at 9:35 AM Jan  wrote:
>>
>>> Hi,
>>> this could be a php-version issue if u use store.php.
>>> For me this could be fixed by replacing "split" which could be outdated
>>> by "explode".
>>> I hope this helps.
>>>
>>> Am 30.11.2019 um 17:37 schrieb Boazter:
>>>
>>> The past week or so it seems that none of my tiddlywikis are saving on
>>> my hosted site (Dreamhost). I was recently informed that the site was
>>> upgraded to PHPv php72.cgi. Could this be the cause and has anyone else
>>> experienced a problem? Advice on how to fix?
>>> --
>>> 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 tiddl...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/3adf1bf3-a3b3-4276-9670-3547b76c2063%40googlegroups.com
>>> 
>>> .
>>>
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "TiddlyWiki" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/tiddlywiki/8-eWoBZEp0E/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> tiddl...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/5DE2A7F7.20902%40googlemail.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/8-eWoBZEp0E/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/0a6f9f34-5edf-42e5-a96a-99748146eaae%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAK67uv47T%2BEk17LyeJKLTCEL%3Dc0TQpHdBdnu%3DYHSURPrwiAy1Q%40mail.gmail.com.


[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread TonyM
Have you googled MathML tiddlywiki?

On Wednesday, December 4, 2019 at 4:57:38 PM UTC+11, A Gloom wrote:
>
> Wonders how well TW would implement MathML
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bf49f8c9-cf34-433c-b87f-c69fc64d5e46%40googlegroups.com.


[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread A Gloom
Wonders how well TW would implement MathML

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6965ac79-5eed-4041-8045-e9efc22e2d53%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread 'Mark S.' via TiddlyWiki
It only happens with TiddlyServer -- not BobSaver or file-backups. Often I 
don't even leave the tab.  It's falsely detecting a change on the disk. But 
I don't understand why it's even checking for a change. Perhaps it was/is 
useful with data folders.

On Tuesday, December 3, 2019 at 9:10:40 PM UTC-8, TonyM wrote:
>
> Mark
>
> I think the issue is if you return to a wiki in a tab after a while, even 
> a browser or pc reboot to a wiki that has not being reloaded before you 
> made changes causes this.
>
> Perhaps there is a fix, but an emergency export changes only, reload, 
> import changes in the work around.
>
> Eventualy I will publish a set of custom save buttons for this situation.
>
> Tony 
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/98878265-75d0-4505-ade3-a4fb39b2633f%40googlegroups.com.


[tw5] Re: Being honest: I got my wikis in a twist ...

2019-12-03 Thread A Gloom
Isn't plugin's supposed to be the lego blocks?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e8f79161-3e22-4e8e-8232-f7a3f92c8671%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TonyM
Mark

I think the issue is if you return to a wiki in a tab after a while, even a 
browser or pc reboot to a wiki that has not being reloaded before you made 
changes causes this.

Perhaps there is a fix, but an emergency export changes only, reload, import 
changes in the work around.

Eventualy I will publish a set of custom save buttons for this situation.

Tony 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9fa557fe-d9d6-487c-ad5a-fa3bc96f79a1%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread 'Mark S.' via TiddlyWiki
I get "changed on server" messages regularly.  Often on the second time I 
attempt to save. Talking single files.
This didn't happen with the old (1.??) version. It's made it pretty hard to 
use, since every time it happens I
have to do a "rescue" of the changed tiddlers. If it just ignored the 
non-existent changes on disk and saved
it would be fine. Output below.

412 ifmatch "0-5124547-1575414313000"
412 etag "0-5124547-1575434388000"
412 caused by difference in modified
[2019-12-03T20:46:07.125-0800] PUT 127.0.0.1   412 127.0.0.1 
/TW2014/T
o.html   42.922 ms - -

Thanks!

Just thought I'd take a minute to chime in here. I made TiddlyServer to 
> solve my own problem of Massive Multi-file Online wikis. It serves the 
> folders you specify in a sort of tree allowing them to be grouped together 
> and easily navigated with the built-in directory index (even the virtual 
> directories or "groups"). When a data folder is accessed, TiddlyServer 
> automatically fires up a node instance of the TiddlyWiki 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/febe52b3-ed84-436d-8890-32c56bc766ef%40googlegroups.com.


[tw5] Re: To Google Group Owner - Jeremy?

2019-12-03 Thread TonyM
*Select About Group to send a message to the Group owner.*


On Wednesday, December 4, 2019 at 11:16:55 AM UTC+11, TonyM wrote:
>
> Is it possible for your to review the google Group Settings and consider 
> setting TiddlyWiki to a Collaborative inbox.
>
> If possible on a Non Google Suit Group -
>
>- https://support.google.com/a/answer/167430?hl=en
>- More commentary about this can be found on net
>- It may change the look of the forum a little but will make more 
>features available.
>
>
> Make sure your group type is "Collaborative inbox." 
>
>1. Sign in to Google Groups .
>2. Click My groups.
>3. Choose a group.
>4. Near the top right, click Manage group. 
>5. On the left, click Information [image: and then] Advanced.
>6. Next to "Select a group type," click the Down arrow [image: Down 
>Arrow].
>7. Choose Collaborative inbox.
>8. Click Reset this group.
>9. In the box that pops up, click Reset group
>
> *You may then want to add a few trusted people some extra moderation 
> rights to help develop out use of Google Groups.*
>
> Regards
> Tony
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/622589d9-93e6-4dba-a86a-9d4b46e1bb07%40googlegroups.com.


[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Dave,

I also Updated 

\define date-time(template date-field)
<$set name=template value="$template$" emptyValue="""<$macrocall $name="now" 
format={{$:/config/now-format}} />""" >
<$set name=date-field value=<> emptyValue="$date-field$"> 
<$set name=date-field value=<> emptyValue="created">
<$macrocall $name=return-date-time template=<>/>

\end
\define return-date-time(template)
<$view field=<> format="date" template="$template$"/>
\end


$:/config/now-format example = hh:0mm


<>

<>

:Can also set variable date-field

It is missing the desired result that when no parameters are given it 
provides *Now* time.

Regards
Tony


On Wednesday, December 4, 2019 at 10:42:47 AM UTC+11, Dave wrote:
>
> You (Tony), all those macros, including the date-time one.  I can 
> understand how it works partially, but an example wiki would be beneficial 
> to get all the use cases you have in mind.
>
> But no hurry - as you say its "almost complete"
>
> On Tuesday, December 3, 2019 at 4:12:06 PM UTC-7, TonyM wrote:
>>
>> Dave,
>>
>> Whos reply are you referring to here?
>>
>> That looks cool, do you have any more examples of it in use in a TW 
>>> somewhere?  I pasted all that in a tiddler but don't quite get how they work
>>>
>>
>> Tony 
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/18ca73ec-2c12-4f73-ab8e-a72d8eac8db1%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread David Gifford
One thing I do to make it easier: I make the permalink button visible in 
the view toolbar so I can grab a tiddler's permalink quickly and paste it 
in links to the file#tiddler in other files. Since some of the files are 
then uploaded for others, the button also serves as a "share on social 
media" button. You can see it on a Spanish file I am working on here 
http://giffmex.org/wiki/nt1.html



On Monday, December 2, 2019 at 4:39:56 AM UTC-6, Victor Dorneanu wrote:
>
> Hi everyone, 
>
> what I want to achieve is to have multiple wikis for each "area" of 
> knowledge. Let's say:
>
>
>- coding
>- notes (from books, articles etc.)
>- cooking recipes
>- etc.
>
>
> I like to manage my tiddlers at a single place, that means: Have 
> everything inside a big (git) repository. However, when I want to 
> share/publish my content I'd like to have multiple files for each knowledge 
> area:
>
>
>- coding.html (for coding)
>   - everything that is tagged with "coding" or has "coding" as a 
>   parent tag
>   - notes.html (for notes)
>   - everything that is tagged with "notes" or has "notes" as a parent 
>   tag
>- and so forth
>
>
> For every published wiki I'd like to also have a different welcome page 
> and perhaps different style (CSS) customizations. 
>
> I came across this Github issue thread 
>  where Tobi Beer 
> (awesome work BTW!) presented some dirty implementation 
>  of a "monolithic" based multiple 
> wiki approach. Without going into details of current discussion regarding 
> that topic: What would be the most easiest way to achieve what I've 
> described before?
>
> Thanks in advance.
>
>
> Greetings, 
> Victor 
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a664c733-8418-4a7e-8de8-d37d1d1c86cb%40googlegroups.com.


[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Fixed and examples, paste into a tiddler

\define (fieldname)
<$set name=date-field value=<> emptyValue="$fieldname$">
<$set name=date-field value=<> emptyValue="created">
<$view field=<> format="date" template=""/>

\end
\define 0MM(fieldname)
<$set name=date-field value=<> emptyValue="$fieldname$">
<$set name=date-field value=<> emptyValue="created">
<$view field=<> format="date" template="0MM"/>

\end
\define 0DD(fieldname)
<$set name=date-field value=<> emptyValue="$fieldname$">
<$set name=date-field value=<> emptyValue="created">
<$view field=<> format="date" template="0DD"/>

\end
\define 0hh(fieldname)
<$set name=date-field value=<> emptyValue="$fieldname$">
<$set name=date-field value=<> emptyValue="created">
<$view field=<> format="date" template="0hh"/>

\end
\define 0mm(fieldname)
<$set name=date-field value=<> emptyValue="$fieldname$">
<$set name=date-field value=<> emptyValue="created">
<$view field=<> format="date" template="0mm"/>

\end
\define 0ss(fieldname)
<$set name=date-field value=<> emptyValue="$fieldname$">
<$set name=date-field value=<> emptyValue="created">
<$view field=<> format="date" template="0ss"/>

\end
\define 0XXX(fieldname)
<$set name=date-field value=<> emptyValue="$fieldname$">
<$set name=date-field value=<> emptyValue="created">
<$view field=<> format="date" template="0XXX"/>

\end


;Examples
:Defaut to created on current tiddler {{!!created}}
:=<>
:0MM=<<0MM>>
:0DD=<<0DD>> 
:0hh=<<0hh>>
:0mm=<<0mm>>
:0ss=<<0ss>>
:0XXX=<<0XXX>>


;Default field override to modified {{!!modified}}
:<<0DD modified>>/<<0MM modified>>/<> at <<0hh modified>>:<<
0mm modified>>


;Set a variable as the fieldname set a fieldname a-date-field with value 
20180105
:Note this is a partial serial number and returns only what is in the date 
field.
<$set name=date-field value="a-date-field">


:=<>
:0MM=<<0MM>>
:0DD=<<0DD>> 
:0hh=<<0hh>>
:0mm=<<0mm>>
:0ss=<<0ss>>
:0XXX=<<0XXX>>



On Wednesday, December 4, 2019 at 10:42:47 AM UTC+11, Dave wrote:
>
> You (Tony), all those macros, including the date-time one.  I can 
> understand how it works partially, but an example wiki would be beneficial 
> to get all the use cases you have in mind.
>
> But no hurry - as you say its "almost complete"
>
> On Tuesday, December 3, 2019 at 4:12:06 PM UTC-7, TonyM wrote:
>>
>> Dave,
>>
>> Whos reply are you referring to here?
>>
>> That looks cool, do you have any more examples of it in use in a TW 
>>> somewhere?  I pasted all that in a tiddler but don't quite get how they work
>>>
>>
>> Tony 
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ce16a499-4191-4ee1-904b-2348b723b1cb%40googlegroups.com.


[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Dave,

So Sorry, There was an error in my reply, I copied the draft not the final 
result, I will edit the reply and post an update here with examples soon.

Tony

On Wednesday, December 4, 2019 at 10:42:47 AM UTC+11, Dave wrote:
>
> You (Tony), all those macros, including the date-time one.  I can 
> understand how it works partially, but an example wiki would be beneficial 
> to get all the use cases you have in mind.
>
> But no hurry - as you say its "almost complete"
>
> On Tuesday, December 3, 2019 at 4:12:06 PM UTC-7, TonyM wrote:
>>
>> Dave,
>>
>> Whos reply are you referring to here?
>>
>> That looks cool, do you have any more examples of it in use in a TW 
>>> somewhere?  I pasted all that in a tiddler but don't quite get how they work
>>>
>>
>> Tony 
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1605f10d-8a73-4828-b71a-926fa8e343a6%40googlegroups.com.


Re: [tw5] Re: input fields

2019-12-03 Thread Eric Shulman
On Tuesday, December 3, 2019 at 3:51:06 PM UTC-8, PWL wrote:
>
> I tried both those, didn't do what I wanted.  here is the code I have 
> now.  Like I said the search works fine, the only thing I want is to be 
> able to enter the criteria on the tiddly itself instead of having to use 
> the side bar.
>
> Search <$select tiddler="$:/temp/searchfilter" default="Choose">
> -Choose one-
>  value="[has[intelligence]search:intelligence{$:/temp/search}]">Intelligence
>  value="[has[climate_terrain]search:climate_terrain{$:/temp/search}]">Climate/Terrain
> HD
> 
>
> <$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />
>

Try this:

After the <$select>, add an $edit-text widget, like this:
<$edit-text tiddler="$/temp/search" tag="input" />

Note: if you want to keep your search complete separate from the sidebar, 
change the name of the tiddler (e.g., "$:/temp/mysearch").  Of course, you 
will also have to refer to *that* tiddler name in the values of your 
$select list.

Let me know how it goes...

enjoy,
-e


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b8777b77-98d2-4ad4-8a32-8496206f45a1%40googlegroups.com.


[tw5] To Google Group Owner - Jeremy?

2019-12-03 Thread TonyM
Is it possible for your to review the google Group Settings and consider 
setting TiddlyWiki to a Collaborative inbox.

If possible on a Non Google Suit Group -

   - https://support.google.com/a/answer/167430?hl=en
   - More commentary about this can be found on net
   - It may change the look of the forum a little but will make more 
   features available.


Make sure your group type is "Collaborative inbox." 

   1. Sign in to Google Groups .
   2. Click My groups.
   3. Choose a group.
   4. Near the top right, click Manage group. 
   5. On the left, click Information [image: and then] Advanced.
   6. Next to "Select a group type," click the Down arrow [image: Down 
   Arrow].
   7. Choose Collaborative inbox.
   8. Click Reset this group.
   9. In the box that pops up, click Reset group

*You may then want to add a few trusted people some extra moderation rights 
to help develop out use of Google Groups.*

Regards
Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f7d2bd36-59ed-4902-9310-18c7618d0604%40googlegroups.com.


Re: [tw5] Re: input fields

2019-12-03 Thread TonyM
PWL,

I am not certain of what you want, but if it helps;

So If you wish to customise the search perhaps clone $:/core/ui/
SideBarSegments/search and edit to your needs. 

Alternatively build up a list of your own containing the selected search 
filter and using the search operator etc...

Regards
Tony



On Wednesday, December 4, 2019 at 10:51:06 AM UTC+11, PWL wrote:
>
> I tried both those, didn't do what I wanted.  here is the code I have 
> now.  Like I said the search works fine, the only thing I want is to be 
> able to enter the criteria on the tiddly itself instead of having to use 
> the side bar.
>
> Search <$select tiddler="$:/temp/searchfilter" default="Choose">
> -Choose one-
>  value="[has[intelligence]search:intelligence{$:/temp/search}]">Intelligence
>  value="[has[climate_terrain]search:climate_terrain{$:/temp/search}]">Climate/Terrain
> HD
> 
>
> <$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />
>
> On Tue, Dec 3, 2019 at 5:56 PM TonyM > 
> wrote:
>
>> PWL,
>>
>> Use the following to create a tag pill for the items on the sidebar 
>>
>> <>
>>
>> Using the drop down you will see one item in the sidebar is $:/c
>> ore/ui/SideBarSegments/search
>>
>> Perhaps all you want is to include that in your tiddler with
>> {{$:/core/ui/SideBarSegments/search}}
>>
>> Is that what you are after?
>>
>> Tony
>>
>> On Wednesday, December 4, 2019 at 8:48:54 AM UTC+11, PWL wrote:
>>>
>>> Hello all, 
>>>
>>> I was hoping somebody could help me out here.  All I want is to put an 
>>> input field for my filter search on my index tiddly. The search works fine, 
>>> I just want to enter what I am searching for on my index page beside the 
>>> drop down menu.  I have been looking for the code everywhere and I can't 
>>> find it.  Maybe I am just not typing in the right words.  I attached a 
>>> screen cap to show what I have.
>>>
>>> Thanks to everybody who may help.
>>>
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/AeLvQN8Pul4/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/97cad7c0-a51d-48e3-9950-250b4f676751%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2011e732-fe55-4121-b73b-26a66c39bca9%40googlegroups.com.


Re: [tw5] Re: input fields

2019-12-03 Thread Patrick L.
I tried both those, didn't do what I wanted.  here is the code I have now.
Like I said the search works fine, the only thing I want is to be able to
enter the criteria on the tiddly itself instead of having to use the side
bar.

Search <$select tiddler="$:/temp/searchfilter" default="Choose">
-Choose one-
Intelligence
Climate/Terrain
HD


<$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />

On Tue, Dec 3, 2019 at 5:56 PM TonyM  wrote:

> PWL,
>
> Use the following to create a tag pill for the items on the sidebar
>
> <>
>
> Using the drop down you will see one item in the sidebar is $:/c
> ore/ui/SideBarSegments/search
>
> Perhaps all you want is to include that in your tiddler with
> {{$:/core/ui/SideBarSegments/search}}
>
> Is that what you are after?
>
> Tony
>
> On Wednesday, December 4, 2019 at 8:48:54 AM UTC+11, PWL wrote:
>>
>> Hello all,
>>
>> I was hoping somebody could help me out here.  All I want is to put an
>> input field for my filter search on my index tiddly. The search works fine,
>> I just want to enter what I am searching for on my index page beside the
>> drop down menu.  I have been looking for the code everywhere and I can't
>> find it.  Maybe I am just not typing in the right words.  I attached a
>> screen cap to show what I have.
>>
>> Thanks to everybody who may help.
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/AeLvQN8Pul4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/97cad7c0-a51d-48e3-9950-250b4f676751%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAOLhXqbpjc%3DWHsxT7%2B-LGA1H8jgnC3%3DZvC2oT51058-UtmtBbA%40mail.gmail.com.


[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread Dave
You (Tony), all those macros, including the date-time one.  I can 
understand how it works partially, but an example wiki would be beneficial 
to get all the use cases you have in mind.

But no hurry - as you say its "almost complete"

On Tuesday, December 3, 2019 at 4:12:06 PM UTC-7, TonyM wrote:
>
> Dave,
>
> Whos reply are you referring to here?
>
> That looks cool, do you have any more examples of it in use in a TW 
>> somewhere?  I pasted all that in a tiddler but don't quite get how they work
>>
>
> Tony 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/828043c7-1b27-4cc3-9905-b34ba5768674%40googlegroups.com.


[tw5] Re: Google Groups PIN's

2019-12-03 Thread TonyM
Renamed Topic in Forum to "Using Google Groups PIN's and More" and edited 
lead post

Tony

On Wednesday, December 4, 2019 at 9:36:48 AM UTC+11, TonyM wrote:
>
> To PIN/UNPIN
>
> Open the thread in The Google Forum View - Use the Actions Button
>
> Pins are forum wide so please use sparingly.
>
>
>- ? Can we unpin others pins? 
>- How can we tell who pinned something?
>
> Regards
> Tony
>
> On Wednesday, December 4, 2019 at 9:32:12 AM UTC+11, TonyM wrote:
>>
>> Folks,
>>
>> It has come to my attention that pins are not private in Google Groups 
>> and whilst I have pinned some I cant seem to see how to unpin. Or reverse 
>> Display at top.
>>
>> This raises the larger Questions about PIN, Completed Flag etc... The 
>> problem I have is between mobile and desktop access to these forums these 
>> choices appear sometimes and not others. It seems inconsistent.
>>
>> I am not an admin of this group so can not look behind the scenes, but we 
>> need to resolve this once an for all and document it somewhere linked to in 
>> the group info. 
>>
>> Any tips please.
>>
>> Regards
>> Tony
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e09dc6a7-91cd-4a46-a15b-c987cfca7afa%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TonyM
On the beautification process, of TiddlyServer

Could there be a html template that can be crafted as an alternative?

One could then publish host information, Links to key resources, guidelines 
of use etc... on arriving at the server!

Regards
Tony

On Wednesday, December 4, 2019 at 10:11:44 AM UTC+11, Mohammad wrote:
>
> Many thanks Arlen!
>
> TiddlyServer is really amazing and lets work with multiple wiki out of the 
> box!
> I may send further comments later after I evaluate it with some experiment!
>
> Yes, other people should read documents an send their feedback how they 
> get things working by following the tutorial!
> My feedback was just what I encountered by reading tutorial here 
> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html and
> your description in above post.
>
> Just a minor comment:
>  I think like TiddlyDesktop it is possible to customize and beatify the 
> landing page and  folder pages of TiddlyServer. May be you can use 
> Tiddlywiki itself for this purpose!
>
> --Mohammad
>
> On Wednesday, December 4, 2019 at 1:53:33 AM UTC+3:30, Arlen Beiler wrote:
>>
>> You can set "_datafoldertarget": "../some/path" in settings.json to any 
>> TiddlyWiki folder you want. Relative paths are relative to the 
>> settings.json file. You can see it in the example in 
>> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html although I 
>> don't mention it anywhere on that page. Thank you for your feedback. I'll 
>> try to update my docs to make it more clear.
>>
>> On Tue, Dec 3, 2019 at 5:08 PM Mohammad  wrote:
>>
>>> Arlen,
>>>  Is it possible to use 5.1.22p or other version of TW instead of the 
>>> preconfigured 5.21?
>>>
>>> --Mohammad
>>>
>>> -- 
>>> 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 tiddl...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/66f697ef-cc1c-4a53-8ebe-f7cd7bd924d5%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dba1d2b6-9ae1-4ed2-8828-70c402c8d6f4%40googlegroups.com.


[tw5] Re: The last word in Saving?

2019-12-03 Thread TonyM
Mario,

I understand your concern but the Question is how do we achieve the same 
level of functionality safely?

Realy Security should not be the "tail that wags the dog", but the method 
by which we allow "the Dog to wag its tail, safely". 

Regards
Tony

On Tuesday, December 3, 2019 at 11:34:23 PM UTC+11, PMario wrote:
>
> On Sunday, December 1, 2019 at 11:34:23 PM UTC+1, TonyM wrote:
> ...
>
>> *I see some real uses for TWExe especially for me on Windows, and 
>> possibly on a file share LAN drive. Basically to distribute an application 
>> to desktops.*
>>
>  
> A self-replicating unsigned untrusted executable on a system is a security 
> nightmare. 
>
> Nothing more to say.
>
> -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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae562ad6-0180-4403-8538-35213c8f7e91%40googlegroups.com.


[tw5] Re: convert yyyymmdd to days from another date (now)

2019-12-03 Thread TonyM
Dave,

Whos reply are you referring to here?

That looks cool, do you have any more examples of it in use in a TW 
> somewhere?  I pasted all that in a tiddler but don't quite get how they work
>

Tony 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dee55eb3-9a42-48bb-9411-4e7edbbe5cc6%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Many thanks Arlen!

TiddlyServer is really amazing and lets work with multiple wiki out of the 
box!
I may send further comments later after I evaluate it with some experiment!

Yes, other people should read documents an send their feedback how they get 
things working by following the tutorial!
My feedback was just what I encountered by reading tutorial here 
https://arlen22.github.io/tiddlyserver/docs/serverconfig.html and
your description in above post.

Just a minor comment:
 I think like TiddlyDesktop it is possible to customize and beatify the 
landing page and  folder pages of TiddlyServer. May be you can use 
Tiddlywiki itself for this purpose!

--Mohammad

On Wednesday, December 4, 2019 at 1:53:33 AM UTC+3:30, Arlen Beiler wrote:
>
> You can set "_datafoldertarget": "../some/path" in settings.json to any 
> TiddlyWiki folder you want. Relative paths are relative to the 
> settings.json file. You can see it in the example in 
> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html although I 
> don't mention it anywhere on that page. Thank you for your feedback. I'll 
> try to update my docs to make it more clear.
>
> On Tue, Dec 3, 2019 at 5:08 PM Mohammad  > wrote:
>
>> Arlen,
>>  Is it possible to use 5.1.22p or other version of TW instead of the 
>> preconfigured 5.21?
>>
>> --Mohammad
>>
>> -- 
>> 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 tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/66f697ef-cc1c-4a53-8ebe-f7cd7bd924d5%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40803170-66df-4e1a-98cb-35a8da78caad%40googlegroups.com.


[tw5] Re: Google Groups PIN's

2019-12-03 Thread TonyM
To PIN/UNPIN

Open the thread in The Google Forum View - Use the Actions Button

Pins are forum wide so please use sparingly.


   - ? Can we unpin others pins? 
   - How can we tell who pinned something?

Regards
Tony

On Wednesday, December 4, 2019 at 9:32:12 AM UTC+11, TonyM wrote:
>
> Folks,
>
> It has come to my attention that pins are not private in Google Groups and 
> whilst I have pinned some I cant seem to see how to unpin. Or reverse 
> Display at top.
>
> This raises the larger Questions about PIN, Completed Flag etc... The 
> problem I have is between mobile and desktop access to these forums these 
> choices appear sometimes and not others. It seems inconsistent.
>
> I am not an admin of this group so can not look behind the scenes, but we 
> need to resolve this once an for all and document it somewhere linked to in 
> the group info. 
>
> Any tips please.
>
> Regards
> Tony
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a476d8be-13a9-4a97-b69e-6261842303fc%40googlegroups.com.


[tw5] Google Groups PIN's

2019-12-03 Thread TonyM
Folks,

It has come to my attention that pins are not private in Google Groups and 
whilst I have pinned some I cant seem to see how to unpin. Or reverse 
Display at top.

This raises the larger Questions about PIN, Completed Flag etc... The 
problem I have is between mobile and desktop access to these forums these 
choices appear sometimes and not others. It seems inconsistent.

I am not an admin of this group so can not look behind the scenes, but we 
need to resolve this once an for all and document it somewhere linked to in 
the group info. 

Any tips please.

Regards
Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f25c014e-f73d-48c0-964c-32a78d03b275%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Arlen Beiler
You can set "_datafoldertarget": "../some/path" in settings.json to any
TiddlyWiki folder you want. Relative paths are relative to the
settings.json file. You can see it in the example in
https://arlen22.github.io/tiddlyserver/docs/serverconfig.html although I
don't mention it anywhere on that page. Thank you for your feedback. I'll
try to update my docs to make it more clear.

On Tue, Dec 3, 2019 at 5:08 PM Mohammad  wrote:

> Arlen,
>  Is it possible to use 5.1.22p or other version of TW instead of the
> preconfigured 5.21?
>
> --Mohammad
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/66f697ef-cc1c-4a53-8ebe-f7cd7bd924d5%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSTUCJT-4YbRDVaP_rkHRunW3Dt0i2FMq0bxWJZ5h1nD9w%40mail.gmail.com.


[tw5] Re: Honing the Baby: Editor Snippets Dropdown Sectioning? How?

2019-12-03 Thread TonyM
TT,

I am a little concerned about your terminology

Honing the Baby

I hope you are "refining] or perfect[ing] [The baby] over a period of 
time." rather than using a knife to Hone a Baby into a point/Sharpen the 
baby.

Tony

On Tuesday, December 3, 2019 at 10:51:43 PM UTC+11, TiddlyTweeter wrote:
>
> The Editor's Stamp/Snippets tool is very useful ... BUT is can get 
> unwieldy in that it has no direct way to display sections??
>
> I been using a bodge system (using alphabetics, excess spaces & "pseudo" 
> snippets) to produce a menu that looks like ...
>
> [image: Screenshot_2019-12-03 TidBits Favicons — juicy boring favicons.png]
>
>
> Is there a better way to section Editor Snippets?
>
> Best wishes
> TT
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d96a9981-a34b-4708-ad86-5081a445d577%40googlegroups.com.


[tw5] Re: Honing the Baby: Editor Snippets Dropdown Sectioning? How?

2019-12-03 Thread TonyM
TT

It's fiddly but you could have additional snipit drop down buttons acting 
as a section.

There are sectioning tools for dropdowns see Option Groups in the 
selectWidget  

Also in your example, are these simple strings you want to insert, rather 
wrapping existing texts etc..?

If so perhaps just a copy to clipboard would be just as easy?

Attached is my system tag for the sideBar More menu which allows you to 
copy a system tag to the clipboard. Perhaps you could modify this to copy 
your snipits to clipboard?

Regards
Tony

On Tuesday, December 3, 2019 at 10:51:43 PM UTC+11, TiddlyTweeter wrote:
>
> The Editor's Stamp/Snippets tool is very useful ... BUT is can get 
> unwieldy in that it has no direct way to display sections??
>
> I been using a bodge system (using alphabetics, excess spaces & "pseudo" 
> snippets) to produce a menu that looks like ...
>
> [image: Screenshot_2019-12-03 TidBits Favicons — juicy boring favicons.png]
>
>
> Is there a better way to section Editor Snippets?
>
> Best wishes
> TT
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61613b87-47ab-447d-8fea-1e6a6caf3066%40googlegroups.com.


system-tags-more.bundle.json
Description: application/json


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen,
 Is it possible to use 5.1.22p or other version of TW instead of the 
preconfigured 5.21?

--Mohammad

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/66f697ef-cc1c-4a53-8ebe-f7cd7bd924d5%40googlegroups.com.


[tw5] Re: input fields

2019-12-03 Thread TonyM
PWL,

Use the following to create a tag pill for the items on the sidebar 

<>

Using the drop down you will see one item in the sidebar is $:/c
ore/ui/SideBarSegments/search

Perhaps all you want is to include that in your tiddler with
{{$:/core/ui/SideBarSegments/search}}

Is that what you are after?

Tony

On Wednesday, December 4, 2019 at 8:48:54 AM UTC+11, PWL wrote:
>
> Hello all, 
>
> I was hoping somebody could help me out here.  All I want is to put an 
> input field for my filter search on my index tiddly. The search works fine, 
> I just want to enter what I am searching for on my index page beside the 
> drop down menu.  I have been looking for the code everywhere and I can't 
> find it.  Maybe I am just not typing in the right words.  I attached a 
> screen cap to show what I have.
>
> Thanks to everybody who may 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97cad7c0-a51d-48e3-9950-250b4f676751%40googlegroups.com.


[tw5] input fields

2019-12-03 Thread PWL
Hello all, 

I was hoping somebody could help me out here.  All I want is to put an 
input field for my filter search on my index tiddly. The search works fine, 
I just want to enter what I am searching for on my index page beside the 
drop down menu.  I have been looking for the code everywhere and I can't 
find it.  Maybe I am just not typing in the right words.  I attached a 
screen cap to show what I have.

Thanks to everybody who may 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/17e2a4ed-47b3-4e3e-a13a-af23d99b61e6%40googlegroups.com.


[tw5] Re: Being honest: I got my wikis in a twist ...

2019-12-03 Thread TonyM
TT,

I would personally encourage the production of tiddlywiki lego kits, a few 
would be nice for festive sharing, such Kits however tend to have a final 
result, that is a thing in itself.

The subject of organisational systems for multiple wikis is very big,

   - perhaps there are as many possible solutions as people who want a 
   solution.
   - Remember with tiddlywiki we build on something with more part types 
   than lego manufactures and the possibilities with TiddlyWiki run to 
   infinity in number of directions.  
   Don't get me wrong I love Lego, but I think I love tiddlywiki more.
   - Its a real challenge to add structure to something that in many ways 
   intentionally open structurally.

I think the kit model may be not appropriate for  *"schemata for 
organisation of wiki."* because its very conceptual. Though I am all for 
its development. 

Some thoughts on this, suggest it needs work to even understand what the 
type of "creature" we want to develop.

Such a solution;

   - should not be enforced or compromise choice
   - perhaps involve Guidelines and methods rather than a core change 
   - needs to set a defacto standard if we want a cross community solution
   - Could have supporting Plugins and Macros (Ideally they are of value in 
   their own right- lego pieces)

I feel the tools to achieve an agreed interwiki or wiki interaction 
standard and written guidelines is the way to go but I am not sure how to 
achieve such a thing in the TiddlyWiki community given our current 
communication methods and organisational model (not structured).

Regards
Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b53cb072-1391-407c-a827-0343efe5406d%40googlegroups.com.


[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread Ste Wilson
I'd say katex, simple graphing library, spreadsheet like formulas would be a 
good place to start. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/91be275f-4735-4e1d-a86b-d4f04155d047%40googlegroups.com.


[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread Ste Wilson
I've started... 
https://stephenteacher.glitch.me/

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c71fc0ca-a21e-473b-aed0-10423c2dd100%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen, The error 500 was because there was no ../backups folder!
I did not see this in tutorial nor quick startup!

Many thanks now I have runing TiddlyServer 2.1 on Windows 10 + Node.js 12.3


Note:
 The LTS version of Node.js is 12.13.1

Cheers
Mohammad

On Wednesday, December 4, 2019 at 12:10:29 AM UTC+3:30, Arlen Beiler wrote:
>
> You can put your single file wikis, data folders, and other files in 
> there. Then you open your browser and navigate to the particular folder or 
> item you want. 
>
> On Tue, Dec 3, 2019 at 3:36 PM Mohammad  > wrote:
>
>> Arlen,
>>  I followed all these instruction and everything work well! but then
>> what should be in folders for example personal folder!
>> It does not seem TiddlyServer create a wiki there
>>
>> --Mohammad
>>
>> On Tuesday, December 3, 2019 at 11:30:43 PM UTC+3:30, Arlen Beiler wrote:
>>>
>>> Just thought I'd take a minute to chime in here. I made TiddlyServer to 
>>> solve my own problem of Massive Multi-file Online wikis. It serves the 
>>> folders you specify in a sort of tree allowing them to be grouped together 
>>> and easily navigated with the built-in directory index (even the virtual 
>>> directories or "groups"). When a data folder is accessed, TiddlyServer 
>>> automatically fires up a node instance of the TiddlyWiki listen command and 
>>> mounts it at that path, meaning it forwards all requests to the data folder 
>>> Node server instance. This makes it work identical to the TiddlyWiki listen 
>>> command for most normal uses of the listen command, except you can access 
>>> multiple data folders on the same server. Single file wikis (TW 5.1.15 and 
>>> newer) have a saver already built into them which TiddlyServer uses to save 
>>> single file wikis. Single file wikis can be backed up automatically on 
>>> every save, but data folders are on their own by design. I recommend 
>>> using Git or Dropbox for that. 
>>>
>>> There are a bunch of advanced options and even authentication, but the 
>>> basics are enough for most people. 
>>>
>>> It's pretty simple to use but I often notice people having trouble 
>>> getting it installed, so I thought I'd throw in some install instructions I 
>>> wrote some time ago. 
>>>
>>> It's fine to just use master (well, aka v2.1 right now) right now: 
>>> https://github.com/Arlen22/TiddlyServer -- Click the green "Clone or 
>>> Download" button then select your preferred download method. Cloning the 
>>> repo is an easy way to get updates but downloading is fine too. 
>>>
>>> Extract it to an empty folder so you don't risk merging with an existing 
>>> folder. Once you extract it you can move it wherever you want it to be. 
>>>
>>> https://nodejs.org/en/
>>>
>>> Go to NodeJS.org and download the LTS version of Node, which currently 
>>> is 10.x, and install it on the computer you will be running TiddlyServer 
>>> on. It's pretty straightforward, and the default options should work fine. 
>>>
>>> You don't actually need to install the whole thing, you can also just 
>>> download a zip file and extract node.exe into the TiddlyServer folder to 
>>> make a portable install. Since you're working with IIS I'm sure you have 
>>> enough computer experience know what I'm talking about, but if I'm not 
>>> making myself clear, just install NodeJS like I described above. 
>>>
>>> Now, here's the part that most people find tricky. Copy 
>>> example-settings-quick.json and name it settings.json. That's the simplest 
>>> setup. You can change the tree property to change what folders get served, 
>>> but all html files and data folders inside it should just work out of the 
>>> box. 
>>>
>>> The entire documentation for the settings.json file is at 
>>> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html and the 
>>> tree property is the first item on the page. Here's a really simple example 
>>> to get you started. 
>>>
>>> "tree": {
>>> "myfolder": "../personal",
>>> "workstuff": "../work",
>>> "user": "~/Desktop/random",
>>> "projects_group": {
>>> "tiddlyserver": "~/Desktop/Github/TiddlyServer",
>>> "material-theme": "~/Dropbox/Material Theme"
>>> }
>>> }
>>>
>>>
>>> And that's all there is to it. Once you have your settings.json file 
>>> setup, just run "node server.js" to start the server. TiddlyServer expects 
>>> to find the settings.json file in the same directory (which is where I have 
>>> mine, which is why it's in .gitignore!).
>>>
>>> I made TiddlyServer simple because I want it to be simple for me to use 
>>> every day :) 
>>>
>>> Hope that helps 
>>>
>>> On Tue, Dec 3, 2019 at 9:02 AM Victor Dorneanu  wrote:
>>>
 Hi TT,

 it's not really related to Github. I just use to store/backup my 
 tiddlers. The backend storage is actually quite irrelevant. I just need 
 some "best practices" / workflows that individuals have established over 
 time in order to manage multiple wikis. 

 Cheers, 
 Victor

 On Tuesday, December 3, 2019 at 12:26:32 PM UTC+1, 

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen, I understood empty folder on click open a new page and lets upload a 
single wiki file or create data folder
Than you I can run the wiki in data folder but still unsuccessful on single 
wiki!

These steps are not explained in tutorial nor in quick startup!

Just feedback as a newbie!

--Mohammad

On Wednesday, December 4, 2019 at 12:10:29 AM UTC+3:30, Arlen Beiler wrote:
>
> You can put your single file wikis, data folders, and other files in 
> there. Then you open your browser and navigate to the particular folder or 
> item you want. 
>
> On Tue, Dec 3, 2019 at 3:36 PM Mohammad  > wrote:
>
>> Arlen,
>>  I followed all these instruction and everything work well! but then
>> what should be in folders for example personal folder!
>> It does not seem TiddlyServer create a wiki there
>>
>> --Mohammad
>>
>> On Tuesday, December 3, 2019 at 11:30:43 PM UTC+3:30, Arlen Beiler wrote:
>>>
>>> Just thought I'd take a minute to chime in here. I made TiddlyServer to 
>>> solve my own problem of Massive Multi-file Online wikis. It serves the 
>>> folders you specify in a sort of tree allowing them to be grouped together 
>>> and easily navigated with the built-in directory index (even the virtual 
>>> directories or "groups"). When a data folder is accessed, TiddlyServer 
>>> automatically fires up a node instance of the TiddlyWiki listen command and 
>>> mounts it at that path, meaning it forwards all requests to the data folder 
>>> Node server instance. This makes it work identical to the TiddlyWiki listen 
>>> command for most normal uses of the listen command, except you can access 
>>> multiple data folders on the same server. Single file wikis (TW 5.1.15 and 
>>> newer) have a saver already built into them which TiddlyServer uses to save 
>>> single file wikis. Single file wikis can be backed up automatically on 
>>> every save, but data folders are on their own by design. I recommend 
>>> using Git or Dropbox for that. 
>>>
>>> There are a bunch of advanced options and even authentication, but the 
>>> basics are enough for most people. 
>>>
>>> It's pretty simple to use but I often notice people having trouble 
>>> getting it installed, so I thought I'd throw in some install instructions I 
>>> wrote some time ago. 
>>>
>>> It's fine to just use master (well, aka v2.1 right now) right now: 
>>> https://github.com/Arlen22/TiddlyServer -- Click the green "Clone or 
>>> Download" button then select your preferred download method. Cloning the 
>>> repo is an easy way to get updates but downloading is fine too. 
>>>
>>> Extract it to an empty folder so you don't risk merging with an existing 
>>> folder. Once you extract it you can move it wherever you want it to be. 
>>>
>>> https://nodejs.org/en/
>>>
>>> Go to NodeJS.org and download the LTS version of Node, which currently 
>>> is 10.x, and install it on the computer you will be running TiddlyServer 
>>> on. It's pretty straightforward, and the default options should work fine. 
>>>
>>> You don't actually need to install the whole thing, you can also just 
>>> download a zip file and extract node.exe into the TiddlyServer folder to 
>>> make a portable install. Since you're working with IIS I'm sure you have 
>>> enough computer experience know what I'm talking about, but if I'm not 
>>> making myself clear, just install NodeJS like I described above. 
>>>
>>> Now, here's the part that most people find tricky. Copy 
>>> example-settings-quick.json and name it settings.json. That's the simplest 
>>> setup. You can change the tree property to change what folders get served, 
>>> but all html files and data folders inside it should just work out of the 
>>> box. 
>>>
>>> The entire documentation for the settings.json file is at 
>>> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html and the 
>>> tree property is the first item on the page. Here's a really simple example 
>>> to get you started. 
>>>
>>> "tree": {
>>> "myfolder": "../personal",
>>> "workstuff": "../work",
>>> "user": "~/Desktop/random",
>>> "projects_group": {
>>> "tiddlyserver": "~/Desktop/Github/TiddlyServer",
>>> "material-theme": "~/Dropbox/Material Theme"
>>> }
>>> }
>>>
>>>
>>> And that's all there is to it. Once you have your settings.json file 
>>> setup, just run "node server.js" to start the server. TiddlyServer expects 
>>> to find the settings.json file in the same directory (which is where I have 
>>> mine, which is why it's in .gitignore!).
>>>
>>> I made TiddlyServer simple because I want it to be simple for me to use 
>>> every day :) 
>>>
>>> Hope that helps 
>>>
>>> On Tue, Dec 3, 2019 at 9:02 AM Victor Dorneanu  wrote:
>>>
 Hi TT,

 it's not really related to Github. I just use to store/backup my 
 tiddlers. The backend storage is actually quite irrelevant. I just need 
 some "best practices" / workflows that individuals have established over 
 time in order to manage multiple wikis. 

 Cheers, 
 Victor

 On Tuesday, 

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Thanks Arlen

1. In the tutorial there is no description about what this so please add 
this to tutorial
2. I add a data folder and it works
3. I also put a single file wiki in personal but on save it raises an 
error: XMLHttpRequest Error 500


--Mohammad

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c9cb47c8-4e06-4f86-9ecb-5786419e60ca%40googlegroups.com.


Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Arlen Beiler
You can put your single file wikis, data folders, and other files in there.
Then you open your browser and navigate to the particular folder or item
you want.

On Tue, Dec 3, 2019 at 3:36 PM Mohammad  wrote:

> Arlen,
>  I followed all these instruction and everything work well! but then
> what should be in folders for example personal folder!
> It does not seem TiddlyServer create a wiki there
>
> --Mohammad
>
> On Tuesday, December 3, 2019 at 11:30:43 PM UTC+3:30, Arlen Beiler wrote:
>>
>> Just thought I'd take a minute to chime in here. I made TiddlyServer to
>> solve my own problem of Massive Multi-file Online wikis. It serves the
>> folders you specify in a sort of tree allowing them to be grouped together
>> and easily navigated with the built-in directory index (even the virtual
>> directories or "groups"). When a data folder is accessed, TiddlyServer
>> automatically fires up a node instance of the TiddlyWiki listen command and
>> mounts it at that path, meaning it forwards all requests to the data folder
>> Node server instance. This makes it work identical to the TiddlyWiki listen
>> command for most normal uses of the listen command, except you can access
>> multiple data folders on the same server. Single file wikis (TW 5.1.15 and
>> newer) have a saver already built into them which TiddlyServer uses to save
>> single file wikis. Single file wikis can be backed up automatically on
>> every save, but data folders are on their own by design. I recommend
>> using Git or Dropbox for that.
>>
>> There are a bunch of advanced options and even authentication, but the
>> basics are enough for most people.
>>
>> It's pretty simple to use but I often notice people having trouble
>> getting it installed, so I thought I'd throw in some install instructions I
>> wrote some time ago.
>>
>> It's fine to just use master (well, aka v2.1 right now) right now:
>> https://github.com/Arlen22/TiddlyServer -- Click the green "Clone or
>> Download" button then select your preferred download method. Cloning the
>> repo is an easy way to get updates but downloading is fine too.
>>
>> Extract it to an empty folder so you don't risk merging with an existing
>> folder. Once you extract it you can move it wherever you want it to be.
>>
>> https://nodejs.org/en/
>>
>> Go to NodeJS.org and download the LTS version of Node, which currently is
>> 10.x, and install it on the computer you will be running TiddlyServer on.
>> It's pretty straightforward, and the default options should work fine.
>>
>> You don't actually need to install the whole thing, you can also just
>> download a zip file and extract node.exe into the TiddlyServer folder to
>> make a portable install. Since you're working with IIS I'm sure you have
>> enough computer experience know what I'm talking about, but if I'm not
>> making myself clear, just install NodeJS like I described above.
>>
>> Now, here's the part that most people find tricky. Copy
>> example-settings-quick.json and name it settings.json. That's the simplest
>> setup. You can change the tree property to change what folders get served,
>> but all html files and data folders inside it should just work out of the
>> box.
>>
>> The entire documentation for the settings.json file is at
>> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html and the
>> tree property is the first item on the page. Here's a really simple example
>> to get you started.
>>
>> "tree": {
>> "myfolder": "../personal",
>> "workstuff": "../work",
>> "user": "~/Desktop/random",
>> "projects_group": {
>> "tiddlyserver": "~/Desktop/Github/TiddlyServer",
>> "material-theme": "~/Dropbox/Material Theme"
>> }
>> }
>>
>>
>> And that's all there is to it. Once you have your settings.json file
>> setup, just run "node server.js" to start the server. TiddlyServer expects
>> to find the settings.json file in the same directory (which is where I have
>> mine, which is why it's in .gitignore!).
>>
>> I made TiddlyServer simple because I want it to be simple for me to use
>> every day :)
>>
>> Hope that helps
>>
>> On Tue, Dec 3, 2019 at 9:02 AM Victor Dorneanu  wrote:
>>
>>> Hi TT,
>>>
>>> it's not really related to Github. I just use to store/backup my
>>> tiddlers. The backend storage is actually quite irrelevant. I just need
>>> some "best practices" / workflows that individuals have established over
>>> time in order to manage multiple wikis.
>>>
>>> Cheers,
>>> Victor
>>>
>>> On Tuesday, December 3, 2019 at 12:26:32 PM UTC+1, TiddlyTweeter wrote:

 Ciao Victor

 As far as I understand GitHub it can be used (with various sub-tools)
 to create workflows of complexity & sophistication.

 I don't have the knowledge to advise on particulars.

 But I think this may be more a question for asking on GitHub itself?

 Best wishes
 TT

 On Monday, 2 December 2019 11:39:56 UTC+1, Victor Dorneanu wrote:
>
> Hi everyone,
>
> what I want to achieve is to have multiple 

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Arlen,
 I followed all these instruction and everything work well! but then
what should be in folders for example personal folder!
It does not seem TiddlyServer create a wiki there

--Mohammad

On Tuesday, December 3, 2019 at 11:30:43 PM UTC+3:30, Arlen Beiler wrote:
>
> Just thought I'd take a minute to chime in here. I made TiddlyServer to 
> solve my own problem of Massive Multi-file Online wikis. It serves the 
> folders you specify in a sort of tree allowing them to be grouped together 
> and easily navigated with the built-in directory index (even the virtual 
> directories or "groups"). When a data folder is accessed, TiddlyServer 
> automatically fires up a node instance of the TiddlyWiki listen command and 
> mounts it at that path, meaning it forwards all requests to the data folder 
> Node server instance. This makes it work identical to the TiddlyWiki listen 
> command for most normal uses of the listen command, except you can access 
> multiple data folders on the same server. Single file wikis (TW 5.1.15 and 
> newer) have a saver already built into them which TiddlyServer uses to save 
> single file wikis. Single file wikis can be backed up automatically on 
> every save, but data folders are on their own by design. I recommend 
> using Git or Dropbox for that. 
>
> There are a bunch of advanced options and even authentication, but the 
> basics are enough for most people. 
>
> It's pretty simple to use but I often notice people having trouble getting 
> it installed, so I thought I'd throw in some install instructions I wrote 
> some time ago. 
>
> It's fine to just use master (well, aka v2.1 right now) right now: 
> https://github.com/Arlen22/TiddlyServer -- Click the green "Clone or 
> Download" button then select your preferred download method. Cloning the 
> repo is an easy way to get updates but downloading is fine too. 
>
> Extract it to an empty folder so you don't risk merging with an existing 
> folder. Once you extract it you can move it wherever you want it to be. 
>
> https://nodejs.org/en/
>
> Go to NodeJS.org and download the LTS version of Node, which currently is 
> 10.x, and install it on the computer you will be running TiddlyServer on. 
> It's pretty straightforward, and the default options should work fine. 
>
> You don't actually need to install the whole thing, you can also just 
> download a zip file and extract node.exe into the TiddlyServer folder to 
> make a portable install. Since you're working with IIS I'm sure you have 
> enough computer experience know what I'm talking about, but if I'm not 
> making myself clear, just install NodeJS like I described above. 
>
> Now, here's the part that most people find tricky. Copy 
> example-settings-quick.json and name it settings.json. That's the simplest 
> setup. You can change the tree property to change what folders get served, 
> but all html files and data folders inside it should just work out of the 
> box. 
>
> The entire documentation for the settings.json file is at 
> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html and the 
> tree property is the first item on the page. Here's a really simple example 
> to get you started. 
>
> "tree": {
> "myfolder": "../personal",
> "workstuff": "../work",
> "user": "~/Desktop/random",
> "projects_group": {
> "tiddlyserver": "~/Desktop/Github/TiddlyServer",
> "material-theme": "~/Dropbox/Material Theme"
> }
> }
>
>
> And that's all there is to it. Once you have your settings.json file 
> setup, just run "node server.js" to start the server. TiddlyServer expects 
> to find the settings.json file in the same directory (which is where I have 
> mine, which is why it's in .gitignore!).
>
> I made TiddlyServer simple because I want it to be simple for me to use 
> every day :) 
>
> Hope that helps 
>
> On Tue, Dec 3, 2019 at 9:02 AM Victor Dorneanu  > wrote:
>
>> Hi TT,
>>
>> it's not really related to Github. I just use to store/backup my 
>> tiddlers. The backend storage is actually quite irrelevant. I just need 
>> some "best practices" / workflows that individuals have established over 
>> time in order to manage multiple wikis. 
>>
>> Cheers, 
>> Victor
>>
>> On Tuesday, December 3, 2019 at 12:26:32 PM UTC+1, TiddlyTweeter wrote:
>>>
>>> Ciao Victor
>>>
>>> As far as I understand GitHub it can be used (with various sub-tools) to 
>>> create workflows of complexity & sophistication.
>>>
>>> I don't have the knowledge to advise on particulars. 
>>>
>>> But I think this may be more a question for asking on GitHub itself?
>>>
>>> Best wishes
>>> TT
>>>
>>> On Monday, 2 December 2019 11:39:56 UTC+1, Victor Dorneanu wrote:

 Hi everyone, 

 what I want to achieve is to have multiple wikis for each "area" of 
 knowledge. Let's say:


- coding
- notes (from books, articles etc.)
- cooking recipes
- etc.


 I like to manage my tiddlers at a single place, that means: Have 
 everything inside a 

Re: [tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Arlen Beiler
Just thought I'd take a minute to chime in here. I made TiddlyServer to
solve my own problem of Massive Multi-file Online wikis. It serves the
folders you specify in a sort of tree allowing them to be grouped together
and easily navigated with the built-in directory index (even the virtual
directories or "groups"). When a data folder is accessed, TiddlyServer
automatically fires up a node instance of the TiddlyWiki listen command and
mounts it at that path, meaning it forwards all requests to the data folder
Node server instance. This makes it work identical to the TiddlyWiki listen
command for most normal uses of the listen command, except you can access
multiple data folders on the same server. Single file wikis (TW 5.1.15 and
newer) have a saver already built into them which TiddlyServer uses to save
single file wikis. Single file wikis can be backed up automatically on
every save, but data folders are on their own by design. I recommend using
Git or Dropbox for that.

There are a bunch of advanced options and even authentication, but the
basics are enough for most people.

It's pretty simple to use but I often notice people having trouble getting
it installed, so I thought I'd throw in some install instructions I wrote
some time ago.

It's fine to just use master (well, aka v2.1 right now) right now:
https://github.com/Arlen22/TiddlyServer -- Click the green "Clone or
Download" button then select your preferred download method. Cloning the
repo is an easy way to get updates but downloading is fine too.

Extract it to an empty folder so you don't risk merging with an existing
folder. Once you extract it you can move it wherever you want it to be.

https://nodejs.org/en/

Go to NodeJS.org and download the LTS version of Node, which currently is
10.x, and install it on the computer you will be running TiddlyServer on.
It's pretty straightforward, and the default options should work fine.

You don't actually need to install the whole thing, you can also just
download a zip file and extract node.exe into the TiddlyServer folder to
make a portable install. Since you're working with IIS I'm sure you have
enough computer experience know what I'm talking about, but if I'm not
making myself clear, just install NodeJS like I described above.

Now, here's the part that most people find tricky. Copy
example-settings-quick.json and name it settings.json. That's the simplest
setup. You can change the tree property to change what folders get served,
but all html files and data folders inside it should just work out of the
box.

The entire documentation for the settings.json file is at
https://arlen22.github.io/tiddlyserver/docs/serverconfig.html and the tree
property is the first item on the page. Here's a really simple example to
get you started.

"tree": {
"myfolder": "../personal",
"workstuff": "../work",
"user": "~/Desktop/random",
"projects_group": {
"tiddlyserver": "~/Desktop/Github/TiddlyServer",
"material-theme": "~/Dropbox/Material Theme"
}
}


And that's all there is to it. Once you have your settings.json file setup,
just run "node server.js" to start the server. TiddlyServer expects to find
the settings.json file in the same directory (which is where I have mine,
which is why it's in .gitignore!).

I made TiddlyServer simple because I want it to be simple for me to use
every day :)

Hope that helps

On Tue, Dec 3, 2019 at 9:02 AM Victor Dorneanu  wrote:

> Hi TT,
>
> it's not really related to Github. I just use to store/backup my tiddlers.
> The backend storage is actually quite irrelevant. I just need some "best
> practices" / workflows that individuals have established over time in order
> to manage multiple wikis.
>
> Cheers,
> Victor
>
> On Tuesday, December 3, 2019 at 12:26:32 PM UTC+1, TiddlyTweeter wrote:
>>
>> Ciao Victor
>>
>> As far as I understand GitHub it can be used (with various sub-tools) to
>> create workflows of complexity & sophistication.
>>
>> I don't have the knowledge to advise on particulars.
>>
>> But I think this may be more a question for asking on GitHub itself?
>>
>> Best wishes
>> TT
>>
>> On Monday, 2 December 2019 11:39:56 UTC+1, Victor Dorneanu wrote:
>>>
>>> Hi everyone,
>>>
>>> what I want to achieve is to have multiple wikis for each "area" of
>>> knowledge. Let's say:
>>>
>>>
>>>- coding
>>>- notes (from books, articles etc.)
>>>- cooking recipes
>>>- etc.
>>>
>>>
>>> I like to manage my tiddlers at a single place, that means: Have
>>> everything inside a big (git) repository. However, when I want to
>>> share/publish my content I'd like to have multiple files for each knowledge
>>> area:
>>>
>>>
>>>- coding.html (for coding)
>>>   - everything that is tagged with "coding" or has "coding" as a
>>>   parent tag
>>>   - notes.html (for notes)
>>>   - everything that is tagged with "notes" or has "notes" as a
>>>   parent tag
>>>- and so forth
>>>
>>>
>>> For every published wiki I'd like to also have a different welcome page

[tw5] Re: Transcluding through templates to preserve line breaks

2019-12-03 Thread Paul Lee


> Have you tried using the mode="block" parameter of the $transclude widget?
>
I hadn't. That's an ideal solution. It works as expected.
 

>
> https://tiddlywiki.com/#TranscludeWidget
>
> Alternatively, if you surround the $transclude with ..., that 
> should also preserve the line breaks and whitespace.
>
>
Yes, I was just about to post a reply stating that surrounding the contents 
of the data tiddler with """ also preserves the line breaks. Likely this is 
equivalent to the  markup.

Thanks very much! :)

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/85dd0e55-61f2-4c10-9787-2b411b0852a6%40googlegroups.com.


[tw5] Re: Transcluding through templates to preserve line breaks

2019-12-03 Thread Eric Shulman
On Tuesday, December 3, 2019 at 9:55:06 AM UTC-8, Paul Lee wrote:
>
> I use the *<$transclude>* widget to use some tiddlers as data sources for 
> the content rendered in other tiddlers. I need to have the line breaks and 
> white space from the data tiddler preserved. Currently, the text from the 
> data tiddler is displayed, but all the paragraphs are run together.
>

Have you tried using the mode="block" parameter of the $transclude widget?

https://tiddlywiki.com/#TranscludeWidget

Alternatively, if you surround the $transclude with ..., that 
should also preserve the line breaks and whitespace.

enjoy,
-e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7519d8fe-c136-4521-9f17-96a365aa910b%40googlegroups.com.


[tw5] Re: Transcluding through templates to preserve line breaks

2019-12-03 Thread PMario
Hi Paul, 

The "How to apply custom styles 
"
 
tiddler of the docs may be interesting. 

-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f175399a-998d-447e-8447-601a9c7d87ac%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread 'Mark S.' via TiddlyWiki
It's likely that whoever is "Displaying at top" or "Marking as complete" 
thinks they're only affecting their own presentation. That would be the 
logical way for things to work.

On a side note, groups.io appears to have everything we would want in a 
group.

On Tuesday, December 3, 2019 at 8:55:57 AM UTC-8, TiddlyTweeter wrote:
>
> WHY is this thread pinned?
>
> It is just a normal question.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4b5c672d-864b-494a-87af-4c6abcfade76%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Mohammad
Hi Eric,

 I also agree some times posts are pinned where they seem have not such 
potential!
 So, I am agree with what you said! but who decide a post has potential 
impact to keep it pining at the top?
 
--Mohammad

On Tuesday, December 3, 2019 at 8:39:22 PM UTC+3:30, Eric Shulman wrote:
>
> On Tuesday, December 3, 2019 at 8:55:57 AM UTC-8, TiddlyTweeter wrote:
>>
>> WHY is this thread pinned?
>> It is just a normal question.
>>
>
> The "display at top" function (aka, "pinning") should only be used for 
> important group announcements and the occasional thread that has a lot of 
> potential impact for the majority of the TW community (e.g., the discussion 
> about file saving)
>
> I've noticed that someone keeps pinning all kinds of posts that don't seem 
> to meet the above criteria.  In general, I'll leave them pinned for a 
> day... maybe two... and then un-pin them so they show up as normal, 
> date-ordered posts.
>
> Of course, if there's a good reason for all the pinned posts, then that's 
> OK.  I'd just like to know what it is.
>
> -e
>
>
>
>
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8dd06f03-b746-4897-b852-ae248ffec054%40googlegroups.com.


[tw5] Transcluding through templates to preserve line breaks

2019-12-03 Thread Paul Lee
I use the *<$transclude>* widget to use some tiddlers as data sources for 
the content rendered in other tiddlers. I need to have the line breaks and 
white space from the data tiddler preserved.

I think what I need to do is use a *template* attribute in the widget, in 
order to render the  content from the data tiddler through some code that 
will force the preservation of the original line breaks. I experimented 
using some of the default templates, such as *$:/core/ui/ViewTemplate/body*, 
adding those into the widget has no effect. I don't know how to go about 
creating a template to preserve line breaks.

<$list filter="[all[current]has[content-tiddler]]">
<$transclude tiddler={{!!content-tiddler}} 
template="$:/core/ui/ViewTemplate/body" />



What I primarily want to do is to preserve the line breaks as they exist in 
the tiddler referenced in the *content-tiddler* field, which gets output by 
this method (compliments 
 to Mark 
S.). Should I isntead look at manually inserting a new paragraph after 
every paragraph using some advanced filter notation?

Or is there a way to do this with a template?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2b8eba4c-4fa8-4a9d-98e9-2a016f4342e4%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Eric Shulman
On Tuesday, December 3, 2019 at 8:55:57 AM UTC-8, TiddlyTweeter wrote:
>
> WHY is this thread pinned?
> It is just a normal question.
>

The "display at top" function (aka, "pinning") should only be used for 
important group announcements and the occasional thread that has a lot of 
potential impact for the majority of the TW community (e.g., the discussion 
about file saving)

I've noticed that someone keeps pinning all kinds of posts that don't seem 
to meet the above criteria.  In general, I'll leave them pinned for a 
day... maybe two... and then un-pin them so they show up as normal, 
date-ordered posts.

Of course, if there's a good reason for all the pinned posts, then that's 
OK.  I'd just like to know what it is.

-e







-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1035e7ac-4a0a-4ea4-adbc-db7bcc197661%40googlegroups.com.


[tw5] Re: TiddlyTools lives again!

2019-12-03 Thread Eric Shulman
On Sunday, December 1, 2019 at 12:47:21 PM UTC-8, okido wrote:
>
> Are you going to update plugins that have io operations that do not work 
> anymore?
>

The first step is to get TiddlyTools Classic upgraded from TW2.5.0 to the 
TW2.9.2 (the current build)

Unfortunately, I've run into some glitches in that process and it's taking 
a bit of digital gymnastics to sort it out.

Because my file I/O based plugins no longer work, I need to use the 
standard backstage "import" and "save" functions to build the new 
TiddlyTools2.9.2 file.  However, there are two plugins, HideTiddlersPlugin 
and SplashScreenPlugin, that seem to kill the backstage.  After I import, 
save, and reload with those plugins present, the backstage is just GONE!  
There's not even a backstage button in the upper right corner.  It's not 
clear to me why this would be the case, but as long as I don't include 
those plugins, the backstage remains available.

I use Chrome for all my work, and there appears to be a problem with the 
default "download saver".  Starting from an empty 2.9.2, I import tiddlers 
from an archived copy of TiddlyTools2.5.0.  When I then use the backstage 
"save" command to save the file, it works only if the total target file 
size is less than about 1550kb.However, TiddlyTools2.5.0 is about 
2740kb, and as soon as I try to import ALL of the tiddlers, the "download 
save" stops working!  There *is* a messagebox that says "Downloading/saving 
main TiddlyWiki file", but the system-based "save as" dialog simply fails 
to appear.  It took me quite a while to figure out the 1550kb threshold by 
progressively importing just a few tiddlers at a time.  It doesn't matter 
which tiddlers I import... as soon as the target file gets larger than 
1550kb, the "save as" dialog goes away.

Once I get past these two annoying problems, I can consider the next step: 
trying to re-write the file I/O based plugins (AttachFilePlugin, SaveAs 
plugin, and a few others).  However, I don't really have a lot of spare 
time to devote to that effort, and it's unclear that I can even get those 
plugins to ever work again.  Nonetheless, I hope to *eventually* have them 
working again... someday.

-e



When the total file size gets to be larger than about 1550kb, the browser's 
"download file" dialog fails to appear when I try to save.
The messagebox *says* its "Downloading/saving main TiddlyWiki file", but no 
actual dialog box appears.  

It saves just fine up until that size threshold, but if I try to import any 
more tiddlers, the dialog doesn't show up.


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fc212b95-618a-4af7-ac4b-cae72a52e60a%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
WHY is this thread pinned?

It is just a normal question.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ba002e03-76e7-49ce-aab9-1f5ec0cc4679%40googlegroups.com.


[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread TiddlyTweeter
 David Gifford wrote:
>
> You can't blame Google for not having a better search mechanism. What 
> would Google know about searches?
>

LOL! Try this: 
https://www.google.com/search?q=David+AND+Gifford+AND+Mexico+AND+TiddlyWiki=David+AND+Gifford+AND+Mexico+AND+TiddlyWiki

Blessings
TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4901f3f0-c3ae-439d-803e-05bf51db2e51%40googlegroups.com.


[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread David Gifford
You can't blame Google for not having a better search mechanism. What would 
Google know about searches?

On Monday, December 2, 2019 at 9:59:50 AM UTC-6, TiddlyTweeter wrote:
>
> A *thing is* finding what has been done in this GG.
>
> It's too Darwinian by far. Past threads are automatically put on the 
> Extinction List.
>
> But IF you have some unique string (especially in a subject line) you may 
> survive ... like The One Legged Tortoise.
>
> Search: subject: One AND Legged AND Tortoise 
> 
>
> An aside
> TT
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e2b6f35c-4079-4a36-b423-b8011a52e5fd%40googlegroups.com.


Re: [tw5] Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
Victor Dorneanu wrote:
>
> Hi Pit,
> thanks for your input! I think I'll definitely have a look at the bundles 
> plugin since I do have tiddlers that need to be available in each wiki. 
>

PMario's Bundler Plugin is definitely one of the best import/export tools 
we have. The only difficulty with it is good usage of it REQUIRES that on 
export you name it in such a way that if you had dozens of them you'd know 
what they are for.

Not sure you will be clear what I mean yet? :-) When you have over a dozen 
of them you will! :-)

Best wishes
TT 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d1f98ff1-fa03-40f4-bf07-c88c228275f6%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
Ciao Victor

Okay. Focus here is on single file TWs. (If you were using Bob.EXE it would 
allow a lot more flex)

There is NO standard method. There are several different issues involved 
that make it more complex than it might first look.

I'd say the simplest STEADY METHOD was ASSERTION . In other words you work 
at a logical structure of folders to house individual wiki and stick to it. 
AND have ONE central wiki that has links to them. Done.

The remaining issue is "emergence"--meaning it is sometimes likely you make 
a wiki that doesn't fit that schema. 
The easiest way to deal with that is to use an external probe. Powershell 
tools can do that easily on all major desktop platforms and create a 
"manifest of wiki" for import to "central".

That was TonyM's point, I think.

The whole thing is simply, at the moment, only about "best-bets".

TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5404bd63-7923-4b0c-a48f-162730f5295a%40googlegroups.com.


Re: [tw5] Best approach for multiple wikis

2019-12-03 Thread Victor Dorneanu
Hi Pit,

thanks for your input! I think I'll definitely have a look at the bundles 
plugin since I do have tiddlers that need to be available in each wiki. 

I've also found protw/twfarm  which seems 
to do exactly want I want. Here 

 
you can actually see the tiddlywiki commands used to build different files. 
Maybe that's a good point where to start from. 

Maybe for every wiki I need some configs:


   - $:/config/wiki_coding
   - $:/config/wiki_notes
   - ...

In each tiddler I'd then store wiki specific fields:

   - title: Wiki about Coding
   - tiddlers-filter: [tag[Coding]]
   - logo: 
   - css: $:/styles/wiki_coding
   - ...


And then I need to define some filters for the "tiddlywiki build" command 
to use the information inside each config file. That's the idea.. I didn't 
implement it yet. 

I hoped you guys might have some better solutions. 

Cheers, 
Victor 

On Monday, December 2, 2019 at 11:09:56 PM UTC+1, Pit.W. wrote:
>
> Hi victor,
>
> good question! I am permanently wrestling with the same issue - with very 
> limited success!
>
> What I do at the moment is:
>
>1.  I have a plethoria of wikis, standalone files on my USB 
>   1. In each one I have the names of editors and the journal tag 
>   customised 
>2. I have a few wikis on node.js 
>3. On all of them I have the Bundles-plugin, and on all of them I have 
>a fixed set of standardised filter rules (bundles), they channel the 
>migration of tiddler swarms;
>4. Then I export stuff from each standalone wiki and throw it into the 
>appropriate node.js wiki 
>   1. there I can "bundle" it according to 1.1 above 
>   2. But : could there be a Super-wiki, which could look into all the 
>   other node.js folder? dunno - I am too dumb
>   
> Not perfect ? Oh yes, very imperfect!
>
> Cumbersome? Yes!
>
> Improvement? Please, somebody find one!
>
> Any alternative from the big companies (SoftTyny, ...et al)? ... with a 
> 300.000+ cost-free developer community, consultancy and advisory force, 
> off-line, cloud-free, future-proof, MIT-crypto and whatnot...? I didnt find 
> any in 40 years 
>
> ... TW it is...
>
> Pit.W
> Am 02.12.2019 um 11:39 schrieb Victor Dorneanu:
>
> Hi everyone, 
>
> what I want to achieve is to have multiple wikis for each "area" of 
> knowledge. Let's say:
>
>
>- coding 
>- notes (from books, articles etc.) 
>- cooking recipes 
>- etc. 
>
>
> I like to manage my tiddlers at a single place, that means: Have 
> everything inside a big (git) repository. However, when I want to 
> share/publish my content I'd like to have multiple files for each knowledge 
> area:
>
>
>- coding.html (for coding) 
>   - everything that is tagged with "coding" or has coding as a parent 
>   tag
>   - notes.html (for notes) 
>   - everything that is tagged with "notes" or has coding as a parent 
>   tag 
>- and so forth 
>
>
> For every published wiki I'd like to also have a different welcome page 
> and perhaps different style (CSS) customizations. 
>
> I came across this Github issue thread 
>  where Tobi Beer 
> (awesome work BTW!) presented some dirty implementation 
>  of a "monolithic" based multiple 
> wiki approach. Without going into details of current discussion regarding 
> that topic: What would be the most easiest way to achieve what I've 
> described before?
>
> Thanks in advance.
>
>
> Greetings, 
> Victor 
>
> -- 
> 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 tiddl...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/bd9cb8e8-3672-46ed-94d4-994c7a4fdc8f%40googlegroups.com
>  
> 
> .
>
>
> _
> 
> Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte 
> E-Mail-Adresse mitnehmen! https://www.eclipso.de
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/028222c8-705d-4141-ab2d-2b5d6f387457%40googlegroups.com.


[tw5] Re: Being honest: I got my wikis in a twist ...

2019-12-03 Thread TiddlyTweeter
repeat for email ...

TonyM wrote elsewhere: “… I have multiple single file wikis for many 
subject areas but I have some select reference wikis and … a “core” [he 
means “organisational”] wiki where I place a common directory. I have a 
little registration system to register a new wiki and submit it to the 
directory. This I can drag and drop to the core [organisation wiki] (displayed 
as an iframe). I also create bundles for any reusable content, and try and 
make everything reusable.”

TonyM wrote elsewhere, too: “My Point, Whilst there are technologies to 
help multiple Tiddlywiki’s are best handled with the development of your 
own standards and practices, built on top of tiddlywiki.”

Agreed. Sort of. I would like to comment that currently it is super 
time-consuming to “hone-the-baby” and even more so putting her into a 
"bespoke basket".

Personally I think we are getting RIPE for "Lego Kits". *On packages for 
"user markets"* and also, I think, *"schemata for organisation of wiki."*
Just probing
TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f30e180f-48ba-480f-b004-74ea05b5d57e%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread Victor Dorneanu
Hi TT,

it's not really related to Github. I just use to store/backup my tiddlers. 
The backend storage is actually quite irrelevant. I just need some "best 
practices" / workflows that individuals have established over time in order 
to manage multiple wikis. 

Cheers, 
Victor

On Tuesday, December 3, 2019 at 12:26:32 PM UTC+1, TiddlyTweeter wrote:
>
> Ciao Victor
>
> As far as I understand GitHub it can be used (with various sub-tools) to 
> create workflows of complexity & sophistication.
>
> I don't have the knowledge to advise on particulars. 
>
> But I think this may be more a question for asking on GitHub itself?
>
> Best wishes
> TT
>
> On Monday, 2 December 2019 11:39:56 UTC+1, Victor Dorneanu wrote:
>>
>> Hi everyone, 
>>
>> what I want to achieve is to have multiple wikis for each "area" of 
>> knowledge. Let's say:
>>
>>
>>- coding
>>- notes (from books, articles etc.)
>>- cooking recipes
>>- etc.
>>
>>
>> I like to manage my tiddlers at a single place, that means: Have 
>> everything inside a big (git) repository. However, when I want to 
>> share/publish my content I'd like to have multiple files for each knowledge 
>> area:
>>
>>
>>- coding.html (for coding)
>>   - everything that is tagged with "coding" or has "coding" as a 
>>   parent tag
>>   - notes.html (for notes)
>>   - everything that is tagged with "notes" or has "notes" as a 
>>   parent tag
>>- and so forth
>>
>>
>> For every published wiki I'd like to also have a different welcome page 
>> and perhaps different style (CSS) customizations. 
>>
>> I came across this Github issue thread 
>>  where Tobi Beer 
>> (awesome work BTW!) presented some dirty implementation 
>>  of a "monolithic" based 
>> multiple wiki approach. Without going into details of current discussion 
>> regarding that topic: What would be the most easiest way to achieve what 
>> I've described before?
>>
>> Thanks in advance.
>>
>>
>> Greetings, 
>> Victor 
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ba669f2e-af48-407b-9e6c-3d0db1f905bc%40googlegroups.com.


[tw5] Re: Lego Kit: for MATHEMATICIANS? Thoughts?

2019-12-03 Thread TiddlyTweeter
repeat for the email crowd ...

---

I been wondering about whether "Base Packages" of TW component assemblies 
are getting desirable.

For instance. Say you are a Mathematician. 
What are the components that, together, would form a basic kit ("Lego Kit") 
to get you started well?

By "components" I mean ...

*- TW Edition best suited (or basic empty) + *

*- Plugins a mathematician needs +*


*- Macros that are ready for in-Tiddler Maths operations +*


*- Tweaks needed (& ready-applied).*

*   For instance, say, Maths orientated key shortcuts in editor ...*


Etc ... You get the idea?

If you have thoughts on this I'd be very interested to hear them. 

WHAT components would a Mathematician need?

The underlying idea is provision of packaged solutions better matched to 
end-user needs.

Best wishes
TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e0a439e-addf-461d-bd12-2ce73ab870c0%40googlegroups.com.


[tw5] Re: The last word in Saving?

2019-12-03 Thread PMario
On Sunday, December 1, 2019 at 11:34:23 PM UTC+1, TonyM wrote:
...

> *I see some real uses for TWExe especially for me on Windows, and possibly 
> on a file share LAN drive. Basically to distribute an application to 
> desktops.*
>
 
A self-replicating unsigned untrusted executable on a system is a security 
nightmare. 

Nothing more to say.

-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c79cbccb-e42d-4977-8115-0f5fd011c1e3%40googlegroups.com.


[tw5] Re: Honing the Baby: Editor Snippets Dropdown Sectioning? How?

2019-12-03 Thread TiddlyTweeter
Repeat for those on email ...



The Editor's Stamp/Snippets tool is very useful ... BUT is can get unwieldy 
in that it has no direct way to display sections??

I been using a bodge system (using alphabetics, excess spaces & "pseudo" 
snippets) to produce a menu that looks like ...

[image: Screenshot_2019-12-03 TidBits Favicons — juicy boring favicons.png]


Is there a better way to section Editor Snippets?

Best wishes
TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/45ef2a88-dba8-4728-b4c2-0ed161abb8f0%40googlegroups.com.


[tw5] Re: Best approach for multiple wikis

2019-12-03 Thread TiddlyTweeter
Ciao Victor

As far as I understand GitHub it can be used (with various sub-tools) to 
create workflows of complexity & sophistication.

I don't have the knowledge to advise on particulars. 

But I think this may be more a question for asking on GitHub itself?

Best wishes
TT

On Monday, 2 December 2019 11:39:56 UTC+1, Victor Dorneanu wrote:
>
> Hi everyone, 
>
> what I want to achieve is to have multiple wikis for each "area" of 
> knowledge. Let's say:
>
>
>- coding
>- notes (from books, articles etc.)
>- cooking recipes
>- etc.
>
>
> I like to manage my tiddlers at a single place, that means: Have 
> everything inside a big (git) repository. However, when I want to 
> share/publish my content I'd like to have multiple files for each knowledge 
> area:
>
>
>- coding.html (for coding)
>   - everything that is tagged with "coding" or has "coding" as a 
>   parent tag
>   - notes.html (for notes)
>   - everything that is tagged with "notes" or has "notes" as a parent 
>   tag
>- and so forth
>
>
> For every published wiki I'd like to also have a different welcome page 
> and perhaps different style (CSS) customizations. 
>
> I came across this Github issue thread 
>  where Tobi Beer 
> (awesome work BTW!) presented some dirty implementation 
>  of a "monolithic" based multiple 
> wiki approach. Without going into details of current discussion regarding 
> that topic: What would be the most easiest way to achieve what I've 
> described before?
>
> Thanks in advance.
>
>
> Greetings, 
> Victor 
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/18a1b14f-9b41-4241-8ff3-f9c29cd396f7%40googlegroups.com.


[tw5] Re: How to detect if a string contains only whitespace (using regex)?

2019-12-03 Thread Hubert

Thank you TT! It works like a charm and solved my accidental empty input 
issue. I've saved your code for future use as well.

Thanks again!

Regards,
Hubert

On Tuesday, 3 December 2019 10:48:51 UTC, TiddlyTweeter wrote:
>
> Ciao Hubert
>
> When you copy off net you need to discard the containing "/ ... /". You 
> don't need them in TW regex operators. They are normally for handing "raw 
> regex" in JS which TW itself handles for you.
>
> Here is some code ... First matches !!field that is whitespace only. 
> Second matches empty !!field. Third combines both. 
>
> <$list filter="[{!!data1}regexp[^\s+$]]" emptyMessage="{{!!data1}}">
>
>   Field is  whitespace
>
> 
>
> <$list filter="[{!!data1}regexp[^$]]" emptyMessage="{{!!data1}}">
>
>   Field is empty
>
> 
>
> <$list filter="[{!!data1}regexp[^\s*$]]" emptyMessage="{{!!data1}}">
>
>   Field is empty or is whitespace
>
> 
>
> Best wishes
> TT
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e23b7620-654d-461f-a8b4-335bef6b6762%40googlegroups.com.


[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread TiddlyTweeter
Ciao Hans

I was skeptical when Mohammad pushed forward on using tags. 
I thought they might create a "two-tier" system that would add to the 
confusion of finding things.
I changed my mind when I saw them working. 

Tags really help find things by providing a neat way to hone searches.

FWIW, when I read other peoples threads I nowadays sometimes add (obvious) 
tags to them: it is v. easy online.

Best wishes
TT

On Monday, 2 December 2019 23:15:06 UTC+1, HansWobbe wrote:
>
> @ Mohammad:
>
> Thanks for the very useful reminder about the "Search for messages" 
> facility.
>
> @ Josiah:
>
>
>- As tags appear more frequently, I suspect "Newbies" will figure out 
>how to use them.
>- The same may happen for existing users who have simply over-looked 
>the value of Tags in prior times.
>- Email users may miss oot of edited content.  However, whenever a new 
>post is appended, it is popped back to the top.  If people occasionally 
>take the time to edit the "Lede" item, and add a bit of useful refined 
>comment, then ever more polished content will result.  Don't forget there 
>is also nothing stopping anyone from adding a Search command as a Link, to 
>the first post (they edit within a Thread).
>   - for example: z_tag 
>    
>   (which actually finds the string in both Text and Tag instances)
>   
> Cheers,
> Hans
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d6b1a3f2-35f4-4f41-bc72-7baa9d3aefa4%40googlegroups.com.


[tw5] Re: Finding Stuff Here: "The One Legged Tortoise" problem

2019-12-03 Thread TiddlyTweeter
Ciao Mohammad

I done a bunch of testing of the native GG searcher. 
It's quite difficult to get the best out of. 
I'll post a guide to getting more from it soon.

Best wishes
TT

On Monday, 2 December 2019 22:42:31 UTC+1, Mohammad wrote:
>
> Hi Josiah,
>  I am not sure if you have discussed this before! but on Google forum page 
> (web) there is a search box at the top of the page with a big blue button!
> In the right side of that searchbox you see a down arrow (show search 
> option) if you click you will have many options to make search in the forum!
> It is amazing that the search string will be written in the searchbox and 
> you can see how Google makes search in the forum!
>
> --Mohammad
>
>
>
> On Monday, December 2, 2019 at 7:29:50 PM UTC+3:30, TiddlyTweeter wrote:
>>
>> A *thing is* finding what has been done in this GG.
>>
>> It's too Darwinian by far. Past threads are automatically put on the 
>> Extinction List.
>>
>> But IF you have some unique string (especially in a subject line) you may 
>> survive ... like The One Legged Tortoise.
>>
>> Search: subject: One AND Legged AND Tortoise 
>> 
>>
>> An aside
>> TT
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/56fde6c0-4a0c-447a-90a3-fcf601a155da%40googlegroups.com.


[tw5] Context dependent snippets?

2019-12-03 Thread DemoniWaari
Is is possible to make text snippets context dependent? As in, only 
available when used inside parentheses or other brackets.

I'd like to do something like this in KaTeX $$ 1050 \rightarrow 1060 ~@~ 
3\degree \text{C} / \text{min}$$
and it is super annoying to always repeat the \degree \text{C} / \text{min} 
part. What I would like is to do is this: $$ 1050 \rightarrow 1060 ~@~ 
3\degC$$ and either the \degC is replaced by the aforementioned text (like 
what would happen if I'd use Autohotkey to do this) or it would just be 
left as \degC but it would show as the aforementioned text.

I know I could do  $$ ... stuff $$ {{\degC}} $$.. continue$$ but it seems 
convoluted and I'd like to know if there are other options.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/09c4a2c7-fafd-443f-a5ed-6e5396f0b58f%40googlegroups.com.


[tw5] Re: How to detect if a string contains only whitespace (using regex)?

2019-12-03 Thread TiddlyTweeter
Ciao Hubert

When you copy off net you need to discard the containing "/ ... /". You 
don't need them in TW regex operators. They are normally for handing "raw 
regex" in JS which TW itself handles for you.

Here is some code ... First matches !!field that is whitespace only. Second 
matches empty !!field. Third combines both. 

<$list filter="[{!!data1}regexp[^\s+$]]" emptyMessage="{{!!data1}}">

  Field is  whitespace



<$list filter="[{!!data1}regexp[^$]]" emptyMessage="{{!!data1}}">

  Field is empty



<$list filter="[{!!data1}regexp[^\s*$]]" emptyMessage="{{!!data1}}">

  Field is empty or is whitespace



Best wishes
TT

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fb8832cb-b5a9-4b51-908f-3a00548c0f0f%40googlegroups.com.


[tw5] How to detect if a string contains only whitespace (using regex)?

2019-12-03 Thread Hubert
Hello,

I'd like to detect if a string only consists of whitespace (i.e. is 
non-empty but has no characters). The filter should output an emptyMessage 
at all times except when the field data1 consists of whitespace and 
whitespace alone.

I have the following code with regex found online but it doesn't work. 
Would anyone have any idea how I could make this work?

<$set name="regex" value="/^\s*$/">
<$list filter="[{!!data1}regexp]" emptyMessage="{{!!data1}}">

String contains only whitespace




Thank you,
Hubert

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19c3daab-5453-478d-a6e2-889cf2af9bf6%40googlegroups.com.


Re: [tw5] TiddlyTools lives again!

2019-12-03 Thread Jan

Hi Eric,
I am so happy to see you back here ... if you had not helped me when I 
started I never would have achieved anything!

Thanks again! Jan

Am 29.11.2019 um 06:24 schrieb Eric Shulman:

Hi all,

I'm pleased to report that I have finally managed to get my 
TiddlyTools.com domain associated with new online hosting.


As a result, visiting http://www.tiddlytools.com/ will once again take 
you directly to my TiddlyWiki Classic site, with all the good plugins, 
scripts, macros, stylesheets, etc. that you have known these many years.


I have also resumed work on the TW5 "InsideTiddlyWiki" book and have 
done a lot of updates to both the content and the underlying document 
feature set.


In addition to the current TiddlySpot-hosted location 
(http://insidetiddlywiki.tiddlyspot.com/) you can also view it 
directly at http://tiddlytools.com/InsideTW.  I am currently keeping 
both locations up-to-date and in sync with the latest revisions, so 
you can choose either location to view it.


Please note: the book is still far from complete, so please DO NOT 
DOWNLOAD a copy... but do feel free to view it online and give me 
input and feedback about both the features and the content.


As an extra bonus, I have also posted my recent TW5 experiments with 
regard to interfaces for advanced 
filtering: http://tiddlytools.com/filtergenerators.html


enjoy,
-e


--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/62aa9df7-ef4a-430b-932e-cd628669647b%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5DE61780.5090706%40googlemail.com.