[tw5] Re: Tiddlywiki Slideshow Presentation edition / tools/ pluging

2018-05-17 Thread Mohammad
Ed, Thank you for sharing! A wonderful photo slider. Just to note that, this is nice slider for image gallery. Here we wish to have a plugin to be able to prepare slides for presentation like beamer and powerpoint. Cheers Mohammad On Friday, May 18, 2018 at 4:19:46 AM UTC+4:30, Ed wrote: > >

[tw5] Stuck On Apache Proxy to node.js TW

2018-05-17 Thread Kevin Kleinfelter
I set up a reverse proxy with nginx in front of a node.js TW, using SSL and basic auth. It worked reasonably well. I pulled out nginx and put apache 2.4 in its place. It fetches the initial page, but it soon throws a 404 on a PUT of $:/StoryList. According to the Apache log, it receives

[tw5] Re: removing shadow on all tiddlers

2018-05-17 Thread TonyM
Steven Describe this boarder, I recall something about another element that appears like a partial boarder, once you know what it is you can use css to hide it. Actually I did think it was shadow somewhere. Is tc-tiddler-info for the info-panel? Try using the Browsers inspect to see what in

[tw5] Re: Comment on XLSX importer edition

2018-05-17 Thread TonyM
I believe that would be a bug in xlsx Converter. As it is clear the lowercase field name standard. Regards Tony On Friday, May 18, 2018 at 8:01:53 AM UTC+10, Mark S. wrote: > > I don't know if this is a feature, or a bug. When you create a field in a > tiddler by hand, the field is always

[tw5] Re: Tiddlywiki Slideshow Presentation edition / tools/ pluging

2018-05-17 Thread Ed
Dear All, Talking about *slideshows* we should not forget what* sini-kit* made, she said: "I make simple slideshows for my tw5 sites here is demo in static variant http://heeg.ru/ html code you can see here http://heeg.ru/heeg.html#slider1 and css here

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

2018-05-17 Thread TonyM
Heath, I will need a little time to fully wrap my head around what you are asking and how to implement it in TiddlyWiki. Unfortunately it does not yet make sense to me (perhaps my own limitation) Here are some items that may clarify enough for you to find an answer. Rather than say

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

2018-05-17 Thread PMario
Hi, On Wednesday, May 16, 2018 at 10:14:33 PM UTC+2, Paul Netsaver wrote: > moreover... are JS macros processed from the browser, after the final > tiddlywiki html conversion or are they a sort of 'tiddlywiki middleware'? > Macros are more like "text substitusions" used by endusers. If

[tw5] Re: how to use javascript in TW5

2018-05-17 Thread Jed Carty
If you want to edit the dom to change how each tiddler is displayed than it will be much easier to make a display template instead. If you want to edit the content of the tiddler than it depends on what you want to do but it should be possible. -- You received this message because you are

[tw5] Re: how to use javascript in TW5

2018-05-17 Thread Paul Netsaver
OK for the DOM, by the way any possibilities to have a JS macro executed automatically for all tiddlers? thanks a lot Netsaver Paul Il giorno mercoledì 16 maggio 2018 22:21:32 UTC+2, Jed Carty ha scritto: > > TiddlyWiki doesn't use the dom to hold the state. Everything is in > tiddlers, if

[tw5] Re: HTML cleaner / sanitizer

2018-05-17 Thread Paul Netsaver
It would be interesting... which would be the syntax among (*)[*]{*}? elements [attributes]{styles}(classes)? I'ld like to edit config options, then apply the filter via toolbar button or automatically at CKE loading. Let us know if it could be in the next releases... thanks Il giorno venerdì

[tw5] Comment on XLSX importer edition

2018-05-17 Thread 'Mark S.' via TiddlyWiki
I don't know if this is a feature, or a bug. When you create a field in a tiddler by hand, the field is always converted to lowercase. When you use the XLSX converter, the original case is maintained. Thanks! -- Mark -- You received this message because you are subscribed to the Google Groups

[tw5] Re: removing shadow on all tiddlers

