[tw5] Re: [TW5] Bob and BobEXE version 1.1.0 Actually Garlic Bagels prerelease

2018-10-24 Thread 'Mark S.' via TiddlyWiki
So far no luck getting images to serve. But there wasn't an existing 
filePathRoot entry, so perhaps I am setting it up wrong? 

-- Mark

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


[tw5] formatting changes 2 dashes to single long dash

2018-10-24 Thread christian
If I have the following code in a tiddler:


configure --prefix=/usr/local


The resulting displayed tiddler will show the code in a grey box in 
monospace font, but it will display the "--" as "–".  This may not 
translate well in the forum. The best description I can give is when you 
enter 2 dashes followed by text in something like Word or Outlook, it will 
change the 2 dashes to a single, slightly longer than normal dash.

-- 
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/12bcbe63-18e5-4291-8590-0517ae5b9514%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: how to run bash script from Bob TW

2018-10-24 Thread 'Mark S.' via TiddlyWiki
There's some very terse directions in the plugin settings. It shows how to 
set up a 'ls' command, but doesn't explain what you should expect to see. I 
don't see anything. I also tried to modify it to output the ls to a file, 
but no file appeared. So, maybe you'll have better luck.

-- Mark

On Wednesday, October 24, 2018 at 7:26:53 PM UTC-7, Dave wrote:
>
> How do you execute a local file system bash script from within a Bob TW?
>
> I recall reading somewhere that that is possible, but my google skills 
> aren't advanced enough to figure it out...
>
>
> 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/ffef708d-2c44-4029-9985-864bdd0c53e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] how to run bash script from Bob TW

2018-10-24 Thread Dave
How do you execute a local file system bash script from within a Bob TW?

I recall reading somewhere that that is possible, but my google skills 
aren't advanced enough to figure it out...


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/b749019a-97bb-41e6-8d1f-232ea3220e60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Referencing an SVG image in CSS content property

2018-10-24 Thread 'Mark S.' via TiddlyWiki
There's a way to do this if you convert your svg into data (like using 
https://www.mobilefish.com/services/base64/base64.php). But maybe that's 
too much of a compromise?

-- Mark

On Wednesday, October 24, 2018 at 3:03:07 AM UTC-7, Hubert wrote:
>
> I'm having a problem showing an SVG image using the CSS content property. 
> The SVG image is a separate tiddler type image/svg+xml and the CSS style 
> is in a separate tiddler type text/css and tagged $:/tags/Stylesheet.
>
> Has anyone been successful displaying an image in this way? I'd be 
> grateful if you could show me what's wrong with my syntax:
>
> content: url("[[delete.svg]]");
>
>
> Thank you!
>
> Best regards,
> 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 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/069f2cba--4dfa-82d2-f1b057126352%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Odd Transclude behavior using WikiText vs. Widget transcludes within SVG

2018-10-24 Thread 'Mark S.' via TiddlyWiki
If you use ~SausagePizza, it will work.

I'm thinking that when it is rendered as a Wiki link, it gets rendered 
after the SVG and too late to be used by it.

-- Mark

