[tw5] Re: [TW5] BobEXE for testing, version 1.2.3

2019-05-02 Thread TonyM
Mark, I just though I could find the plugin tiddler somewhere. Searching the git hub I can see the tiddler, so must I load a node Bob so I can access the latest plugin? Otherwise please send in a private message. Regards Tony On Friday, May 3, 2019 at 1:52:46 PM UTC+10, Mark S. wrote: > > I

[tw5] Re: Why do Startup Actions not work?

2019-05-02 Thread TonyM
Mark, Thanks, Going from button message to action send message, you do need to use the $, However I use the below form and it works in a button but not in a tiddler tagged startup actions. <$button> <$action-sendmessage $message="tm-modal" $param="Username Modal"/> Action send Almost all the

[tw5] Re: Why do Startup Actions not work?

2019-05-02 Thread 'Mark S.' via TiddlyWiki
This won't fix your problem, but based on the examples it should be $param (with a dollar sign). I'm thinking that the action widget doesn't work with tm-modal, possibly because the remaining part of the start-up closes out the modal before it even displays. I guess you need a

[tw5] Re: [TW5] BobEXE for testing, version 1.2.3

2019-05-02 Thread 'Mark S.' via TiddlyWiki
I could extract and send it to you, if Jed doesn't mind. The only reason to do it this way is to save band-width. If you can download Bob yourself that of course is best. -- Mark On Thursday, May 2, 2019 at 7:34:38 PM UTC-7, TonyM wrote: > > Mark, > > As I normally use bobexe I have no idea

[tw5] Re: [TW5] BobEXE for testing, version 1.2.3

2019-05-02 Thread TonyM
Mark, As I normally use bobexe I have no idea where to find the plugin to drop into my running bobwin.exe It appears there is not running bob online from which to extract the plugin as would be the case for more other plugins. Any Guidance would be appreciated. Regards Tony On Wednesday,

[tw5] Why do Startup Actions not work?

2019-05-02 Thread TonyM
Folks, I have a tiddler tagged $:/tags/StartupAction containing <$action-sendmessage $message="tm-modal" param="Username Modal"/> Can anyone tell me why I am not presented with the popup modal when I reload the wiki? I would have thought this would work, but it clearly does not. Thanks in

[tw5] RFI: Force action/selection before proceeding to TiddlyWiki instance

2019-05-02 Thread TonyM
Folks, I am working on a small module to force the selection of one or more values before proceeding into a TiddlyWiki., An example would be insisting on the selection/confirmation of the user name $:/status/UserName - Has anyone built a method such as a startup action that invokes a

[tw5] Re: [TOC] Table of Content - refactoring - ... again ;)

2019-05-02 Thread TonyM
Mario, Thanks these improvements look great. - Can we used the value of the "viewed tiddler" in other operations? like cause a popul if someone is looking at a specific tiddler? I think in someways what you have done is to provide access to the "active/visible tiddler" which new

[tw5] Re: Bob Tips #3 -- Basics for Windows users

2019-05-02 Thread TonyM
Josiah, Thanks for this very helpful. If you have used other features of Bob on Windows could you please share the basic usage on Windows. I am thinking of handling shared plugins and files, tiddlers that are stored in one location but appear in multiple wikis etc... Thanks Tony On Friday,

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-05-02 Thread cameronsajedi
Hi Jeremy, Thanks for reading my comment. I am actually using Chrome, and when I follow along with the intended workflow it removes my github auth token and also the save feature just downloads index.html in-browser. If you follow my link or look at the attached image you can also see that

[tw5] Re: Three questions about BOB

2019-05-02 Thread Xabriña
Hi Josiah. Thanks for the explanation. I'll take a look at the document you've indicated, I can still learn something from there. My best wishes. El jueves, 2 de mayo de 2019, 23:41:53 (UTC+2), @TiddlyTweeter escribió: > > Ciao Xabriña > > Hello TiddlyTweeter. >> >> Thank you for your

[tw5] Re: Three questions about BOB

2019-05-02 Thread Xabriña
Hi Jed. I'm glad that some of my questions seem interesting to you. Regarding the first question, the problem I see is if I want to export a particular wiki that has associated files (images, music or video) that only exports in the "./files" folder the documents that are associated with that