2018-05-17 Thread PMario
On Thursday, May 17, 2018 at 7:59:46 PM UTC+2, Steven Schneider wrote: > > Oh, I should have added: I've tried using the "seamless" theme, but that > still leaves a small border (and, besides, I'm hoping to use the "heavier" > theme...). > On tiddlywiki.com activatiing seamless, I can't see a

Re: [tw5] Re: Download a Tiddler Using Python/Bash

2018-05-17 Thread Arlen Beiler
Well, the ginsu script would already be bash, or something similar. You need the node executable to run the script but you can call it from python or bash and then process the output. On Thu, May 17, 2018, 15:53 Jed Carty wrote: > You may be able to do it using node, there

[tw5] Re: Download a Tiddler Using Python/Bash

2018-05-17 Thread Jed Carty
You may be able to do it using node, there is a script called ginsu in the repo that splits a wiki into tiddlers but I am not sure how to convert it to use python or bash. https://github.com/Jermolene/TiddlyWiki5/blob/master/bin/ginsu.sh -- You received this message because you are subscribed

[tw5] Download a Tiddler Using Python/Bash

2018-05-17 Thread j3d1H
Maybe a little off-topic, sorry. I want to use Python and/or Bash to copy a single tiddler from the TiddlyWiki file to a different file. Any clues on how to do this? I would attempt to parse the file for the correct tiddler, but I would prefer not to do that, if there's a simpler way. It seems

[tw5] Re: Anyone Currently Using MathJax with node.js TW

2018-05-17 Thread Paul Netsaver
Katex is much faster and nowadays covers most of math symbols. Nevertheless, Katex has no inline equations and this is a turning point both for rendering and publishing. If you have to write a complex text interleaving text and math symbols, you cannot use block equations only. For what I know

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

2018-05-17 Thread Mohammad
Jed, the new version works fine! Thank you On Tuesday, May 15, 2018 at 10:32:07 AM UTC+4:30, Jed Carty wrote: > > Ed, > > The button to set the host may be set up incorrectly. I did change some > things about how setting the host works and I may have missed updating > that. For now you may

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

2018-05-17 Thread Jed Carty
I just noticed that I never answered about how to include editions that aren't packaged in the executable in the list to make new wikis. It uses the output of the same thing that the --editions command uses so you can add custom editions to the list by setting the TIDDLYWIKI_EDITIONS_PATH

[tw5] Re: removing shadow on all tiddlers

2018-05-17 Thread Steven Schneider
Oh, I should have added: I've tried using the "seamless" theme, but that still leaves a small border (and, besides, I'm hoping to use the "heavier" theme...). On Thursday, May 17, 2018 at 1:50:16 PM UTC-4, Steven Schneider wrote: > > Hi, I want to change the style? theme? or something so that

[tw5] removing shadow on all tiddlers

2018-05-17 Thread Steven Schneider
Hi, I want to change the style? theme? or something so that my tiddlers don't have a shadow, and they appear as "borderless". I tried this in a tiddler tagged $:/tags/Stylesheet: .tc-tiddler-info { <> } but, that didn't do it. Suggestions? Thanks, //steve. -- You received this

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread Birthe C
Thank you so much, Mark S, You just saved me a lot of time. Birthe -- 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

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

2018-05-17 Thread Arlen Beiler
Ok, fixed. Please find the latest release at https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.14-fixed Sorry about that :) On Thu, May 17, 2018 at 1:29 PM, Arlen Beiler wrote: > Oops, > > On Thu, May 17, 2018 at 12:36 PM, Sander Datema >

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

2018-05-17 Thread Arlen Beiler
Oops, On Thu, May 17, 2018 at 12:36 PM, Sander Datema wrote: > Thanks a lot! One thing though, I get this error: > > ``` > Error: Cannot find module '../../TiddlyWiki5-Jermolene/boot/boot.js' > ``` > > I removed the TiddlyServer folder and moved my settings.json to the

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread 'Mark S.' via TiddlyWiki
Here's a solution that doesn't depend on 3rd party javascript. I munged the existing TOC code so it could export a list. Put the following code in a tiddler: \define exportlist(tag) <$button>Create List for ''$tag$'' <$action-listops $tiddler="exports" $filter="[[]]"/> <> \end \define

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

