[tw5] Re: how to removesuffix and not delete item without this suffix?

2021-01-19 Thread Michael Wiktowy
Does {{{[enlist[111-hide 222-hide 333-hide 444]split[-hide]!is[blank]]}}} do what you want? "split" keeps list items that don't match the search term and !is[blank] gets rid of all the empty list items created by each match ... you can glue things back together with join if required. /Mike

Re: [tw5] [ANN] Notebook 1.3.4 is out!

2021-01-19 Thread Maarten
maybe add to the documentation that when you add a tiddler to the sidebar (tagged $:/tags/SideBar) you can name the closed menu with the field "caption" Is it possible to disable the hiding of the non-default buttons (only shown when the mouse hoovers over them), maybe change the code?

[tw5] Re: My going forward "pet name" for TiddlyWiki

2021-01-19 Thread Charlie Veniot
*Agnostic* re thinking and organization? That is a right fantastic quality-description. Now you have me thinking about "adjectives" to describe TiddlyWiki qualities. If anybody else wants to join in on this "word game" (?), I submit these add-ons to TT's perfect start: *unpretentious* and

[tw5] Re: Transclude image if Tiddler has tag...

2021-01-19 Thread Eric Shulman
On Tuesday, January 19, 2021 at 4:50:47 AM UTC-8 vinvi...@gmail.com wrote: > I want to transclude an image in the text field if the tiddler has tag: > Tag "Cold" show image "Blue.png" > Tag "Cool" show image "Aqua.png" " > Tag "Neutral" show image "White.png" > Tag "Warm" show image "Orange.png"

[tw5] Transclude image if Tiddler has tag...

2021-01-19 Thread vinvi...@gmail.com
Hello, I want to transclude an image in the text field if the tiddler has tag: Tag "Cold" show image "Blue.png" Tag "Cool" show image "Aqua.png" " Tag "Neutral" show image "White.png" Tag "Warm" show image "Orange.png" Tag "Hot" show image "Red.png" How do I do that? Thank you, -- You

[tw5] TiddlyMenu

2021-01-19 Thread Anjar
Hi all, I just made a minimalistic setup for a "menu landing page"; home is just a grid with menu items that takes you to a full width tiddler. The menu items are simply tiddlers tagged with "Menu" where the title becomes the link text Demo: http://andjar.github.io/TiddlyMenu Code:

[tw5] Re: How to fill HTML field with dataTiddler?

2021-01-19 Thread Yuki Guo
Thanks Mark Its worked fine. Yuki Mark S. 在 2021年1月14日 星期四上午3:11:41 [UTC+8] 的信中寫道: > The range widget needs to be linked to a tiddler that collects the value > selected. > > <$range tiddler="$:/myindex" min="1" max="3" default="1" increment="1"/> > > > Unfortunately, you can't reference the

[tw5] Re: Latex plain text in Tiddlywiki with Katex plugin?

2021-01-19 Thread Rahul Kashyap
Hi all, I would like to put my thoughts here. Apology if all of this doesn't fit here. I believe that Latex does not represent the non-linear structure of knowledge as tiddlywiki does. However, I'm basically trying to get a document with best features of formatting as close to latex as

Re: [tw5] [ANN] Notebook 1.3.4 is out!

2021-01-19 Thread Nicolas Petton
Maarten writes: Hi Maarten, > maybe add to the documentation that when you add a tiddler to the sidebar > (tagged $:/tags/SideBar) you can name the closed menu with the field > "caption" Good idea! > Is it possible to disable the hiding of the non-default buttons (only shown > when the

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Joshua Fontany
Wow, what an impressive accomplishment. Checking out with interest. :) Best, Joshua F On Tuesday, January 19, 2021 at 1:43:55 PM UTC-8 coda coder wrote: > > Let me know what you all think. > > *Comprehensive*, is what I think. Kudos. > > On Tuesday, January 19, 2021 at 2:33:24 PM UTC-6

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread coda coder
> Let me know what you all think. *Comprehensive*, is what I think. Kudos. On Tuesday, January 19, 2021 at 2:33:24 PM UTC-6 saq.i...@gmail.com wrote: > @Flibbles hurrah! This has immediate implications and uses for work that > my colleagues are doing and potentially for myself, where being