[tw5] Re: Three questions about BOB

2019-05-02 Thread @TiddlyTweeter
Ciao Xabriña Hello TiddlyTweeter. > > Thank you for your answer, but I'm afraid my computer skills are far from > allowing me to use scripts to do those things ... > I meant scripts via Bob itself which is not too difficult. I should have made that clearer! Basically in Bob "scripts" are a

[tw5] Re: Three questions about BOB

2019-05-02 Thread Xabriña
Hello TiddlyTweeter. Thank you for your answer, but I'm afraid my computer skills are far from allowing me to use scripts to do those things ... Best regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-02 Thread weaver . devin
Yes, this is like TiddlyServer but when I looked into it I realized TiddlyServer was way more complicated then I wanted it to be. In my version the command-line closely matches the same well understood patterns you are used to when running TiddlyWiki on its own on the command-line. I wanted

[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-02 Thread 'Mark S.' via TiddlyWiki
This seems similar to TiddlyServer or Bob, which also consolidate on one port. Being able to install it through npm could be very handy. The "How to use" link didn't seem to go anywhere. There is an anomalous link to "GutHub". Thanks! On Thursday, May 2, 2019 at 9:51:18 AM UTC-7,

Re: [tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-05-02 Thread Jeremy Ruston
Hi Cameron Firstly, are you using Firefox? I think it doesn’t support XMLHttpRequests from files loaded from a file:// URI. I used Chrome in most of my testing. The intended workflow is to load the wiki via the https://username.github.io/index.html URI,

[tw5] Re: Save directly Tiddlywiki 5 file to GitHub

2019-05-02 Thread cameronsajedi
Hi, I've been trying to get this working but I feel that I am missing something. i can get my repository to host to github pages but when I use my local browser to open the tiddlywiki (index.html) I've got in the git repo I then cannot save it. Is the workflow (once it works) to navigate to

[tw5] Is there a tag umask for tiddlers?

2019-05-02 Thread leeand00
In linux you can set a umask if you want all of the files created by you to have certain permissions. Is it possible to have a umask for tiddlers (and change it now and again) so you don't have to re-tag everything all the time? -- You received this message because you are subscribed to the

[tw5] Re: Is there a tag umask for tiddlers?

2019-05-02 Thread leeand00
Just set the tag-umask once and start making tiddlers, if the one you're creating doesn't match, then you can change the umask and all the tiddlers you create after that will have those tags. On Thursday, 2 May 2019 15:46:49 UTC-4, leeand00 wrote: > > In linux you can set a umask if you want

[tw5] Re: Three questions about BOB

2019-05-02 Thread inmysocks
I believe that for the moment the answer to all of these is mostly no, but they are all good things I will add to the list of feature requests. 1 - There is a new option to move media files embedded in the wiki into the /files folder inside the wiki folder, but it doesn't have any affect on

[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-02 Thread cameronsajedi
I haven't tried it yet but from glancing at the repo I've got to say this is awesome! Great work, I've been trying to find a way to use multiple tiddlywiki's in a static site knowledge repository and this is probably perfect for that. I'll comment more as I get into that project down the road!

[tw5] [TW5] Number Formatting

2019-05-02 Thread Chris
I have been doing a search in this group's discussions but have lucked out. I was looking for way to format output of numbers that would add for instance commas to long numbers ( ex. 100 to 1,000,000 ). Just something K.I.S.S. I know there are javascripts that fit the bill nicely but my

[tw5] Re: Bob Tips #3 -- Basics for Windows users

2019-05-02 Thread Ste Wilson
Wow! All good stuff! -- 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] RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-02 Thread weaver . devin
Request For Comment I wrote a Node.JS server which manages a set of Node.JS based TiddlyWiki folders. Ut proxies the requests to the TiddlyWiki instance through Unix Sockets so that there is only one internet port in use. It can create new Wikis or import existing ones. It uses a TiddlyWiki as

[tw5] Re: Three questions about BOB

2019-05-02 Thread @TiddlyTweeter
Xabriña wrote: > > > 1- When exporting a wiki or a series of tiddlers, is it possible to export > it with its associated files in a separate folder? > I don't think so. *BUT you could use Bob Scripting to do so. * Best wishes TiddlyTweeter -- You received this message because you are

[tw5] Re: How to upload / import my local wiki to tiddlyspot?

2019-05-02 Thread Daniel Danilenko
I ran into the same problem, but fixed it. I use Chrome on Linux and Mac and my (new and empty) TW5 just refused to save to TiddlySpot, downloading instead. *The fix:* I've installed TiddlyDesktop and launched my TW5 file in it (just *once*). Filled out the form at Control Panel \ Saving \

[tw5] Re: [TOC] Table of Content - refactoring - ... again ;)

2019-05-02 Thread PMario
Uuups, Zip file can be found here: https://github.com/Jermolene/TiddlyWiki5/issues/3627#issuecomment-488696527 -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an

[tw5] [TOC] Table of Content - refactoring - ... again ;)