2018-05-17 Thread Mohammad
@BurningTreeC Thank you for your kind help! On Thursday, May 17, 2018 at 8:58:18 PM UTC+4:30, BurningTreeC wrote: > > Many thanks @BurningTreeC >> >> For me also doesnot work on TiddlyDesktop. But works in Chrome! >> I appreciate your time. It always return to classic view. For me it is >> okay

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

2018-05-17 Thread Sander Datema
Thanks a lot! One thing though, I get this error: ``` Error: Cannot find module '../../TiddlyWiki5-Jermolene/boot/boot.js' ``` I removed the TiddlyServer folder and moved my settings.json to the new folder. Op donderdag 17 mei 2018 04:54:37 UTC+2 schreef Arlen Beiler: > > Hello everyone, > >

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-17 Thread BurningTreeC
> > forgot to say thank you!! > > thanks, you're welcome! FYI: we've now started to add global keyboard shortcuts to tiddlywiki here , which would make this solution with the accesskeys unnecessary because it just works better. I hope it

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

2018-05-17 Thread BurningTreeC
> > Many thanks @BurningTreeC > > For me also doesnot work on TiddlyDesktop. But works in Chrome! > I appreciate your time. It always return to classic view. For me it is > okay now, but just for curiosity, where the TW itself store the state of > storyview ? > That is stored in the "$:/view"

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-17 Thread kelsang sherab
forgot to say thank you!! On Sunday, May 13, 2018 at 8:36:42 PM UTC+1, BurningTreeC wrote: > > Hi, as I explained in my 5th post: > > after importing, save the wiki and reload it. Changing the access key > would also need to save and reload. > the key defined in $:/config/accessKey/new-tiddler

[tw5] Tiddler body fill the whole screen

2018-05-17 Thread Mohammad
Is this the correct CSS to fill out the whole screen with a tiddler. .tc-tiddler-body{ position:fixed; top:0; left:0; width:100vw; height:100vh; } .tc-sidebar-scrollable {display:none;} Best Mohammad -- You received this message because you are subscribed to the Google Groups

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

2018-05-17 Thread Mohammad
Many thanks @BurningTreeC For me also doesnot work on TiddlyDesktop. But works in Chrome! I appreciate your time. It always return to classic view. For me it is okay now, but just for curiosity, where the TW itself store the state of storyview ? On Thursday, May 17, 2018 at 1:04:06 PM

Re: [tw5] The Art Of Memory -- Just a few thousand years of thoughts

2018-05-17 Thread @TiddlyTweeter
Right. https://www.youtube.com/watch?v=VXgcNBXGThs Is pretty mind-blowing. BUT TW is actually quite "do things" enabled out-of-the-box. Or quite close to that. Did you see Jed controlling a robot? Or enabling speech playback of Tiddlers? I like this stuff as it brings out THE EDGE of what

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread TonyM
Sounds like matthew in this thred provided the final clue. 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

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

2018-05-17 Thread Heath Gordon
Hey Tony, Yeah I'm getting used to Tiddlywiki. It's pretty cool, but in no way intuitive. Okay so here's kind of what I was thinking. For the sake of example we have 3 documents, DOC_A and DOC_B are semantically similar let's say TAG_A, DOC_C has TAG_C. DOC_A is made of two subdocuments

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread 'Mark S.' via TiddlyWiki
Does the bundler-plugin do nested tags (i.e. TOC-style cascading tags) ? Thanks! -- Mark On Thursday, May 17, 2018 at 7:11:21 AM UTC-7, PMario wrote: > > Hi, > > My bundler-plugin >

Re: [tw5] The Art Of Memory -- Just a few thousand years of thoughts

2018-05-17 Thread @TiddlyTweeter
@TiddlyWiki just Tweeted about this. It got immediate interest. https://twitter.com/TiddlyWiki/status/997117597744328709 Andreas Hahn wrote: > > I hope I am not offtopic with sharing this, but back in February I wrote > a plugin for a Minecraft server that

[tw5] Re: Local plugin library?

2018-05-17 Thread @TiddlyTweeter
I'm not so skilled. But I have 60+ plugins and special macros in a normal file TW without problems. I add plugins & then DISABLE them. I use PMario's Bundler to create relevant sets of them (like "editor"; "base" & "that screenplay set") I drag & drop to other wiki as needed. On Thursday, 17

