[tw5] A button to switch between storyview and full screen mode and their previous states

2018-05-16 Thread Mohammad
Hi 
I want to put a button to toggle between this two states at ones


   - state1:   storyview: classic,   full-screen-mode: off
   - state2:   storyview: zoomin,   full-screen-mode: on


Another question:
  is it possible to switch from some storyview, full-screen-xx  and their 
previous states!
I mean toggle  storyview and full-screen mode between some states and their 
previous ones


Please advise!


Best
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/652c9075-8d24-4e1e-85c9-fcbf4d99b731%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] [TS] TiddlyServer upgraded to TiddlyWiki 5.1.17!

2018-05-16 Thread Arlen Beiler
Hello everyone,

I've upgraded TiddlyServer to TiddlyWiki 5.1.17.

I've also implemented the server part of WebSocket handling and am waiting
on PR https://github.com/Jermolene/TiddlyWiki5/pull/3289 to get the rest of
the handling code into TiddlyWiki itself (to minimize code duplication).

https://github.com/Arlen22/TiddlyServer/releases

Enjoy!
Arlen

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


[tw5] Re: subject tags vs. generic tags

2018-05-16 Thread TonyM
Sjaak,

I support what both Mark and Jed say below but I would also try and step 
back and state what you are after without reference to the possible 
solutions. eg Do not mention tag pills. Once you have your tags list 
filtered buy another tag, what do you want to do?, simply link to them?

There are so many ways to do things in TiddlyWiki that if you make the 
answer a little more general and clear we can give you the options, it can 
be hard to read your real requirements from a half specified solution.

Some hints

When defining a filter and using it in say the <$list widget you can filter 
a list based on multiple conditions however you can also nest <$List 
widgets. 

<$list filter="blah..
   <$list filter="blahblah..
  Place where both filter conditions are true
   

 
An in the "Place where both filter conditions are true" you can present the 
result in multiple ways including tag pills, checkbox toggles etc..

Enjoy
Tony

On Wednesday, 16 May 2018 22:59:19 UTC+10, Sjaak Adriaanse wrote:
>
> Hi all,
>
> I am currently using one TW to take notes about a lot of different 
> subjects. Each tiddler on a subject gets a tag with that subject, like 
> 'Solar panels'. But I also want to use some more generic tags that can be 
> applied to tiddlers on any subject, like 'Developments' or 'Information 
> Sources'.
>
> I would like to create tag pills called f.i. 'Developments' that only 
> lists tiddlers that have a specific subject tag as well (i.e. the subject 
> of the tiddler the tag pill is placed in). How can I do that?
>
> Greetings,
> Sjaak
>
>

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


[tw5] Re: checkbox form that calculates a score? (TW5)

2018-05-16 Thread TonyM
Dave,

Just a high level hint

I would make use of the Checkbox widget to create fields that contain the 
selected value, rather than just checked or unchecked you could give the 
values unchecked and score.

You can then use the get filter operator to extract and use the values in 
the fields.

I would also prefix the field names such as check- so that this get 
operation can be applied to fields in the current tiddler with a 
prefix[check-]

Regards
Tony


On Thursday, 17 May 2018 04:10:49 UTC+10, Dave wrote:
>
> Hi, I've spent a while this morning searching for what I imagine already 
> exists, but have come up blank.
>
> I have a paper form with checkboxes that you check and each item has a 
> point value and you're supposed to add it all up for a final score at the 
> end.  This really needs to be a computer thing if we're going to pretend to 
> be "modern" (its 2018, right?) 
>
> I'm thinking if I start this from scratch I'm just reinventing the wheel.  
> Are there any examples people have posted that have aspects of something 
> like this?
>
> Thanks,
> Dave
>

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


[tw5] Re: New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-16 Thread TonyM
Heath,

Have a look at the TOC TableOfContent Macros for insight to tag 
hierarchies. 

You can change the "root Tiddler(tag)" and using new tiddler here is a 
quick and easy way to construct a hierarchy.

A Lot of work has being done here so we can help you once you build a 
little more knowledge of TiddlyWiki.

Regards
Tony


