Re: [tw5] Re: Project Hub Based on TW5 Farm Technology

2019-08-18 Thread Olegh Bondarenko
Agree absolutely. The reason for using Octave is in my familiarity with it. I would even suggest further - to rewrite my script using JS making it a plugin of BobExe. It gives more integrity to the solution as well adds more convenience for users. For this someone dexterous in JS and interested in

[tw5] Re: How to change the file name when saving

2019-08-18 Thread Mohammad
Hi Tony! This is a good idea! I think it is possible to have a limited number of save and then reset the number! We need to have our customized button! For the last part I have no idea. --Mohammad On Monday, August 19, 2019 at 8:40:12 AM UTC+4:30, TonyM wrote: > > Mohammad, > > Have you

[tw5] Re: Project Hub Based on TW5 Farm Technology

2019-08-18 Thread Mohammad
Great idea considering the present level of technology for collaboration using TW. One point, many of use here may not familiar with Octave why not use more common scripting language like Python or newly popular shell scripting Powershell! --Mohammad On Sunday, August 18, 2019 at 11:12:19

[tw5] Re: Formatting DataTiddler Lists

2019-08-18 Thread TonyM
MagoArcade Could you please ask for what you want, and the background? rather than making us try and guess from the above? Here is a short brain dump that may hit the unknown target. Are the index values valid tiddler titles? <$list filter="[[$:/tiddlypom/DTNodeTypes]indexes[]sort[title]]"

[tw5] Re: Project Hub Based on TW5 Farm Technology

2019-08-18 Thread TonyM
This looks very interesting! Perhaps a bit too big a step for me to implement myself. But look promising. Thanks for sharing. Tony On Monday, August 19, 2019 at 4:42:19 AM UTC+10, oleghbond wrote: > > *TW5 Farm* is a method of centralized multi-wiki support on the Internet. > > Conceptually,

[tw5] Re: How to change the file name when saving

2019-08-18 Thread TonyM
Mohammad, Have you investigated changing the save name temporarily for a single save option - like for a backup, or even with a different filter to save a limited set of tiddlers? I imagine a button would need to set the fieldname, initiate a save and reset the filename. Alternatively if we

[tw5] Re: Link to a Tiddler in a "local" TiddlyWiki file

2019-08-18 Thread TonyM
Mohammad, I too have a lot of links to other TiddlyWiki elements. Recently I was thinking I would like to simplify this. If you use a html link of the form http://192.168.1.81/Instances/TW5Reference.html#Align%20Top%20middle%20bottom; target="wikiname">Align Top middle bottom The link will

[tw5] Re: How to easily edit transcluded text?

2019-08-18 Thread Diego Mesa
Kat, The great Tobias Beer has the "inc" plugin (which I have not tried yet in 5.1.20): https://tobibeer.github.io/tw5-plugins/#inc That solves this exact problem. On Sunday, August 18, 2019 at 6:11:23 PM UTC-5, kat wrote: > > I have a bunch of tiddlers in my wiki that contain transcluded

[tw5] Re: first wiki is up-- Guide to general use of TW

2019-08-18 Thread A Gloom
Sorry for the delay in responding-- medical stuff and mad codding experiments with the next wiki-- the more I work on getting it ready to do public, the more ideas for even more content I get... @Mohammad, I was being lazy, just uploaded the original wiki without upgrading-- but its now

[tw5] Re: How to easily edit transcluded text?

2019-08-18 Thread CJ Veniot
G'day, I use transclusion heavily, and have gotten into the habit of doing this kind of thing ... In tiddler "A" that transcludes tiddler "B": ! [[B]] {{B}} Cheers ! On Sunday, August 18, 2019 at 8:11:23 PM UTC-3, kat wrote: > > I have a bunch of tiddlers in my wiki that contain transcluded

Re: [tw5] How to easily edit transcluded text?

2019-08-18 Thread 'Mark S.' via TiddlyWiki
One way is to to add a template to the transclusion. So, if you make a tiddler "ta" (for Template A) with the following contents: {{!!text}} <$link to=<>>{{!!title}} then in your transclusions you add a template. Like {{My tiddler with this text||ta}} Now a link will appear next to the

Re: [tw5] How to easily edit transcluded text?