[tw5] Re: Local plugin library?

2018-05-17 Thread Jed Carty
If you use the node version of tiddlywiki than you can use the TIDDLYWIKI_PLUGIN_PATH environment variable and have it point to the folder with your plugins, then they will be available to the node wikis. I haven't tried hosting a local plugin library but I don't know of any reason it wouldn't

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread PMario
Hi, My bundler-plugin may be of interest. have fun! mario -- You

[tw5] Local plugin library?

2018-05-17 Thread Matthew Lauber
Anyone have experience creating a local plugin library? I've got a bunch of plugins for tools I use, that I don't really want to toss up on a webserver somewhere. And I've got a bunch of wikis that need to share them. I'd like a simple way for me to make sure that any given wiki has the

Re: [tw5] The Art Of Memory -- Just a few thousand years of thoughts

2018-05-17 Thread Ste Wilson
... Just watched the Minecraft tiddlywiki vid Wow! That's like magik! How the hell do you do that!!! -- 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

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread Matthew Lauber
If you add Tobias' toc filter operator http://tobibeer.github.io/tb5/#filter%3A%20toc you should be able to use the advanced search to find all your tiddlers via `[toc[TopLevelTag]]` and then under the dropdown to the right, you should be able to export as json. You should be able to import

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

2018-05-17 Thread BurningTreeC
Am Donnerstag, 17. Mai 2018 14:27:08 UTC+2 schrieb Jeremy Ruston: > > I believe TD doesn't allow fullscreen mode but I don't know why > > > Ah, that’s a bug, which I can confirm. It’s supposed to work, but must > have been broken by an earlier nw.js update. > > I had TD with nw.js version

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

2018-05-17 Thread Jeremy Ruston
> I believe TD doesn't allow fullscreen mode but I don't know why Ah, that’s a bug, which I can confirm. It’s supposed to work, but must have been broken by an earlier nw.js update. Best wishes Jeremy > > all the best, BTC > > -- > You received this message because you are subscribed to

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

2018-05-17 Thread BurningTreeC
@TiddlyTweeter I believe TD doesn't allow fullscreen mode but I don't know why all the best, BTC -- 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

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread @TiddlyTweeter
Export guidance here ... https://tiddlywiki.com/#How%20to%20export%20tiddlers . See the section on "Exporting tiddlers matching a criteria (filter)". If all (and only) are covered by the tag then the needed filtered search will be easy. FWIW, JSON export format may be the most appropriate. In

[tw5] Export/Import all nested tags?

2018-05-17 Thread TonyM
You can do this with the filter bundle using the bundler plugin. 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

[tw5] Export/Import all nested tags?

2018-05-17 Thread Shay Shaked
I want a section of my TW to be exported into another wiki. The section is defined by a tag, and then there are tags under that tag. Is there a way to export ALL of them to .tid format, and then import them as a bunch to the new wiki, or do I have to drag, one by one? -- You received this

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

2018-05-17 Thread @TiddlyTweeter
Ciao BTC. Useful! I also tried in TiddlyDesktop, where it doesn't work. I guess that is because the architecture is quite different (in that it doesn't have the same "gubbins" of a standard browser?) Best wishes @TiddlyTweeter -- You received this message because you are subscribed to the

[tw5] Re: March Of The Androids -- Seeking Info On Your Usage

2018-05-17 Thread @TiddlyTweeter
> > If I had to guess what's at the heart of the restlessness of looking for > other things ... it's the fact that I can't use it [TiddlyWiki] for > *everything... > * > > For example, a big chunk of functionality is missing because I can't use > it on my phone. > > Yes, I know of the

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

2018-05-17 Thread BurningTreeC
<$reveal state="$:/state/zoomin-fullscreen" type="nomatch" text="yes"> <$button class="tc-btn-invisible"> <$action-setfield $tiddler="$:/state/zoomin-fullscreen" text="yes"/> <$action-setfield $tiddler="$:/view" text="zoomin"/> <$action-sendmessage $message="tm-full-screen"/> zoomin <$reveal