RE: [tw5] Re: Transclude image if Tiddler has tag...

2021-01-19 Thread vinvindtvin
Thank you Oorspronkelijk bericht Van: Eric Shulman Datum: 19-01-21 14:30 (GMT+01:00) Aan: TiddlyWiki Onderwerp: [tw5] Re: Transclude image if Tiddler has tag... On Tuesday, January 19, 2021 at 4:50:47 AM UTC-8 vinvi...@gmail.com wrote:I want to transclude an image in the

[tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Flibbles
Some people want a minified version of the TW5 core, but it'd be too much work to maintain. Some people think it should remain uncompressed for the sake of editors, but TW5 continues to grow by the day. Some developers compress their plugins, making efficient code, but it's a pain for anyone

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Saq Imtiaz
@Flibbles hurrah! This has immediate implications and uses for work that my colleagues are doing and potentially for myself, where being able to reduce the file size of a standalone TW file is essential. I will give it a whirl tomorrow. Thank you. Saq On Tuesday, January 19, 2021 at 9:26:32

[tw5] [ANN] Projectify 0.11.0 is out!

2021-01-19 Thread Nicolas Petton
Hi! I'm happy to announce the release of Projectify v0.11.0! You can install/upgrade from https://projectify.wiki This release contains major new changes, including: * Support for setting priorities in tasks * Support for project categories, with custom colours and filtering * New language

[tw5] Tiddlyserver: How to remove file

2021-01-19 Thread vpl
Hi I've installed tiddlyserver and became a fan of this component for accessing my different wikis & data/files folders through authentication and SSL >From the Web interface I can create directory and upload files to my file data folder but could not find a way to remove a directory and

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-19 Thread TW Tones
Also you could use Mohamad's trash plugin and remove its sidebar component, then they would have to restore the trash view and restore a tiddler. Tones On Wednesday, 20 January 2021 at 12:44:19 UTC+11 flanc...@gmail.com wrote: > Hi all! > I have recently been working on a collaborative

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-19 Thread TW Tones
To add to Marks Suggestion, you can remove the tag $:/tags/PageControl from $:/core/ui/Buttons/advanced-search to remove it from the PageControls Menu and edit $:/core/ui/SideBarSegments/search and remove the following to remove it from the sidebar <$button to="$:/AdvancedSearch"

[tw5] Re: My going forward "pet name" for TiddlyWiki

2021-01-19 Thread ludwa6
*Wild Card Wiki ::* *It's what you make of it.* On Tuesday, January 19, 2021 at 1:27:19 PM UTC Charlie Veniot wrote: > *Agnostic* re thinking and organization? That is a right fantastic > quality-description. > > Now you have me thinking about "adjectives" to describe TiddlyWiki > qualities.

[tw5] Re: Tamasha Presentation Plugin [planned for early Feb]

2021-01-19 Thread TW Tones
Looks Promising Mohammad, thanks for you continuing contributions. Tones On Wednesday, 20 January 2021 at 14:26:23 UTC+11 Mohammad wrote: > Tamasha is a pure wikitext (pure Tiddlywiki scripts no JS) plugin for > presentation and slideshow. > The idea was taken from my older plugin Tiddlyshow (

[tw5] Re: Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-19 Thread 'Mark S.' via TiddlyWiki
You could open up $:/AdvancedSearch for editing, delete the contents and save. Hopefully your users won't figure out that the counter-intuitive way to restore the advanced search is to delete it. On Tuesday, January 19, 2021 at 5:44:19 PM UTC-8 flanc...@gmail.com wrote: > Hi all! > I have

Re: [tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Mohammad Rahmani
Hi Flibbles This is amazing! I am one of those who request for a minified TW5 and you did it! The empty.html for TW5.1.24 is 2371 kB and the Uglified TW 5.1.24 is 1297 kB EXCELLENT!! around 50% smaller! We have a big pain distributing a TW with required plugins (empty.html ~ 4500 kB) Love it, I

Re: [tw5] [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Flibbles
Hey Mohammad, Currently, the bulk of the compression occurs in the javascript, but it does optimize all plugins somewhat by improving the way they're packed. Commander will come down a bit in size. I'd love to have wikitext compression too; there are some things I can do. But it's super

[tw5] Any Ideas on how to Remove Advanced Search from TiddlyWiki?

2021-01-19 Thread Finn Lancaster
Hi all! I have recently been working on a collaborative tiddlyWiki on my website at wiki.finnsoftware.net. I would like to make it so that users cannot delete any pages, and have removed most every way that this is possible. For any wily users, however, they would just end up using advanced

[tw5] Re: Basic question - how do you print a tiddler?

2021-01-19 Thread axelmich...@gmail.com
Hi BTC, unfortunately the Tools-Icon is not there anymore when I import the plugin into 5.1.22 and hence there are no options to tweak the printing. Is there a solution to that? Thank you in advance and best regards Axel BurningTreeC schrieb am Donnerstag, 14. Juni 2018 um 16:21:12 UTC+2: >

[tw5] Re: how to removesuffix and not delete item without this suffix?

2021-01-19 Thread Saq Imtiaz
I think the last filter you posted might be your best option in 5.1.21 It is ugly but it works. You could store the list in a variable. On Tuesday, January 19, 2021 at 9:48:50 AM UTC+1 Siniy-Kit wrote: > very long... {{{[enlist[111-hide 222-hide 333-hide >

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2021-01-19 Thread HC Haase
just heads up. I am almost done implementing freelinks in the plugin. releasing soon fredag den 8. januar 2021 kl. 22.12.47 UTC+1 skrev arunn...@gmail.com: > Hi HCHaase > > Can you please add highlighting for the linked words within each of the > transcluded tiddlers under links section of

[tw5] Re: My going forward "pet name" for TiddlyWiki

2021-01-19 Thread TiddlyTweeter
Ciao Soren ... > ... I love index cards, and they're very flexible, but they're *objects*; > they don't do anything themselves. > Right. FYI, just in the actions of a CREATOR, cards can do amazing things! The Zettelkasten thing emerged as a

[tw5] how to removesuffix and not delete item without this suffix?

2021-01-19 Thread Siniy-Kit
Hi! I have a simple list {{{[enlist[111-hide 222-hide 333-hide 444]removesuffix[-hide]]}}} the result of it is 111222333 ,but I want to see 111222333444 is it possible? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: how to removesuffix and not delete item without this suffix?

2021-01-19 Thread Saq Imtiaz
In 5.1.23 you could try something like this: [enlist[111-hide 222-hide 333-hide 444]search-replace:ig:regexp[-hide$],[]] On Tuesday, January 19, 2021 at 9:24:58 AM UTC+1 Siniy-Kit wrote: > Hi! I have a simple list {{{[enlist[111-hide 222-hide 333-hide > 444]removesuffix[-hide]]}}} > the

[tw5] Re: how to removesuffix and not delete item without this suffix?

2021-01-19 Thread Siniy-Kit
very long... {{{[enlist[111-hide 222-hide 333-hide 444]removesuffix[-hide]][enlist[111-hide 222-hide 333-hide 444]!suffix[-hide]]}}} вторник, 19 января 2021 г. в 11:32:15 UTC+3, saq.i...@gmail.com: > In 5.1.23 you could try something like this: > > [enlist[111-hide 222-hide 333-hide

[tw5] Re: how to removesuffix and not delete item without this suffix?

2021-01-19 Thread Siniy-Kit
Thank you, Saq. Is it possible to do something in *5.1.21* ? вторник, 19 января 2021 г. в 11:32:15 UTC+3, saq.i...@gmail.com: > In 5.1.23 you could try something like this: > > [enlist[111-hide 222-hide 333-hide 444]search-replace:ig:regexp[-hide$],[]] > > On Tuesday, January 19, 2021 at

[tw5] Re: [Plugin] Updated recipe plugin

2021-01-19 Thread Odin
Hi Springer! Many thanks for the detailed feedback! It is much appreciated. Especially as I seek to make this plugin as user friendly for beginners as possible. I will make the dashboard more visible, as I envisioned this as the main hub for all recipe related activities. So users can't miss