On Thursday, 17 May 2018 07:38:20 UTC+10, Heath Gordon wrote:
>
> Yeah I"m reconsidering this, but the idea was to have a tiered tag system. 
> As in, if I had a Document, which was made up of the some sub-documents, 
> which at the very least have the same tags as the parent document, I would 
> only ever want to compare documents with documents and subdocuments with 
> subdocuments. I hope that makes sense. And one way I thought about that was 
> by having an uppercase and lowercase way of working with it. But I don't 
> think that's going to work.
>  
> On Wednesday, May 16, 2018 at 11:27:26 PM UTC+2, PMario wrote:
>>
>> Hi, 
>>
>> I don't understand, why you want to change the tags to lowercase. In TW 
>> tags are case sensitive. ... So you loose context if you change it that 
>> way. 
>>
>> Can you explain your usecase a bit closer? 
>>
>> -m
>>
>>
>>

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


[tw5] Re: Bare bones button to create new twiddle

2018-05-16 Thread TonyM
heath,

Not tiddle - tiddler, try copying code from elsewhere to start, like the 
examples given at TiddlyWiki.com

Regards
Tony

On Thursday, 17 May 2018 03:47:00 UTC+10, Heath Gordon wrote:
>
> Ah man, it's me the OP, I meant to say tiddle. And NOW that I've figured 
> that out, I realize that I mispelled 'tiddle' as 'twiddle' also in my code.
>
> On Wednesday, May 16, 2018 at 7:30:16 PM UTC+2, Heath Gordon wrote:
>>
>> Loving TW so far, this is amazing. But I'm really stuck on making a 
>> button that creates a new twiddle. This should be enough to create a new 
>> thing right?
>>
>> <$button >
>> <$action-sendmessage $message="tm-new-twiddler"
>> title="Title"
>> tags="MetaTag"
>> />
>> New
>> 
>>
>> But this doesn't do anything. Sorry if this is a no-brainer, but I don't 
>> have a brain.
>>
>

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


[tw5] Re: how to use javascript in TW5

2018-05-16 Thread TonyM
Dave,

I went down this path recently. I realised that the items in the script 
component usually can be replaced with an existing TiddlyWiki equivalent. 
More often than not in examples given, say on w3schools.com you can learn 
how to interpret the java script and instead use TiddlyWiki macros, 
buttons, actions etc... Evans formula plugin is a great assert here.

I would be nice to document the equivalents and this would open up these 
examples for most TiddlyWiki users.

TiddlyWiki is effectively a higher level language than javascript itself 
and is intimately connected to the objects in TiddlyWiki. 

Finally I have come to understand that given TiddlyWikis architecture  
simply copying example javascript into it needs a rework, and when there is 
also a way to do it already there should only be some use cases where it is 
worth reworking java-script.

Regards
Tony

On Wednesday, 22 March 2017 08:51:31 UTC+11, Dave wrote:
>
> Is there a tutorial somewhere that would teach me how to take this 
> javascript code
>
> 
> 
> 
>
> Click the button to convert the string to lowercase letters.
>
> Try it
>
> 
>
> 
> function myFunction() {
> var str = "Hello World!";
> var res = str.toLowerCase();
> document.getElementById("demo").innerHTML = res;
> }
> 
>
> 
> 
>
> and use it in a macro?
>
>
>

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


[tw5] Re: TiddlyWiki "Objects" - Please contribute

2018-05-16 Thread TonyM
Whatever,

Thanks for the suggestion. Those point closer to software objects, although 
there is an overlap it not what I am after, but thanks anyway.

In someways the objects I am talking about are the ones you could trip over 
in a metaphorical sense. Most people will trip over a Plugin or a 
StyleSheet if they are using tiddlywiki.

Thanks
Tony