2019-08-18 Thread TonyM
Kat There are some smart ways to address this but the quick and easy is [[edit|tiddlername]] at bottom of each of the tiddlers you may edit. This could be moved into a macro which responds to a toggle to hide or display. Regards Tony -- You received this message because you are subscribed to

Re: [tw5] How to easily edit transcluded text?

2019-08-18 Thread kat
It's not difficult, just inconvenient. I have to open edit mode, close it, search for another tiddler, then edit that tiddler. It's fine on occasion but I keep running into this situation so I was wondering if anyone had any ideas for how to streamline this process. On Monday, August 19, 2019

Re: [tw5] How to easily edit transcluded text?

2019-08-18 Thread Aidan Grey
Dont you just open the tiddler, see what was handcuffed, and go directly t to that tiddler? Im confused how it could be difficult. On Sun, Aug 18, 2019, 5:11 PM kat, wrote: > I have a bunch of tiddlers in my wiki that contain transcluded text from > other tiddlers. > > I keep finding myself

[tw5] How to easily edit transcluded text?

2019-08-18 Thread kat
I have a bunch of tiddlers in my wiki that contain transcluded text from other tiddlers. I keep finding myself going to edit a tiddler, realizing the text is transcluded from another tiddler, then having to then search for that tiddler to edit the original transcluded tiddler. This is getting

[tw5] Link to a Tiddler in a "local" TiddlyWiki file

2019-08-18 Thread Mohamed Amin
Dear All, I've tried to figure this out reading some old cases , but I failed (I just meet TW5 2 months ago), so I appreciate your support here. Suppose that I've 2 TW5 files (TW01 and TW02), I'm trying to put a link in "TW01" so when I click that link it should open the "TW02" file and show a