On Wednesday, October 24, 2018 at 2:59:07 PM UTC-7, c pa wrote:
>
> ''This works under all circumstances:''
>
> <$edit field="slice1" />
> 
> 
> 
>  <$view field="slice1" /> 
> 
>
> This fails (text doesn't display) if there are no spaces in the 
> transcluded text
> "Sausage Pizza" works
> "SausagePizza"fails
>
> <$edit field="slice1" />
> 
> 
> 
>  {{!!slice1}} 
> 
>
> Can anyone tell me why?
>

-- 
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/c1c61351-08f8-457f-ab9c-ec547dcfbd07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Referencing an SVG image in CSS content property

2018-10-24 Thread 'c pa' via TiddlyWiki
OK sorry that doesn't work. 

-- 
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/df33755f-b9f7-44b0-a218-804b81fe940f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Referencing an SVG image in CSS content property

2018-10-24 Thread 'c pa' via TiddlyWiki
Try using the full URL: And then tell us if it works.

file:///C:/Users/yourname/tiddlywikilocations/yourfile.html#Pie%20Chart

-- 
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/bc57bc0f-5805-4efa-b67f-e12b8940e65d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Bob and BobEXE version 1.1.0 Actually Garlic Bagels prerelease

2018-10-24 Thread 'Mark S.' via TiddlyWiki
Additional note. It's possible for the local network address listed at the 
top to be different from the actual port number used by the wsserver at the 
bottom of the configuration (mine is 8081 at the top and 8082 in wsserver).

-- Mark

On Wednesday, October 24, 2018 at 12:38:13 AM UTC-7, Jed Carty wrote:
>
> Mark,
>
> It looks like I somehow broke the part that removes the filesystem and 
> tiddlyweb plugins from served wikis. It looks like all of the errors you 
> are getting are caused by that. Until I get that fixed one solution is to 
> remove the tiddlyweb and filesystem plugins from the tiddlywiki.info 
> file. I will try and fix that later today.
>
> The configuration.md file shows where each configuration property goes and 
> has a brief description of each one. 
> https://github.com/OokTech/TW5-Bob/blob/master/Configuration.md
>

-- 
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/b3436d9c-c039-452e-bd6c-5ec789c320bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Text List without Writing It into a Field?

2018-10-24 Thread Scott Simmons (Secret-HQ)
:D  AMAZING!

Thanks, Matt!  it would have been deep into the 2020s before that ever 
occurred to me, and it's just the quick and dirty solution I needed

-- 
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/6aaa05e8-007f-491c-8fc1-9ba30eb92ca7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Text List without Writing It into a Field?

2018-10-24 Thread 'c pa' via TiddlyWiki
\define sortEm(string)
<$list filter="$string$ +[nsort[]]">


\end

<>

-- 
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/fa0c7fe4-20cb-4596-ada7-1f6a9798f4eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Odd Transclude behavior using WikiText vs. Widget transcludes within SVG

2018-10-24 Thread 'c pa' via TiddlyWiki
''This works under all circumstances:''

<$edit field="slice1" />



 <$view field="slice1" /> 


This fails (text doesn't display) if there are no spaces in the transcluded 
text
"Sausage Pizza" works
"SausagePizza"fails

<$edit field="slice1" />



 {{!!slice1}} 


Can anyone tell me why?

-- 
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/91ef4929-0d42-4f33-b651-94148ff58754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Odd behavior using wikitext transcludes vs. widget transcludes in SVG

2018-10-24 Thread 'c pa' via TiddlyWiki
''This *works *under all circumstances:''

<$edit field="slice1" />



 *<$view field="slice1" />* 


This *fails *(text doesn't display) if there are no spaces in the 
transcluded text
*"Sausage Pizza" works*
*"SausagePizza"fails*

<$edit field="slice1" />



 *{{!!slice1}}* 


Can anyone tell me why?

-- 
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/e591851a-3f01-495e-8d74-ccbc4dfa3ed1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: BOB / Multiuser capture username

2018-10-24 Thread Jed Carty
You can set a filter or list of tiddlers that don't get synced. To do this 
add to the filter in $:/plugins/OokTech/Bob/ExcludeSync
You shouldn't remove anything from that filter or it will probably break 
things, but you can add to it. Anything returned by the filter is ignored 
when syncing to the server.

-- 
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/17b87b4d-357a-4425-85ba-fffae477bf32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: BOB / Multiuser capture username

2018-10-24 Thread Stobot
Thanks Jed,

The 'former' would probably be fine. Is there a way I can control those 
things (disable sidebar / remove buttons like edit) for a single user? My 
understanding is that every tiddler changed (including those that control 
these things) propagate out there for all users. The only things that don't 
are the $:/temp/ tiddlers. If that's not true, that could be a good option. 

-- 
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/ec713231-d234-43f3-a107-91542058b3d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Sort Text List without Writing It into a Field?

2018-10-24 Thread Matthew Lauber
<$list filter="149 54 9 21 +[nsort[]]">



On Wednesday, October 24, 2018 at 3:10:15 PM UTC-4, Scott Simmons 
(Secret-HQ) wrote:
>
> Is there a good TiddlyWay to sort a text string without having to write it 
> to a field?
>
> I'm imagining a macro that could take an input of numbers and render a 
> list.  E.g.,,
>
> The account numbers are <>
>
> ... renders as:
>
> The account numbers are 
> 1. 9
> 2. 21
> 3. 54
> 4. 149
>

-- 
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/497388c2-b4f3-4461-a4c9-6e4f64d5d7e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Sort Text List without Writing It into a Field?

2018-10-24 Thread Scott Simmons (Secret-HQ)
Is there a good TiddlyWay to sort a text string without having to write it 
to a field?

I'm imagining a macro that could take an input of numbers and render a 
list.  E.g.,,

The account numbers are <>

... renders as:

The account numbers are 
1. 9
2. 21
3. 54
4. 149

-- 
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/ecb48c2d-243e-4c22-a9d1-75c3380a4c40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Two Questions about the Moments Plugin for parsing Dates for history Timelines

2018-10-24 Thread Eskha
Hi Jan,

Hoping this may still help you for your second point: I use "Y" format for 
date and a "-" in front of the date (eg -200 for 200 BC).

Good luck with your course.

Eskha

-- 
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/02022ec2-22c8-43a2-8f43-0ace6b8096aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Plugins updated: ToDoNow, Listreveal, Reminders

2018-10-24 Thread 'Mark S.' via TiddlyWiki
I mark all those "future" items with priority "W" (for waiting). Then use 
the filter to hide W items:

+[!priority[W]]

Although the W items are hid from the main todo list, they're not hidden 
when you check "Today". So, once a day, when you check today's outstanding 
tasks, you can change the priority to make the items visible again in the 
main list.

-- Mark

On Wednesday, October 24, 2018 at 6:40:52 AM UTC-7, Willy Tanner wrote:
>
> Hello TodoNow folks
>
> without wanting to hijack this thread but is there a way to suppress the 
> visibility of a todo item before a certain date (scheduled date, start 
> date)?
>
> Quite often I need to plan todo items a long time into the future but my 
> every day life would become messy if I'd be forced to deal or even just see 
> all these items long before they can be acted upon. 
>
> Thank you
> Christoph
>
>
>
> On Tuesday, March 20, 2018 at 10:47:41 PM UTC+1, Thomas Elmiger wrote:
>>
>> Hello TW-friends
>>
>> After quite some time I have updated most of my plugins on 
>> https://tid.li/tw5/plugins.html with some minor and some deeper going 
>> changes. Generally I have tried to make my stuff more robust for different 
>> designs. Additionally I have been able to integrate some user feedback from 
>> the last five months ore so. 
>>
>> As always: Please make a backup or two before updating. And if you 
>> update, update all dependencies. 
>>
>> Enjoy and keep the feedback coming!
>> Thomas
>>
>> ===
>>
>> From the readme of ToDoNow:
>>
>> Version 1.2.9
>>
>>- Minor redesign with better icons, context sensitive colours, less 
>>whitespace and additional configuration options:
>>   - hide the header of ToDoNow 
>>   
>>   - check and adjust author/creator info and task template
>>   - translate all text, date and time formats on ToDoNow 
>>    via translation tiddlers
>>  - you can leave the translation empty to save the space
>>   - independent save button (no longer a duplication of the core 
>>save button, so adding an accesskey to the core version 
>>
>>  
>>should not be a problem anymore)
>>- listreveal updated to version 0.3.21
>>- reminders updated to version 0.1.6
>>
>> Special thanks to Surya, Mark, Jasper and Josiah for feedback and 
>> suggestions!
>>
>>
>>
>>

-- 
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/3b2bda93-f0f6-4e57-b297-b0aefe0b323b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Plugins updated: ToDoNow, Listreveal, Reminders

2018-10-24 Thread Willy Tanner
Hello TodoNow folks

without wanting to hijack this thread but is there a way to suppress the 
visibility of a todo item before a certain date (scheduled date, start 
date)?

Quite often I need to plan todo items a long time into the future but my 
every day life would become messy if I'd be forced to deal or even just see 
all these items long before they can be acted upon. 

Thank you
Christoph



On Tuesday, March 20, 2018 at 10:47:41 PM UTC+1, Thomas Elmiger wrote:
>
> Hello TW-friends
>
> After quite some time I have updated most of my plugins on 
> https://tid.li/tw5/plugins.html with some minor and some deeper going 
> changes. Generally I have tried to make my stuff more robust for different 
> designs. Additionally I have been able to integrate some user feedback from 
> the last five months ore so. 
>
> As always: Please make a backup or two before updating. And if you update, 
> update all dependencies. 
>
> Enjoy and keep the feedback coming!
> Thomas
>
> ===
>
> From the readme of ToDoNow:
>
> Version 1.2.9
>
>- Minor redesign with better icons, context sensitive colours, less 
>whitespace and additional configuration options:
>   - hide the header of ToDoNow 
>   
>   - check and adjust author/creator info and task template
>   - translate all text, date and time formats on ToDoNow 
>    via translation tiddlers
>  - you can leave the translation empty to save the space
>   - independent save button (no longer a duplication of the core save 
>button, so adding an accesskey to the core version 
>
>  
>should not be a problem anymore)
>- listreveal updated to version 0.3.21
>- reminders updated to version 0.1.6
>
> Special thanks to Surya, Mark, Jasper and Josiah for feedback and 
> suggestions!
>
>
>
>

-- 
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/4057d3ec-b7f6-43a6-921c-8e303a200641%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Referencing an SVG image in CSS content property

2018-10-24 Thread Hubert
I'm having a problem showing an SVG image using the CSS content property. 
The SVG image is a separate tiddler type image/svg+xml and the CSS style is 
in a separate tiddler type text/css and tagged $:/tags/Stylesheet.

Has anyone been successful displaying an image in this way? I'd be grateful 
if you could show me what's wrong with my syntax:

content: url("[[delete.svg]]");


Thank you!

Best regards,
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 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/7c8887c8-e4d3-43aa-9a75-b694c09efaec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: BOB / Multiuser capture username

2018-10-24 Thread Jed Carty
How easy this is to improve depends on which part of bypassing it is the 
problem.

If it is just a problem that a person can do something like click on the 
sidebar and open up another tiddler before setting who they are than you 
could use startup actions to disable things like the sidebar and the 
tiddler editing buttons and have the login button reenable them if the 
login was successful.

If you need something between that and the full secure server back-end (
https://github.com/OokTech/SecureWikiServer) that I use with the 
ooktech.xyz wikis (you can see https://ooktech.xyz:8443/Public) than it 
would probably take a bit more work.

-- 
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/4020f6bf-b964-436c-b3a3-2fd0374fb4a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Bob and BobEXE version 1.1.0 Actually Garlic Bagels prerelease

2018-10-24 Thread Jed Carty
Mark,

It looks like I somehow broke the part that removes the filesystem and 
tiddlyweb plugins from served wikis. It looks like all of the errors you 
are getting are caused by that. Until I get that fixed one solution is to 
remove the tiddlyweb and filesystem plugins from the tiddlywiki.info file. 
I will try and fix that later today.

The configuration.md file shows where each configuration property goes and 
has a brief description of each one. 
https://github.com/OokTech/TW5-Bob/blob/master/Configuration.md

-- 
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/4270c96b-7449-4384-b03a-7cb4847ae987%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.