[tw] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2018-02-12 Thread HC Haase
This nice. fast, efficient and discrete. I also use the simple tagger plugin by matabele. this however is faster than the simple tagger plugin because of the drop down functionality. simple tagger plugin can however mass add or delete tags. -- You received this message because you are subscrib

[tw] Re: [TW5] enhance regexp or new filter "pick"

2018-02-12 Thread Stephan Hradek
Am Montag, 12. Februar 2018 17:24:48 UTC+1 schrieb PMario: > > Is it possible to have several capturing groups? > I think I found a good solution. 1. filter "pick:field[regexp]" Will pick every captured group as a new tiddler. If there is no group it acts exactly like regexp 2. fi

[tw] Re: How-To?: Search/Filter by multiple Tags with checkboxes or buttons for tags /taggroups

2018-02-12 Thread 'Surya' via TiddlyWiki
Hello, I managed now to add an "open all"-button to the MultipleTagSearch with this: <$button>Open ''ALL found'' Tiddlers <$list filter=<>> <$action-navigate $to=<> $scroll=no/> (Found that somewhere in the web and modified it to work in the MultipleTagSearch). But still there are these uns

[tw] Re: [TW5] enhance regexp or new filter "pick"

2018-02-12 Thread Stephan Hradek
Am Montag, 12. Februar 2018 17:24:48 UTC+1 schrieb PMario: > > On Monday, February 12, 2018 at 2:38:49 PM UTC+1, Stephan Hradek wrote: >> >> Last Example >> <$list filter="[regexp:text[(?i)auf der \w+]]"/> >> >> will return "Exampletiddler" - as we have no capturing group and so the >> title is

[tw] Useful macro to build and display/act-on a "linked-list" of tiddlers

2018-02-12 Thread Diego Mesa
Hey all, While working on my Spaced Repetition/Anki system, I've developed this general link-list macro which might be useful. Its purpose is to take a subfilter, eg: "tag[Flash Card]", sort them someway, eg: created, an ending link (eg: "Results"), and create a series of links from one tiddler

[tw] Re: Work on Spaced Repetition System

2018-02-12 Thread Diego Mesa
Hey all, With Evan's fix of the formula plugin today, I released an updated version of Anwiki: http://anwiki.tiddlyspot.com/ You can now quiz in 1 of 2 ways: - Quiz by due date, regardless of deck - Quiz by deck, regardless of due date Any feedback is welcome. Diego On Friday, Febr

[tw] Re: [TW5] enhance regexp or new filter "pick"

2018-02-12 Thread PMario
On Monday, February 12, 2018 at 2:38:49 PM UTC+1, Stephan Hradek wrote: > > Last Example > <$list filter="[regexp:text[(?i)auf der \w+]]"/> > > will return "Exampletiddler" - as we have no capturing group and so the > title is returned. > Is it possible to have several capturing groups? -m --

[tw] Re: [TW5] enhance regexp or new filter "pick"

2018-02-12 Thread Stephan Hradek
I tried to follow https://tiddlywiki.com/dev/ in order to create a new filter module plugin, but I cannot even see (with console.log) that it is actually use :( What did I do wrong? $:/plugins/skeeve/filter-pick { "tiddlers": { "$:/plugins/skeeve/filter-pick/pick.js": {

[tw] Re: [TW5] enhance regexp or new filter "pick"

2018-02-12 Thread Stephan Hradek
Am Montag, 12. Februar 2018 11:36:42 UTC+1 schrieb PMario: > > > There is a second PR: https://github.com/Jermolene/TiddlyWiki5/pull/2963 > which may be similar. ... +1 this one too! > > Especially that one looks pretty similar to my code, but seems to do something differently. Haven't figured

[tw] Re: TW5 beginner: sidebar, css etc

2018-02-12 Thread Ton Gerner
Hi sklpns, 3. I need to get a third state for the topbar button: fullscreen sidebar > > (context: currently it toggles between story river fullscreen and story > river+sidebar. > I need a third state, fullscreen sidebar to be toggled in order to show > the aforementioned Viewer fullscreen for b

[tw] Re: [TW5] enhance regexp or new filter "pick"

2018-02-12 Thread PMario
Hi Stephan, I'm not sure, but imo this pending PR https://github.com/Jermolene/TiddlyWiki5/pull/3003 does a similar thing. ... So it would be nice to +1 the PR and eventually check your code, if the functionality could be merged, or if it really is a new operator. There is a second PR: https

[tw] [TW5] enhance regexp or new filter "pick"

2018-02-12 Thread Stephan Hradek
Hi! I wanted to create a new filter called "pick" which is exactly like regexp, except that it "picks out" the matched parts instead of finding matching tiddlers. Motivation behind this is: I have some tiddlers containing links to github and I wanted to pull out all these links. As I failed t

[tw] Re: [POLL] What does the community think about the new diff plugin?

2018-02-12 Thread PMario
On Monday, 12 February 2018 09:39:53 UTC+1, BurningTreeC wrote: > > ... I want it for every wiki > Hi, I want it for every of my wikis too. *But as a plugin*. Because other devs may use other libraries, that do the same thing, which may cause conflicts. I personally wanted to use the same libra

[tw] Re: [POLL] What does the community think about the new diff plugin?

2018-02-12 Thread BurningTreeC
Hi Riz, I think the most exciting thing is just being able to use it - so the question if core or plugin is not that important to me personally Though it's interesting to gather more points of view BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [POLL] What does the community think about the new diff plugin?

2018-02-12 Thread BurningTreeC
Hi Diego, I ALSO think, it is great! I can also understand the point that it could or should be a user-choice to add it or not.. for me it's a yes, I want it for every wiki BTC Am Montag, 12. Februar 2018 05:56:09 UTC+1 schrieb Diego Mesa: > > I for one am a HUGE fan of this! I would love to

[tw] Re: [POLL] What does the community think about the new diff plugin?

2018-02-12 Thread Riz
I for one, have voted against adding it to the core. Please understand that while I genuinely understand and appreciate the value of such a work, it should not be imposed upon people who do not want it. Such a addition is useful to a developer, rather than a common user. IMHO, the existing cor