[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread MagoArcade
thanks fella - that did the trick -- 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 view this discussion on the web

[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread Thomas Elmiger
This might do what you want: <> All the best, Thomas -- 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 view this

[tw5] Re: Remove last character of a tiddler's text within a macro

2019-08-18 Thread 'Mark S.' via TiddlyWiki
This variant uses the new splitregexp operator to eliminate the last character: \define ViewTiddlerAppended() <$set name=shortpath filter="[{$(viewpath)$}splitregexp[^(.*?).$]]" select=1 > <>. Nice to see you. \end <$vars viewpath="$:/plugins/felixhayashi/tiddlymap/graph/views/map" > <>

[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread MagoArcade
Thanks Thomas - that's got me half way there. What I am needing is output in this format: rgba(252,248,61,1) The "1" (alpha value never changes) The problem is the color picker only returns an rgb value. I can't figure out how to add an alpha value to the rgb value to get the output needed

[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread MagoArcade
Thanks Eric - that got me on the right track. In the end, the following, simple code worked: <$edit-text tiddler="$:/_opTaskStore" type="color" tag="input" field="backcolor"/> On Sunday, 11 August 2019 20:08:39 UTC+1, Eric Shulman wrote: > > On Sunday, August 11, 2019 at 11:07:59 AM UTC-7,

[tw5] Re: Tiddlywiki does not have a Github Saver option

2019-08-18 Thread 'Mark S.' via TiddlyWiki
What did you put for the path? I found that, contrary to the instructions, there was no default -- I had to specify "/" (or /saver/ etc.) When it can't activate your selected saver, it uses the default download save mechanism. Once the GH saver works, it stops saving to your download directory.

[tw5] Re: TiddlyWiki as filemanager meta repository

2019-08-18 Thread 'Cd.K' via TiddlyWiki
@TonyM For building your original solution is there a reason you have not taken my > recommendation of tiddlydesktop? > I don't want to have to use another program. For my first attempts with TiddlyWiki I used TiddlyDesktop and it only started to work well after I commissioned it under

[tw5] Remove last character of a tiddler's text within a macro

2019-08-18 Thread MagoArcade
Let's say "$:/plugins/felixhayashi/tiddlymap/graph/views/map" contains the text "{line 1} Hello World}" (note the curly bracket) \define ViewPath() $:/plugins/felixhayashi/tiddlymap/graph/views/map \end \define ViewTiddlerAppended() {{$(ViewPath)$}}. Nice to see you. \end How do I get <> to

[tw5] Re: How to change the file name when saving

2019-08-18 Thread g...@seznam.cz
@Mohammad It already works, thank you very much ;-) -- 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 view this

[tw5] Project Hub Based on TW5 Farm Technology

2019-08-18 Thread oleghbond
*TW5 Farm* is a method of centralized multi-wiki support on the Internet. Conceptually, technology comprises the following phases: - Preparing a separate wiki by means of Tiddlywiki by a group of authors on their own local computers. - When creating the

[tw5] Formatting DataTiddler Lists

2019-08-18 Thread MagoArcade
How to? I want results displayed inline with some custom text around the list results. Present code: <$list filter="[[$:/tiddlypom/DTNodeTypes]indexes[]sort[title]]" variable="key"> Example of working code for normal tiddlers (wanting in much the same format): <$list filter=<> > [<$view

[tw5] Re: $:/tags/StartupAction/Node not executed TW5.1.20

2019-08-18 Thread 'Torax Malu' via TiddlyWiki
Mario, there is no difference in the execution. The Server-Address [::] is simply the IPv6-Version of "0.0.0.0" and allows the call of the server via IPv4 and IPv6 from every Network-Interface. It is as mentioned: - $:/tags/StartupAction marked tiddler is executed twice on startup of

[tw5] Re: How to change the file name when saving

2019-08-18 Thread Mohammad
In above post I have attached a .tid file (I attached it here again!) Drag and drop into your wiki Save your wiki and reload That s all. If you like to change the format of file name edit $:/config/SaveWikiButton/Filename tiddler! Good luk On Sunday, August 18, 2019 at 6:00:41 PM UTC+4:30,

[tw5] Re: Set tags field problems

2019-08-18 Thread MagoArcade
Thanks all. Went with BurningTree's answer in the end which worked well. -- 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.

[tw5] Re: How to change the file name when saving

2019-08-18 Thread g...@seznam.cz
@Mohammad Thank you very much, but I can't find it. Can you guide me more? -- 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: How to change the file name when saving

2019-08-18 Thread Mohammad
Example: The attached tid same file as Empty - 18.08.2019-17.40.24.html To use only drag and drop on your wiki, save and reload, then press the save button! --Mohammad On Sunday, August 18, 2019 at 5:18:52 PM UTC+4:30, g...@seznam.cz wrote: > > Hi, > can I set the file name empty + date +

[tw5] Re: How to change the file name when saving

2019-08-18 Thread Mohammad
It is possible See this https://tiddlywiki.com/#Hidden%20Setting%3A%20Filename%20for%20Save%20Wiki%20Button --Mohammad On Sunday, August 18, 2019 at 5:18:52 PM UTC+4:30, g...@seznam.cz wrote: > > Hi, > can I set the file name empty + date + time? > Example empty-01.01.2000-14.52.15.html >

[tw5] How to change the file name when saving

2019-08-18 Thread g...@seznam.cz
Hi, can I set the file name empty + date + time? Example empty-01.01.2000-14.52.15.html Thank you for your 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

[tw5] Re: $:/tags/StartupAction/Node not executed TW5.1.20

2019-08-18 Thread PMario
hmm, Did you try 127.0.0.1 or ::1 which imo is localhost -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 view

[tw5] Re: $:/tags/StartupAction/Node not executed TW5.1.20

2019-08-18 Thread 'Torax Malu' via TiddlyWiki
Hi Mario. Nice try, but the quotes shouldn't effect the execution of tiddlers marked with startup-routines and indeed it is so. Little bit more background: According documentation TW uses 3 different system tags for startup-routines. The so marked tiddlers are parsed and executed. The tags

[tw5] Re: Set tags field problems

2019-08-18 Thread PMario
Hi, I think wikify is overkill here, IMO you should use $set instead. -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.

[tw5] Re: Set tags field problems

2019-08-18 Thread PMario
like so: \define test() <$action-setfield $tiddler=<> shorttext={{$:/_opTaskStore!!columnName}} tags="[[test column]]"> /> \end <$button actions=<>>test -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Set tags field problems

2019-08-18 Thread BurningTreeC
Hi, you may have more luck with this: \define get-tag() [[$(boardWikid)$]] \end <$wikify name="boardWikid" text={{!!SelBoard}} > <$action-setfield $tiddler=<> shorttext={{$:/_opTaskStore!!columnName}} tags=<> /> HI all, > > I've tried various permutaions from macros to vars. I cant's set tags

[tw5] Re: Set tags field problems

2019-08-18 Thread PMario
Hi, use: [[Test Columns]] -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 view this discussion on the web visit

[tw5] Set tags field problems

2019-08-18 Thread MagoArcade
HI all, I've tried various permutaions from macros to vars. I cant's set tags when these tags have spaces in them. Consider: <$wikify name="boardWikid" text={{!!SelBoard}} > <$action-setfield $tiddler=<> shorttext={{$:/_opTaskStore!!columnName}} tags=<> /> if !!SelBoard has a string with

[tw5] Re: $:/tags/StartupAction/Node not executed TW5.1.20

2019-08-18 Thread PMario
Hi, You may use quotes only if there are spaces involved. Going without spaces makes everything easier. -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

[tw5] Re: $:/tags/StartupAction/Node not executed TW5.1.20

2019-08-18 Thread PMario
On Sunday, August 18, 2019 at 8:02:06 AM UTC+2, Torax Malu wrote: ... > Start-Parameters: tiddlywiki "Aufbau" --listen "host=[::]" "port=80" > did you try: tiddlywiki Aufbau --listen host=[::] port=80 -m -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Issues Arising - Backup to help UNdo

2019-08-18 Thread @TiddlyTweeter
> > TonyM: By the way leveraging local storage to retain something you may > want to undo in the current session I assume by "Local Storage" you mean IN-browser storage? Right? I myself think its useful in discrete conditions, but I don't want to trust ONE browser. Better to have TW that

[tw5] Re: Issues Arising - Backup to help UNdo

2019-08-18 Thread @TiddlyTweeter
> > TonyM: What do you perceive to be the gap? Simply, lack of a clear restore process. TT -- 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] Append line text to text of Tiddler whose name is constructed from a macro

2019-08-18 Thread MagoArcade
Hi all. I'm trying to append a line of text to a tiddler whose name is constructed via a macro. Consider abridged code: \define MapLine() { "$(tmapid)$": { "x": 0, "y": 0 } } \end \define ViewPath(viewname) $:/plugins/felixhayashi/tiddlymap/graph/views/$viewname$/map \end <$select

[tw5] Re: Tiddlywiki does not have a Github Saver option

2019-08-18 Thread Birthe C
I admit I have not used it. But it is kind of like other saving possibilities we have. I wonder if this one also is browser specific. If I have to save to tiddlyspot I need to use Chrome or chromium browser. Firefox will not do. Birthe -- You received this message because you are subscribed

[tw5] Re: Tiddlywiki does not have a Github Saver option

2019-08-18 Thread Christian Macedo
Yep, I've filled in the form. What's the expected behaviour once this is done? -- 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: Tiddlywiki does not have a Github Saver option

2019-08-18 Thread Birthe C
You have to go to https://tiddlywiki.com/#%24%3A%2FControlPanel But in your own wiki, tab Saving and select the tag GitHub Saver. Fill out the form. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Tiddlywiki does not have a Github Saver option

2019-08-18 Thread Christian Macedo
thanks. I've upgraded using https://tiddlywiki.com/upgrade.html and that seems to have gone well. I've also added my repo details to the 'Github Saver' section. But, how do I initiate a save to github from the local file? Using the 'save changes' button saves a local copy. I was expecting a

[tw5] Re: Tiddlywiki does not have a Github Saver option

2019-08-18 Thread Birthe C
If you have upgraded your TW to the latest version, you will find the options in controlpanel- Saving- GitHub Saver. 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

[tw5] Tiddlywiki does not have a Github Saver option

2019-08-18 Thread Christian Macedo
Is there any way to add this as a plugin? Or, do I have to do as I fear and download a new version of tiddlywiki and migrate all my content over? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: TiddlyDrive timing out on Android

2019-08-18 Thread Christian Macedo
Ok, this seems to be an issue with Tiddlydrive on my device / browser combination. I'm going to try one other solution before delving into the device console rabbithole. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] $:/tags/StartupAction/Node not executed TW5.1.20

2019-08-18 Thread 'Torax Malu' via TiddlyWiki
Hi, I am tinkering with the bootup process and noticed that the tiddler marked with "$:/tags/StartupAction/Node" is not executed on node.js. The "server" is operated with the "new" listen-command. Start-Parameters: tiddlywiki "Aufbau" --listen "host=[::]" "port=80" Tiddlywiki has been