On Thursday, 17 May 2018 02:13:59 UTC+10, whatever wrote:
>
> Hi!
> Not sure how relevant this is, since it's for TWC, but Eric's insideTW (1) 
> lists objects in one of the lists. And his SystemInfoPlugin (2) shows TWC 
> internals as well.
>
> (1) http://www.tiddlytools.com/insideTW/
> (2) http://www.TiddlyTools.com/#SystemInfoPlugin
>
> w
>
> On Tuesday, May 15, 2018 at 5:26:17 AM UTC+2, TonyM wrote:
>>
>> Folks,
>>
>> I would like to identify all the possible "Objects" that relate to 
>> tiddlywiki to assist me in creating an effective tiddlywiki resource;
>>
>> Here are the ones I have so far
>>
>>- Code Snipits
>>- Discussions (eg Google Group)
>>- Editions
>>- Showcase ? (Example TiddlyWiki not an official edition)
>>- Macros
>>- Plugins
>>- Themes
>>- StyleSheets
>>- TiddlyWikis
>>- Menus
>>- Buttons
>>- Widgets
>>- Filters
>>- Solutions
>>
>> Please let me know of any others you think of
>>
>>
>> As with my Recent Posts TiddlyWiki Focused Solution Areas - Please 
>> contribute 
>> 
>>  and TiddlyWiki Focused Designer areas - Please contribute 
>>  I 
>> am continuing to develop a way of curating TiddlyWiki knowledge .
>>
>> I will not be revealing my proposal publicly until I have a Showcase to 
>> demonstrate. However if you are keen, do contact me with a Private Message. 
>> WordPress, TiddlyWiki and or Enterprise social experience are all in the 
>> mix along with online community development experience.
>>
>> 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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dd582b15-47d5-4de4-9d5e-afe05455055c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-16 Thread Heath Gordon
Yeah I"m reconsidering this, but the idea was to have a tiered tag system. 
As in, if I had a Document, which was made up of the same sub-documents, I 
would at a certain point only ever want to compare documents with documents 
and subdocuments with subdocuments. I hope that makes sense. And one way I 
thought about that was by having an uppercase and lowercase way of working 
with it. But I don't think that's going to work.

On Wednesday, May 16, 2018 at 11:27:26 PM UTC+2, PMario wrote:
>
> Hi, 
>
> I don't understand, why you want to change the tags to lowercase. In TW 
> tags are case sensitive. ... So you loose context if you change it that 
> way. 
>
> Can you explain your usecase a bit closer? 
>
> -m
>
>
>

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


[tw5] Re: New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-16 Thread PMario
Hi, 

I don't understand, why you want to change the tags to lowercase. In TW 
tags are case sensitive. ... So you loose context if you change it that 
way. 

Can you explain your usecase a bit closer? 

-m


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


[tw5] Re: New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-16 Thread 'Mark S.' via TiddlyWiki
AFAIK, there's no filter operator for changing case. But if you add a field 
to a tiddler, the field name is always converted to lowercase.

So  I can think of a trick that might require more than one click. Make 
a button that grabs the tag list, splits it into individual tiddlers, and 
then adds fields with a tag- prefix like tag-Tag1, tag-Tag2. Those fields 
will then have names like tag-tag1, tag-tag2 (i.e. they are lowercase) Then 
collect those new fields (using the prefix tag- to find them), remove the 
tag-prefix, and put the results in a tag-case field. Then use the results 
to create your tiddler.

-- Mark

On Wednesday, May 16, 2018 at 1:32:18 PM UTC-7, Heath Gordon wrote:
>
> So let's say that I have a tiddler, and then a button that creates a new 
> tiddler. Right now I get how to do it so it copies the tags from the parent 
> twiddler to the child twiddler:
>
> <$button >
> <$action-sendmessage $message="tm-new-tiddler"
> title="Title"
> tags={{!!tags}}
> />
> New
> 
>
> But then is there a way to lowercase those tags? It's complicated, but I 
> want to kind of have a tiered system of tags. I feel like there's probably 
> a java-scripty way to do this, but I don't really know javascript.
>

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


[tw5] New Tiddle has Tags as the Tiddle that created it, but lowercase?

2018-05-16 Thread Heath Gordon
So let's say that I have a tiddler, and then a button that creates a new 
tiddler. Right now I get how to do it so it copies the tags from the parent 
twiddler to the child twiddler:

<$button >
<$action-sendmessage $message="tm-new-tiddler"
title="Title"
tags={{!!tags}}
/>
New


