Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-11 Thread Pit.W.
Hello Aidan, welcome to the crowd. I fell into this trap multiple times, and the two of us are not the only ones. So... relax What I did was: 1. I put the fold/unfold button into the button ribbon of the view template 2. I edited the svg - icon for the unfold button into red - like

[tw5] Re: Query -- Are we neglecting "Restore" from default "Download Saves"?

2019-07-11 Thread 'Mark S.' via TiddlyWiki
Hello TT On Thursday, July 11, 2019 at 11:32:31 AM UTC-7, @TiddlyTweeter wrote: > > > Rather than have to have a browser open and an actual wiki you manually > save I am using a Powershell zombie "touch" function to auto-create and > update pseudo-wiki files in the downloads folder at regular

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-11 Thread PMario
On Thursday, July 11, 2019 at 10:00:26 PM UTC+2, Pit.W. wrote: ... > *Question to the Gurus: could we have some stylesheet that gives folded > tiddlers a red border?* > That's definitely an option. .. I wouldn't use red but a visual indication would be useful. .. We already have the unfold

[tw5] Re: JS-Macro to transclude the input of a field with regex-replacements.

2019-07-11 Thread 'Mark S.' via TiddlyWiki
You seem to have wrapped the function in another function. This seems to "work" /*\ title: $:/core/modules/macros/Dialogue.js type: application/javascript module-type: macro Making some replacements in Textinputs \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw: false

[tw5] Re: New release: Locator 1.2.0 (search by tags, ToC showing related tags)

2019-07-11 Thread bimlas
David Gifford, MarkS, Could you please add the plugin to "Tags, tagging" and "Navigation - Tables of contents and outliners" categories as well in TiddlyWiki Toolmap? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw5] Filtering on "subtags"

2019-07-11 Thread Mohammad
Added to TW-Scripts as A Two Way Conditional View Template TW-Scripts/Scripts%20in%20TW%205.1.20-pre.html#A%20Two%20Way%20Conditional%20View%20Template On Wednesday, July 10, 2019 at 1:47:08 AM UTC+4:30, Jeremy Ruston wrote: > > Hi Steve > > Ah, I clearly need to explain better. > > I have

[tw5] Re: New release: Locator 1.2.0 (search by tags, ToC showing related tags)

2019-07-11 Thread bimlas
TonyM and all, I'm very sorry, but *there was an error with the "new tiddler" button*: if any of the selected tags contained a space, the newly created tiddler got all the tags that were selected so far. TonyM, this is why the behaviour was not clear, which I hope is now understandable. To

[tw5] Re: Trashbin Pluging: Simply delete your tiddlers and restore them

2019-07-11 Thread Mohammad
Great customization! Feel free to hack and customize it as you like! Cheers Mohammad On Thursday, July 11, 2019 at 6:31:16 PM UTC+4:30, Watt wrote: > > It's ok, no need to do anything Mohammad, I worked it out. I just added > !is[system] to the first list filter in >

Re: [tw5] Re: [Thought] A difficult Logical Problem...

2019-07-11 Thread TonyM
Josiah, I recommend working on the fundamental structure and organisation. The representation really is just eye candy. 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

[tw5] Weirdest problem ever

2019-07-11 Thread Aidan Grey
I am using a TW for a language dictionary, and have a TOC set up mostly like you'd think: Every initial letter has a tiddler, with a list of tiddlers starting with that letter. It works perfectly! Except for T. In the edit, I see this - preview says everything will look right: [image:

[tw5] Re: Trashbin Pluging: Simply delete your tiddlers and restore them

2019-07-11 Thread Watt
It's ok, no need to do anything Mohammad, I worked it out. I just added !is[system] to the first list filter in $:/plugins/kookma/trashbin/viewtoolbar-button Now it looks like this; <$list filter="[all[current]!is[system]!tag[trash]!search:title[$:/trashbin/]]"> The trashcan now only appears

Re: [tw5] Filtering on "subtags"

2019-07-11 Thread Mohammad
Template tiddler The below code shows a conditional view template tiddler. You can create a tiddler and tagged it with $:/tags/ViewTemplate <$list filter="[is[current]tags[]]"> <$list filter="[tag[parent]]"> This is a child! -- You received this message because you are subscribed to

[tw5] Re: Click to expand all button?

2019-07-11 Thread Mohammad
On Tuesday, July 9, 2019 at 11:43:40 PM UTC+4:30, passingby wrote: > > > > On Monday, July 8, 2019 at 7:57:58 PM UTC-7, Mohammad wrote: >> >> Hello Passingby, >> >> Have a look at TW-Scripts >> >> https://kookma.github.io/TW-Scripts/#Open%20All%20Tiddlers%20Meet%20Some%20Criteria >> >> You find

[tw5] popup position

2019-07-11 Thread Mohammad
I used <$reveal state=<> type="popup" position="above" animate="yes"> I have read https://tiddlywiki.com/prerelease/#RevealWidget I need to change the popup position but TW always shows the popup window rightbelow How to change the position? --Mohammad -- You received this message

[tw5] modal window when delete a tiddler from tiddler view button

2019-07-11 Thread Mohammad
When you want to delete a tiddler via Tiddler view toolbar, delete button a nice local (tm-modal) is appeared and says Do you wish to delete the tiddler "HelloThere"? I want to know how I can duplicate this for other purpose! I dont want to develop from scarctch and wish to use it for other

Re: [tw5] Re: [Thought] A difficult Logical Problem...

2019-07-11 Thread @TiddlyTweeter
Thanks everyone for the interesting comments. One thing that helped was grasping I need to define the issue tighter. A few comments ... Mark S: Are we talking about modeling relationships, or about portraying > them? > Right. Good question! I think I'm too foggy. Actually, my principle

[tw5] Hey plugin authors! Where do you serve your public plugins?

2019-07-11 Thread Mat
Where/how do plugin authors serve their plugins to the public? As far as I can tell, it is: Via a public wiki hosted on some server (tiddlyspot, private, github website) Via github as "code" (visitors don't really "see" what the plugin does) Do these to cover 99% of the cases or am I missing

Re: [tw5] popup position

2019-07-11 Thread Mohammad
Hello Jeremy, Many thanks for clarification! I got the point! Cheers Mohammad On Thursday, July 11, 2019 at 2:30:54 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Mohammad > > The reveal widget “position” attribute is taken relative to the rectangle > specified within the popup state tiddler. > >

[tw5] Re: Applying the BJ's Flexitype-Plugin to custom view Template fields.

2019-07-11 Thread BJ
maybe! It has been some time since I played with this, but you can use flexitypes 'inline' with the sytax: $$$text/vnd.twbase;flexibility=Myflexrule {{tid!!Dialogue}} $$$ have fun! BJ On Tuesday, July 9, 2019 at 8:44:12 PM UTC+2, Jan wrote: > > Hi Everyone, hi BJ in particular. > The

Re: [tw5] popup position

2019-07-11 Thread Jeremy Ruston
Hi Mohammad The reveal widget “position” attribute is taken relative to the rectangle specified within the popup state tiddler. So, the coordinates in the state tiddler are the coordinates of the button (or other element) that triggered the popup. The value of the “position” attribute

[tw5] Re: Click to expand all button?

2019-07-11 Thread Adam S.
I would like to have the opposite of this. I often have multiple things expanded and would like to close them all up with one click. In some programs I can use alt+click to close up all groups for example, that would be a great functionality if it is possible. On Sunday, July 7, 2019 at

[tw5] Re: New plugin: Asciidoctor for TiddlyWiki

2019-07-11 Thread bimlas
armlet, You are right, no icons appear. On the one hand, because Font Awesome icons are basically unavailable in TiddlyWiki (you have to install them separately), but even if they were available, they would not appear due to the weakness of the plugin. The Asciidoctor plugin is one of my

[tw5] Trashbin Pluging: Simply delete your tiddlers and restore them - Release 0.5 beta: Major improvement

2019-07-11 Thread Mohammad
See original post at https://groups.google.com/d/msg/tiddlywiki/-ssGw_frL88/W5-8RrulDgAJ For those read forum on mail clients. Only comment on the original post! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: How to make checkboxes persistant in a table.

2019-07-11 Thread Sapphireslinger
@TonyM, your suggestion to use tiddler= in the table cell worked! My tables can now display any checkmarks and be checked and unchecked directly in "sidebar tab dropdown mode"! I did not understand what you meant by “and other w” though. So far I have ended up with this 35-day (1 month)

Re: [tw5] Re: my backstage gone after downloading/installing plugins

2019-07-11 Thread Jeremy Ruston
Hi Kelli > On 11 Jul 2019, at 07:46, Kelli Jae Baeli wrote: > > here is a screenshot of my desktop and the file i've been trying to > open...(nw.exe) if this isn't the file, where is the file to open > tiddlydesktop? last time it closed i couldn't find it again and couldn't open > that

[tw5] Re: Presenting: AliasTids - one tiddler, many titles

2019-07-11 Thread Mat
Update I've updated the AliasesOverview, i.e the "aliases manager" area. It now works well and I'm overall pretty happy with the layout of it. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Trashbin Pluging: Simply delete your tiddlers and restore them

2019-07-11 Thread @TiddlyTweeter
Very good piece of work! It addresses a serious limitation in TW. One suggestion (derived from trash-bins on tools like Gmail) -- "Auto-destroy anything over X numbers of days old." Not sure its possible? Very best wishes Josiah On Wednesday, 10 July 2019 18:06:28 UTC+2, Mohammad wrote: > >

[tw5] Re: Hey plugin authors! Where do you serve your public plugins?

2019-07-11 Thread Mohammad
Hello Mat! I use both GitHub and tiddlyspot! I see bimlas uses GitLab and dont see any codes on sourceforge or similar hostings! I moved to GitHub as it is much more convenient and lets collaboration and code version control and It seems there is no much difference between GitHub and

[tw5] Re: Presenting: AliasTids - one tiddler, many titles

2019-07-11 Thread Mohammad
Mat, I recommend to use a link to code/demo page in any posts announce new change / update! Cheers Mohammad On Thursday, July 11, 2019 at 7:44:00 PM UTC+4:30, Mat wrote: > > Update > > I've updated the AliasesOverview, i.e the "aliases manager" area. It now > works well and I'm overall pretty

Re: [tw5] modal window when delete a tiddler from tiddler view button

2019-07-11 Thread Jeremy Ruston
Hi Mohammad > > When you want to delete a tiddler via Tiddler view toolbar, delete button > a nice local (tm-modal) is appeared and says > Do you wish to delete the tiddler "HelloThere"? > > I want to know how I can duplicate this for other purpose! > > I dont want to develop from scarctch

Re: [tw5] Re: an issue pop(s)up

2019-07-11 Thread Jeremy Ruston
This should now be fixed in the prerelease, thanks to BurningTreeC’s PR. https://github.com/Jermolene/TiddlyWiki5/pull/4091 Best wishes Jeremy. > On 11 Jul 2019, at 06:10, BurningTreeC wrote: > > Hi Stephan, > > the problem is that the buttons in tiddlywiki allow setting a popup in a >

[tw5] Re: Weirdest problem ever

2019-07-11 Thread 'Mark S.' via TiddlyWiki
It looks like you may have folded your tiddler. Click on the down arrow and select to unfold it. On Thursday, July 11, 2019 at 7:18:57 AM UTC-7, Aidan Grey wrote: > > I am using a TW for a language dictionary, and have a TOC set up mostly > like you'd think: Every initial letter has a tiddler,

Re: [tw5] Re: Weirdest problem ever

2019-07-11 Thread Aidan Grey
Omg. I am such an idiot! On Thu, Jul 11, 2019, 8:42 AM 'Mark S.' via TiddlyWiki, < tiddlywiki@googlegroups.com> wrote: > It looks like you may have folded your tiddler. Click on the down arrow > and select to unfold it. > > > On Thursday, July 11, 2019 at 7:18:57 AM UTC-7, Aidan Grey wrote:

[tw5] Re: Trashbin Pluging: Simply delete your tiddlers and restore them

2019-07-11 Thread Mohammad
Hi Josiah! Please have a look at new release. It has major improvement and much more safer! About your suggestion, it is possible to customize the "Empty trashbin" button to empty trashbin from tiddlers older than x days! but I don't now how to automate it! I know it is possible to write some

Re: [tw5] modal window when delete a tiddler from tiddler view button

2019-07-11 Thread Mohammad
Many thanks Jeremy! I tried to use this feature in my newly developed plugin Trashbin: https://kookma.github.io/TW-Trashbin/ but I decided to use the tm-notify! For the other part e.g user interaction I use the same mechanism as you pointed out: the “delete” button in advanced search “Filter”

[tw5] modal window when delete a tiddler from tiddler view button

2019-07-11 Thread Watt
I think there is a difference between ActionDeleteTiddlerWidget and tm-delete-tiddler. Only the latter generates a confirmation dialogue. $:/core/ui/Buttons/delete uses tm-delete-tiddler. The confirmation message is in $:/language/ConfirmDeleteTiddler -- You received this message because you

[tw5] Trashbin Pluging: Simply delete your tiddlers and restore them - Release 0.5 beta: Major improvement

2019-07-11 Thread Mohammad
*Announcement: Trashbin Plugin release candidate* *Date: July 11, 2019* *Release: 0.5 beta* *Major improvement*, Trashbin is now much more safer than previous release. It prevents overwriting in both directions (moving to trash bin and restoring) When moving to trashbin, it checks if there

[tw5] Re: modal window when delete a tiddler from tiddler view button

2019-07-11 Thread Mohammad
Thanks Watt! I will take a look to see how TW implements it! -- Mohammad On Thursday, July 11, 2019 at 7:23:23 PM UTC+4:30, Watt wrote: > > I think there is a difference between ActionDeleteTiddlerWidget and > tm-delete-tiddler. Only the latter generates a confirmation dialogue. > >

[tw5] Re: modal window when delete a tiddler from tiddler view button

2019-07-11 Thread Mohammad
Watt! I see the $:/core/ui/Buttons/delete uses tm-delete-tiddler <$button message="tm-delete-tiddler" tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<>> <$list filter="[prefix[yes]]"> {{$:/core/images/delete-button}} <$list

[tw5] Re: Presenting: Whitespace, a negative-spacious, webapp-nostalgic theme

2019-07-11 Thread Shaxine
Hello JD, First of all thank you for the awesome theme! I'm writing to know if you had the time to fix the mentioned scroll issue. Thank you once again! - Shaxine segunda-feira, 4 de Fevereiro de 2019 às 14:52:53 UTC, JD escreveu: > > Hi Donald, > > Thank you! Glad to know they're liked :) >

[tw5] Re: Query -- Are we neglecting "Restore" from default "Download Saves"?

2019-07-11 Thread @TiddlyTweeter
Ciao Mark S. Quick update. Your 01e-MS & 01f-MS seem fine. I test a bit more. I agree with your changes, particularly on the "T" option where you show understanding of PowerShell coding I don't have. BLOCKS Regarding Unblocking. ALL ".bat" and ".ps1" in your zip were Blocked. Windows 10

[tw5] Re: Query -- Are we neglecting "Restore" from default "Download Saves"?

2019-07-11 Thread @TiddlyTweeter
Mark S. wrote: > > I think if you right-click on the zip file and look at the properties you > can unblock the zip file. Then everything that unzips from it will also be > unblocked. I think. So just one unblock action required. > Good tip. I'll do that next time. What do you mean by "auto

[tw5] JS-Macro to transclude the input of a field with regex-replacements.

2019-07-11 Thread Jan
|Hello based on an idea of LinOneTwo I tried to build a macro to do replacements while transcluding the text-content of a field. This macro shall replace all|||"/n[[" for"|/n/n:[[|" and shall be applied to a a field called dialogue. This is one step to build a scene-editor which can

[tw5] Any recently-developed flowchart plug-in for tiddlywiki?

2019-07-11 Thread Hewitt Chen
Dear all, https://github.com/gt6796c/flowchart-tw5 In order to produce flowcharts, I have been using this wrapper of flowchart.js and mermaid.js for a while now. It works at its current form, but the components inside has been updated to address issues many times since this plug-in launched

[tw5] Re: Query -- Are we neglecting "Restore" from default "Download Saves"?

2019-07-11 Thread 'Mark S.' via TiddlyWiki
I think if you right-click on the zip file and look at the properties you can unblock the zip file. Then everything that unzips from it will also be unblocked. I think. So just one unblock action required. What do you mean by "auto creation of downloads" ? I was vaguely thinking of working on

[tw5] Colored titles based on a tag?

2019-07-11 Thread passingby
Is it possible to make a title (in a TOC list or perhaps everywhere) appear red (or any color) based on a tag? For example if a tiddler is tagged 'incomplete', its title appears as red in a list? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

Re: [tw5] Re: JS-Macro to transclude the input of a field with regex-replacements.

2019-07-11 Thread Jan
Hi Mark, you are right in both dimensions: It does not throw the error-alert anymore...but it apparently does nothing else either. It should turn a link (containing the name of the role) at the beinning of the Line in editmode into a descriptive list [[Rolename]] which in Wikisyntax can be

Re: [tw5] Re: JS-Macro to transclude the input of a field with regex-replacements.

2019-07-11 Thread 'Mark S.' via TiddlyWiki
Ah, there we go. it's "\n" not "/n". There are other tweaks. I think the \n on the first [[ might be getting trimmed off. Good luck! On Thursday, July 11, 2019 at 4:48:53 PM UTC-7, Jan wrote: > > Hi Mark, > you are right in both dimensions: It does not throw the error-alert > anymore...but

[tw5] Re: Interactive SVG Image Map Not Responsive

2019-07-11 Thread Spooky Noodle
So, I've done an enormous amount of tweaking, and I have something that mostly works, for my purposes, which has been attached. The global stylesheet is as follows: .image { max-width: 100%; } .hover { opacity: .4 !important; transition: .1s ease } .hover:hover {

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-11 Thread TonyM
I use Jeremy's suggested fold bar. The fold unfold mechanisium is not perfect because the fold state is in a temporary tiddler for each tiddler, so when you are using view template additions you cant get a new tiddler to default to folded. Perhaps I should do a pr for a folded field on

[tw5] Re: Query -- Are we neglecting "Restore" from default "Download Saves"?

2019-07-11 Thread 'Mark S.' via TiddlyWiki
polly-01g-MS https://drive.google.com/file/d/1Y4FDyzz5I6QKTNFQhmyXMUgNYQUtRYwC/view?usp=sharing * Added backup to a date-stamped zip file if a backup zip directory is specified. There's a new INI setting that allows this. * Found remaining ninelives variable and switched it to new version

[tw5] Re: Colored titles based on a tag?

2019-07-11 Thread Mat
This has some effect [data-tags*="apple"] .tc-title { border: 9px dashed blue; } I think you have to be able to specify exactly where you'd want it applied - but I'm not quite sure it would be generally applicable by specifying a tag. <:-) -- You received this message because you are

Re: [tw5] Re: Applying the BJ's Flexitype-Plugin to custom view Template fields.

2019-07-11 Thread Jan
Hi BJ Your Plugin is ingenious ... but it is not easy for me to grasp how I can achieve what I want. I would like t|o ||replace all |||"/n[[" by "|/n:[[|" ||, and single "/n" by double "/n/n". Where can I put the rules and how do I apply them with a viewtemplate? Is it a Problem for

[tw5] Looking to hire someone to build 3 TW themes and/or palettes

2019-07-11 Thread Aidan Grey
And yes, I'll actually pay - budget is a couple hundred $ or so.Negotiable depending on what we decide on. Really, I just need some minor tweaks to Vanilla, and then 3 palettes. I've tried doing it myself, and I know CSS, but... I have other things I'd like to focus my energy on instead of

[tw5] Re: Looking to hire someone to build 3 TW themes and/or palettes

2019-07-11 Thread Mohammad
This is great news and I am sure there are expert people here to get the job! I hope to hear more offers here! Cheers Mohammad On Friday, July 12, 2019 at 6:15:18 AM UTC+4:30, Aidan Grey wrote: > > And yes, I'll actually pay - budget is a couple hundred $ or so.Negotiable > depending on what

[tw5] Re: Wish list: a modification to $:/plugins/wikilabs/link-to-tabs

2019-07-11 Thread Mohammad
Hello Mario, I am heavily using this powerful yet simple plugin! I would like to ask if possible add this small feature to link-to-tabs - hidden by default - visible on selected tab mouse hover Thank you again for your valuable TW additions. Cheers Mohammad On Thursday, February 8, 2018 at

[tw5] Proposal: A refresh button

2019-07-11 Thread Mohammad
In Android you have apps or button to remove all junks, close unused apps, empty caches and like that! What do you think if we have a button in TW control pannel to do like that i.e - remove $:/temp - remove $:/state - remove (may be some other things ...) to refresh TW. Some ready tools -

[tw5] Re: Proposal: A refresh button

2019-07-11 Thread Mohammad
In TW-Scripts I have created a solution inspired by the great work by Mario as below \define deleteButton() <$button> {{$:/core/images/delete-button}} <$action-deletetiddler $tiddler=<>/> - <$link to=<> ><$text text=<> /> \end !! Remove temporary tiddlers Temporary tiddlers are `$:/temp` and