[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

[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

[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

[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"

[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

[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

[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

[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

[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

[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

[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

[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? --

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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