But then is there a way to lowercase those tags? It's complicated, but I 
want to kind of have a tiered system of tags. I feel like there's probably 
a java-scripty way to do this, but I don't really know javascript.

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


[tw5] Re: how to use javascript in TW5

2018-05-16 Thread Jed Carty
TiddlyWiki doesn't use the dom to hold the state. Everything is in 
tiddlers, if you are thinking of creating macros based on the dom state it 
is going to get a bit confusing.

By design the dom can be refreshed at any time, so all state information 
has to be held inside a tiddler or it is in danger of being lost without 
warning.
So what you are describing would be difficult to create the way you are 
talking about it.

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


[tw5] Re: checkbox form that calculates a score? (TW5)

2018-05-16 Thread Dave

Thank you both! Those will definitely help!!

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


[tw5] Re: [tw] how to use javascript in TW5

2018-05-16 Thread Paul Netsaver
Hi,
I've managed to create a JS macro and run it from inside tiddlers.
Anyway I'ld like to create an 'autoexecuting' JS macro, in order to apply 
it to all tiddlers (or maybe to specifically tagged tiddlers)
without making a call from each tiddler.
Think to a text replacing macro intercepting a list of user defined local 
entities, e.g. §+-, or a macro for creating footnotes in html, etc.
How to do it?

 moreover... are JS macros processed from the browser, after the final 
tiddlywiki html conversion or are they a sort of  'tiddlywiki middleware'? 
I've to know if I can program JS macros as for usual html+js websites, 
thinking to common dom structure or text utf-8 coding. In the example 
above, §+- would be replaced with 

Thanks and regards,
Netsaver, Rome, IT 