2019-05-02 Thread PMario
Hi Folks, I did just upload a video, that shows some "work in progress" info about the TOC macros . There are some visual improvements. - There are some "regression" fixes, that came with the last version - New "Sidebar: Open" behaviour - highlight selected

[tw5] Re: Bob Tips #3 -- Basics for Windows users

2019-05-02 Thread @TiddlyTweeter
Repeat for email users. On Thursday, 2 May 2019 17:02:16 UTC+2, @TiddlyTweeter wrote: > > Jed's BobEXE is immensely rich. Its possible usage is vast. I think there > is room for secondary utility notes like these. > > *If I know they are helpful I'll happily make a more permanent website for >

[tw5] Play several songs consecutively

2019-05-02 Thread Xabriña
Hi all. I do not know if this is possible that I comment, but I raise it as a possibility. I have a couple of songs, mostly in .midi format, which I like to play once in a while, when I'm doing things with Tiddlywiki. To play a file I have no problems, but, it would be possible to reproduce

[tw5] Three questions about BOB

2019-05-02 Thread Xabriña
Hi all. I have three questions about the BOB program. 1- When exporting a wiki or a series of tiddlers, is it possible to export it with its associated files in a separate folder? 2-It would be possible to see inside a wiki managed by BOB the files that we have in the folder "/ files" to be

[tw5] Re: [TW5] BobEXE for testing, version 1.2.3

2019-05-02 Thread @TiddlyTweeter
Ciao Jed BobEXE: TiddlyWiki version 5.1.19 with Bob version 1.2.3 > Windows 10 64bit, tablet. Latest Firefox & Chrome. *Delete of wiki can crash Bob ...* -- At $:/plugins/OokTech/Bob/DeleteWikis -- Delete an existing wiki -- Result: the wiki on-disk *is* correctly deleted, though not

[tw5] Re: [TW5] BobEXE for testing, version 1.2.3

2019-05-02 Thread @TiddlyTweeter
Ciao Jed BobEXE: TiddlyWiki version 5.1.19 with Bob version 1.2.3 > Windows 10 64bit, tablet. Latest Firefox & Chrome. *Excess alert messages appear on all wiki ...* -- Go to: $:/plugins/OokTech/Bob/ManageWikis -- Create, Rename or Delete a wiki ... -- Result: works correctly. Issue is

[tw5] Re: AWS Amazon web services and TiddlyWiki

2019-05-02 Thread linsteina
Thumb up! On Wednesday, May 1, 2019 at 10:35:27 PM UTC+12, inmy...@gmail.com wrote: > > We make custom electronics and software for whatever we find interesting. > Things like custom robots and web-interfaces. > We use tiddlywiki to document our projects, most of the federation and > remote

[tw5] Re: [TW5] BobEXE for testing, version 1.2.3

2019-05-02 Thread @TiddlyTweeter
Ciao Jed BobEXE: TiddlyWiki version 5.1.19 with Bob version 1.2.3 > Windows 10 64bit, tablet. Latest Firefox & Chrome. *Console not reporting tiddler deletion ...* -- Create a Tiddler and the Console correctly reports its creation ... For New Tiddler, type is application/x-tiddler