Il giorno martedì 21 marzo 2017 23:44:42 UTC+1, Sven Wetzel ha scritto:
>
> Hello Dave,
>
> I think you must create a widget, that creates a button with the click 
> event listener on it.
>
> Or if you want it as macro you can try this with my SPilot4TW (
> https://www.quaraman.de/tw/pilot.html):
>
> \define myfunctionbutton(text:"hello world!")
> 
> LOOP:
> PAUSE: Try it
> CLS:
> T: $text$
> ENDLOOP:
> 
> \end
>
>
> Later in the tiddler: <>
>
> This wait till the user presses the "Try it" button and then prints the 
> text.
>
> It is using another language as Javascript, but you can do this in a 
> normal Tiddler without creating a plugin yourself.
> Am 21.03.2017 um 22:51 schrieb Dave:
>
> Is  a tutorial somewhere that would teach me how to take this javascript 
> code
>
> 
> 
> 
>
> Click the button to convert the string to lowercase letters.
>
> Try it
>
> 
>
> 
> function myFunction() {
> var str = "Hello World!";
> var res = str.toLowerCase();
> document.getElementById("demo").innerHTML = res;
> }
> 
>
> 
> 
>
> and use it in a macro?
>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/39c1ac14-4076-4d70-80a8-e85fbb0c8efa%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

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


[tw5] Re: checkbox form that calculates a score? (TW5)

2018-05-16 Thread @TiddlyTweeter
you may find resources here helpful 
..https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=k5rNzP4mv93el206Fc6Q31au

item 4 (formula) is very comprehensive. Item 13 (rpn) is good for simple 
calculation. I haven't fully tested the others.

hope this helps.

On Wednesday, 16 May 2018 20:10:49 UTC+2, Dave wrote:
>
> Hi, I've spent a while this morning searching for what I imagine already 
> exists, but have come up blank.
>
> I have a paper form with checkboxes that you check and each item has a 
> point value and you're supposed to add it all up for a final score at the 
> end.  This really needs to be a computer thing if we're going to pretend to 
> be "modern" (its 2018, right?) 
>
> I'm thinking if I start this from scratch I'm just reinventing the wheel.  
> Are there any examples people have posted that have aspects of something 
> like this?
>
> Thanks,
> Dave
>

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


[tw5] checkbox form that calculates a score? (TW5)

2018-05-16 Thread Dave
Hi, I've spent a while this morning searching for what I imagine already 
exists, but have come up blank.

I have a paper form with checkboxes that you check and each item has a 
point value and you're supposed to add it all up for a final score at the 
end.  This really needs to be a computer thing if we're going to pretend to 
be "modern" (its 2018, right?) 

I'm thinking if I start this from scratch I'm just reinventing the wheel.  
Are there any examples people have posted that have aspects of something 
like this?

Thanks,
Dave

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


[tw5] Re: Bare bones button to create new twiddle

2018-05-16 Thread Heath Gordon
Ah man, it's me the OP, I meant to say tiddle. And NOW that I've figured 
that out, I realize that I mispelled 'tiddle' as 'twiddle' also in my code.

On Wednesday, May 16, 2018 at 7:30:16 PM UTC+2, Heath Gordon wrote:
>
> Loving TW so far, this is amazing. But I'm really stuck on making a button 
> that creates a new twiddle. This should be enough to create a new thing 
> right?
>
> <$button >
> <$action-sendmessage $message="tm-new-twiddler"
> title="Title"
> tags="MetaTag"
> />
> New
> 
>
> But this doesn't do anything. Sorry if this is a no-brainer, but I don't 
> have a brain.
>

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


[tw5] Bare bones button to create new twiddle

2018-05-16 Thread Heath Gordon
Loving TW so far, this is amazing. But I'm really stuck on making a button 
that creates a new twiddle. This should be enough to create a new thing 
right?

<$button >
<$action-sendmessage $message="tm-new-twiddler"
title="Title"
tags="MetaTag"
/>
New


But this doesn't do anything. Sorry if this is a no-brainer, but I don't 
have a brain.

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


[tw5] Re: TiddlyWiki "Objects" - Please contribute

2018-05-16 Thread @TiddlyTweeter
TonyM 

> Send me your email address in a private message
>

TonyM, I did reply via email on this two days ago.

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


[tw5] Re: subject tags vs. generic tags

2018-05-16 Thread Jed Carty
I don't think that there is a way to directly do what you want to do 
without rewriting the tag pill macro. I am not sure how involved that would 
be.

It isn't the same thing but I made the GenTags plugin that lets you use 
multiple fields like tag fields, you maybe able to achieve what you want in 
a different way using it. https://ooktech.com/jed/ExampleWikis/GenTags

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


[tw5] Re: Workflow and files to automatically create new tiddlers in response to new files: A reference management example

2018-05-16 Thread Jed Carty
I haven't had a chance to make this. I added a feature request to the repo 
for Bob but I don't know how long it will be until it is worked out.

As it is, if you can make your script create the .tid files in the tiddlers 
folder of a wiki using Bob than they should appear in the wiki without any 
restart. It isn't as clean and elegant as I would like but it may work as 
an interim solution.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/94efb7aa-76a1-442e-9b7d-8819286eb9d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: subject tags vs. generic tags

2018-05-16 Thread 'Mark S.' via TiddlyWiki
I think I would need a more thorough example of what you want. 

It sounds like you may just need a way to list things, e.g.

<>

But maybe you want some relationship between the tags, which is not 
enforced by the TW structure. In that case you might want to use fields 
instead. e.g.

<>

Good luck!
-- Mark

On Wednesday, May 16, 2018 at 5:59:19 AM UTC-7, Sjaak Adriaanse wrote:
>
> Hi all,
>
> I am currently using one TW to take notes about a lot of different 
> subjects. Each tiddler on a subject gets a tag with that subject, like 
> 'Solar panels'. But I also want to use some more generic tags that can be 
> applied to tiddlers on any subject, like 'Developments' or 'Information 
> Sources'.
>
> I would like to create tag pills called f.i. 'Developments' that only 
> lists tiddlers that have a specific subject tag as well (i.e. the subject 
> of the tiddler the tag pill is placed in). How can I do that?
>
> Greetings,
> Sjaak
>
>

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


[tw5] Re: Workflow and files to automatically create new tiddlers in response to new files: A reference management example

2018-05-16 Thread Diego Mesa
Hey Jed,

Just checking up on this? Curious if you were able to incorporate it!

On Thursday, May 3, 2018 at 4:14:23 PM UTC-5, Jed Carty wrote:
>
> I like this idea. I think that it wouldn't be hard to add to the multiuser 
> plugin in a way that doesn't require external scripts and wouldn't require 
> a server restart. I may look into that over the weekend.
>

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


[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-16 Thread @TiddlyTweeter

>
> Is there a problem with having the wikis listed in the IndexWiki?


Absolutely not. IMO, having links within the base wiki and option to show a 
list in others is EXACTLY the kind of feature needed in converting 
"node-ish" for wider usage.

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


[tw5] Re: Problem with Showing pictures from Hard Drive in Bob Version 1.0.1 (former Jed's MultiUser Single Executable Version)

2018-05-16 Thread @TiddlyTweeter


> I think that rather than features I should focus mainly on improving the 
> documentation for Bob.


Jed, you can ask for help too on that. Either writing or revising. Part of 
the difficulty is only knowing what needs writing about. Actually having 
other people help on that can be good because they are more embedded in a 
"procedural user" frame of mind. 

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


[tw5] Re: Problem with Showing pictures from Hard Drive in Bob Version 1.0.1 (former Jed's MultiUser Single Executable Version)

2018-05-16 Thread Jed Carty
And unfortunately it looks like I missed making it accept relative paths 
for the file server part. It is a quick fix but it will have to wait until 
I get home so I can use my other computer.
>
>

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


[tw5] Re: Problem with Showing pictures from Hard Drive in Bob Version 1.0.1 (former Jed's MultiUser Single Executable Version)

2018-05-16 Thread Jed Carty
In order to make local images available you have to tell the server where 
to look on the hard drive. In this case you need to make sure in the Bob 
settings you have an entry that looks like this:

"filePathRoot": "C:\Users\Ed\TiddlyWiki\"

but replace the 'C:\Users\Ed\TiddlyWiki\' part with the path to where you 
have the executable.

Then the files being served have to have './file/' added to the front of 
the urls so your example would become

[img[./file/subdirectory/subdirectory/image.jpg]]

the prefix is needed otherwise you can't serve multiple wikis.

After the same setup you can use the _canonical_uri method using the same 
url.

There is some more about it here 
https://github.com/OokTech/TW5-Bob/blob/master/Configuration.md and here 
https://github.com/OokTech/TW5-Bob/blob/master/Documentation/Serving%20Files.tid

The documentation isn't really written with people who aren't a bit 
familiar with servers in mind. I am working on improving it when I have 
time. I think that rather than features I should focus mainly on improving 
the documentation for Bob.

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


[tw5] Problem with Showing pictures from Hard Drive in Bob Version 1.0.1 (former Jed's MultiUser Single Executable Version)

2018-05-16 Thread Ed
Hi Dear All

I have a problem with showing pictures from my hard drive while using Bob 
1.0.1 (Single Executable Version)
As I don't want to make the other thread overly long, I am making a new 
thread here.

Well can't make the pictures appear.

*What I tried to do*
[img[subdirectory/subdirectory/image.jpg]]

The subdirctories are inside the main directory were the .exe file is 
living.
Tried it yesterday at home with the winTiddly32,exe
Tried it now at the office with the winTiddly.exe (64bit version)
In both cases: no dice. I understand that i does not work that way when
the wiki is on node. *Correct?*


*Next: The _canonical_uri way*I put image/jpg in the field Type
I put the path subirectory/subdirectory/image.jpg in the _canonical_uri 
field.
I took care to type _canonical_uri with underscores and uri not url.

I really am at loss how to proceed, well it was 03:00 AM so I was't too 
bright anymore.
(Aaagh they saddled me far to late with this project. Initial offer was 
september 2017.
Just couple o-weeks ago the decision to go ahead.)
Presentation is 29th of May and I need still lotsa of (other) work to do.

Anybody? Puh-lease.
Thank you very much in advance, Ed.
= = = = = = = = = = = = = = = = = =
.
.

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


[tw5] subject tags vs. generic tags

2018-05-16 Thread Sjaak Adriaanse
Hi all,

I am currently using one TW to take notes about a lot of different 
subjects. Each tiddler on a subject gets a tag with that subject, like 
'Solar panels'. But I also want to use some more generic tags that can be 
applied to tiddlers on any subject, like 'Developments' or 'Information 
Sources'.

I would like to create tag pills called f.i. 'Developments' that only lists 
tiddlers that have a specific subject tag as well (i.e. the subject of the 
tiddler the tag pill is placed in). How can I do that?

Greetings,
Sjaak

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


[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-16 Thread TonyM
Jed,

First there is no problem, they are different. Until I find a way to replace 
the features in tiddlyserver within bob, I will have to use both, which is not 
a problem.

My view is somewhat biased and that has being due to the difficulties I have 
faced trying To access my existing wikis through bob. I am still to act on 
information you gave me and I promised to provide windows documentation when I 
can.

Thanks
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4b98f465-dbe4-4807-9285-45baf4c498c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] TiddlyWiki toolmap - request for someone to keep track of new plugins and adaptations until June

2018-05-16 Thread David Gifford
Thanks Tony! You're grreat! Oh wait, that is a different Tony.

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, May 16, 2018 at 7:44 AM, TonyM  wrote:

> David,
>
> Since I am working on something related to this I would be happy to help.
>
> I hope I can be as thorough as you. I do read almost everything.
>
> I hope you have a good time and thanks for this work so far. Its an
> invaluable tool.
>
> Personal message me with your email address.
>
> Tony
>
> --
> 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/iw0EIjJ35as/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/54a50038-6bda-417c-8da0-15006341ae92%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBF%2BRyw%3DjD5OES%2B_CjMcoxM0T-_%3DuzC0%2BuHqnjfN-%2BJ_wWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TiddlyWiki toolmap - request for someone to keep track of new plugins and adaptations until June

2018-05-16 Thread TonyM
David,

Since I am working on something related to this I would be happy to help.

I hope I can be as thorough as you. I do read almost everything.

I hope you have a good time and thanks for this work so far. Its an invaluable 
tool.

Personal message me with your email address.

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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/54a50038-6bda-417c-8da0-15006341ae92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TiddlyWiki toolmap - request for someone to keep track of new plugins and adaptations until June

2018-05-16 Thread David Gifford
Hi everyone

I am traveling this week and returning just shy of June. While I am 
traveling I will not have time to check this forum. Could someone keep 
track of any new plugins, macros, adaptations, and other items that should 
go into the TiddlyWiki toolmap, and email me on June 1 with the list and 
the links? Thanks, Dave

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


[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-16 Thread Jed Carty
Aside from not having support for editing single file wikis yet I am not 
sure I understand the difference. Is there a problem with having the wikis 
listed in the IndexWiki?

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


[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-16 Thread TonyM
Jed,

Tiddlserver lets you add paths or directories into settings.json such that you 
can go to ip:port/path and open any or each single file wiki found in that 
folder or a folder based wiki if it finds tiddlywiki.info.

This means I can browse to any wiki once there I bookmark it and access it at 
its address. So the index wiki need not contain links to everything it can 
serve.

It would be worth you instaling and reviewing for ideas, even work with Arlen.

A hybrid would be awesome.

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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/043408d9-a1a7-4d99-bd20-c8d772a74f21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TS] TiddlyServer upgraded to TW 5.1.16

2018-05-16 Thread PMario
On Thursday, May 3, 2018 at 5:11:02 AM UTC+2, Arlen Beiler wrote:
>
> Hello Everyone,
>
> I upgraded TiddlyServer to TW5.1.16. 
>

Hi, 
Is it 5.1.16 or 5.1.17 ... which is the latest version. 

.16 has a problem with the "is-operator" having unwanted side-effects.

-m

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


[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-16 Thread Jed Carty
Tony,

You can use absolute paths if that makes things easier, they don't have to 
be relative.
I haven't had any reason to use single file wikis with it yet which is why 
support isn't there yet. It will be added as I have time to do it. You can 
open single file wikis by serving them as static files, but I don't think 
they are editable that way.
Is there anything from tiddlyserver other than serving single file wikis 
that bob is missing?

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