[tw5] Re: New plugin: Highlight searched text

2021-03-26 Thread bimlas
*New release!* - Add option to disable automatic highlighting - Fixed a bug that could have caused RSOD in some cases - Hide toolbar on printing https://bimlas.gitlab.io/tw5-highlight-searched-text -- You received this message because you are subscribed to the Google Groups

[tw5] Re: New plugin: Highlight searched text

2020-02-14 Thread bimlas
TonyM, > Thanks so much for this, it is fantastic when writing complex macros and > wiki text, to find, highlight and *modify* a variable name and its > references for example. > Nope, cannot use for modification, see PMario's comment:

Re: [tw5] Re: New plugin: Highlight searched text

2020-02-13 Thread HC Haase
I tried it.. The placement settings (work around) made it easy to adapt to my setup. Perfect thank you -- 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: New plugin: Highlight searched text

2020-02-13 Thread TonyM
Bimlas, Thanks so much for this, it is fantastic when writing complex macros and wiki text, to find, highlight and modify a variable name and its references for example. I would like to see a method to bulk open the searched tiddlers so we can then see the exact text. I will possibly make it

Re: [tw5] Re: New plugin: Highlight searched text

2020-02-12 Thread bimlas
HCHaase, Interestingly I just discovered, that it woks on mobile with the material > theme - but a bit different than expected (see screenshots). > This is the intended operation - if you don't need the search engine, you can close it to avoid obscuring the text. Please try the latest

[tw5] Re: New plugin: Highlight searched text

2020-02-12 Thread bimlas
New release: 0.4.0 - Search was performed inside CodeMirror texteditor which caused RSOD: Uncaught IndexSizeError: Failed to execute 'setEnd' on 'Range': The offset 281 is larger than the node's length (5). - Add option to change toolbar height and position

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-19 Thread HC Haase
You are awesome! alas you are right, the jump to dont work in jds material theme :( I would guess that the theme could be modified to show more in the search bar.. maybe @JD could give us a hint :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-18 Thread bimlas
New release: Add counter of matches https://bimlas.gitlab.io/tw5-highlight-searched-text -- 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

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-18 Thread Java Developer
Hi Bimlas, It's nothing but awesomeFind In Page works fine great in PC.Great... Is it possible to have 1 more option Find In Any page...So that next and Previous will move on to next file or next tiddler where the match is found...Currently it ends with the same page..If it

[tw5] Re: New plugin: Highlight searched text

2019-11-18 Thread bimlas
New release: "Find in page" toolbar I managed to *implement the "jump to next / previous" feature*, which can be conveniently used on a smart phone (tested on Android). Unfortunately, as far as I know, it doesn't work properly with its JD Material theme. :( Further comments, bug reports, ideas

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-16 Thread Java Developer
Hi Bimlas, It's nothing but awesomeFind In Page works fine great in PC.Great... Is it possible to have 1 more option Find In Any page...So that next and Previous will move on to next file or next tiddler where the match is found...Currently it ends with the same page..If it

[tw5] Re: New plugin: Highlight searched text

2019-11-16 Thread @TiddlyTweeter
Yes. TT On Saturday, 16 November 2019 10:39:03 UTC+1, bimlas wrote: > > Does anyone received my last message about the "jump to next/previous > match" feature? > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: New plugin: Highlight searched text

2019-11-16 Thread bimlas
Does anyone received my last message about the "jump to next/previous match" feature? -- 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: New plugin: Highlight searched text

2019-11-14 Thread bimlas
Dear all, *About the "jump to next/previous match" feature*: Sorry, it takes some more time to do: *basically I'm done, but it has compatibility issues* and I don't like to release until everything works. Javascript developers, please help: I tested the current version (demo is here

[tw5] Re: New plugin: Highlight searched text

2019-11-14 Thread @TiddlyTweeter
Ciao bimlas Very useful tool! I notice that Mark.js has powerful search filtering, including regular expressions (https://markjs.io/configurator.html). Not sure how difficult it would be to include some of those? Just thoughts. As is the tool is useful! Tx! Best wishes TT On Monday, 11

[tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread HC Haase
Thank you so much bimlas! works well now. here is a proposal for the wording: To find the tiddler that stores the search string, make a search for find-my-search-tiddler > in your standard search field (e.g. in the sidebar). The tiddler will be > shown bellow. > onsdag den 13. november

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread bimlas
If you are interested in finding a "find-in-page" please follow the developments here. Ideas and comments are welcome! https://github.com/bimlas/tw5-highlight-searched-text/issues/1 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread bimlas
HC Haase, > Thank you bimlas.. this is a nice solution, however it cant find my search > tiddler :( this is wired > Sorry, I was probably ambiguous in the description of the plugin (can anyone translate the text for me to make it clearer?): "find-my-search-tiddler" should be typed in the

[tw5] Re: New plugin: Highlight searched text

2019-11-13 Thread HC Haase
tirsdag den 12. november 2019 kl. 22.31.36 UTC+1 skrev bimlas: > > I think I fixed the bug, please check the "settings/SETTINGS" tab of the > latest version. > > https://bimlas.gitlab.io/tw5-highlight-searched-text/ > Thank you bimlas.. this is a nice solution, however it cant find my search

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread TonyM
Bimlas, I love it. If I understand correctly the plugin works by simply highlighting on screen that found in the temp search tiddler, is that correct? This is a brilliant Idea and very elegant. As is common with your work it inspires me to imagine more possibilities. I wonder if a macro <>

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
I think I fixed the bug, please check the "settings/SETTINGS" tab of the latest version. https://bimlas.gitlab.io/tw5-highlight-searched-text/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread Java Developer
Hi Bimlas, Thanks and i agree and see what you can do for #1 alone and ignore the rest 1. Previous, Next arrows to navigate the highlighted text for quick > navigation. ex: https://illustoon.com/photo/204.png > Good idea, I'll see what I can do. Thanks again. On Tue, Nov 12, 2019 at 12:28 PM

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase
> > Can you check the content of the tiddler named: $:/temp/search > thanks @PMario. In that tiddler it do say test.However I cant modify it or delete it (it reappear after reload). I noticed, that the modification date is the same as when I installed bimlas' locator plugin, so I suspect it

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase
tirsdag den 12. november 2019 kl. 11.53.26 UTC+1 skrev bimlas: > > HC Haase, > > Did you find the bug? > no.. Just appreciate the effort. it seems that GG hid the screenshot > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread @TiddlyTweeter
Quick comment ... Bimlas this is really excellent! Huge potential! Early days. I'm testing. Immediately I got wondering about *how to integrate* this very nice "visual marking" approach with existing tools. For instance ... PMario wrote: > The plugin mentioned here is "just a highlighter".

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread PMario
On Tuesday, November 12, 2019 at 7:47:37 AM UTC+1, TonyM wrote: ... > >- What plugin do we need to install one or both in plugins? > > Only 1 plugin is needed. "Highlight searched text". .. The other one is there to highlight js code. > It is so good and so essential if it is not to

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread PMario
On Tuesday, November 12, 2019 at 4:01:17 AM UTC+1, Java Developer wrote: ... 2. Search only the file name alone instead of full content...it might be > already there but not sure... > The plugin mentioned here is "just a highlighter". It doesn't touch the search dropdown itslef. You may

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread PMario
Hi, Can you check the content of the tiddler named: $:/temp/search It is the one used by the plugin. Your theme may use a different tiddler to implement the search function. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
HC Haase, Did you find the bug? -- 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] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase
tirsdag den 12. november 2019 kl. 11.34.23 UTC+1 skrev bimlas: > > HC Haase, > > Please search for the term in the "filter" tab of $:/AdvancedSearch and > screenshot the results: > > [all[tiddlers+shadows]search["test"]] [all[tiddlers+shadows]search['test' > ]] > Thank you for your time! --

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
HC Haase, Please search for the term in the "filter" tab of $:/AdvancedSearch and screenshot the results: [all[tiddlers+shadows]search["test"]] [all[tiddlers+shadows]search['test']] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase
tirsdag den 12. november 2019 kl. 10.52.21 UTC+1 skrev bimlas: > > Tried out on FF 70.0.1, everything works fine. > > Didn't you installed an earlier WIP version of the plugin? Search for > "HighlightSearchedText" and "Mark.js" tiddlers. If these are exists, then > delete them. > no. Just

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread bimlas
Tried out on FF 70.0.1, everything works fine. Didn't you installed an earlier WIP version of the plugin? Search for "HighlightSearchedText" and "Mark.js" tiddlers. If these are exists, then delete them. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: New plugin: Highlight searched text

2019-11-12 Thread HC Haase
> What is the TiddlyWiki version? (you can find it on the top of > $:/ControlPanel) Is there a problem with desktop or Android? > > Although it does not appear to be related to the error. If it works for > "test", then something else is wrong. Could you send us a screenshot of the > console?

[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread bimlas
HC Haase This is great. searching (or highlighting) words is the reason why I > preferred to use a browser and not desktop or mobile apps. > I did not think of this application, thank you for the idea! > alas, i dont work in my wiki :( no matter what I search for I only get a > highlight

[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread HC Haase
This is great. searching (or highlighting) words is the reason why I preferred to use a browser and not desktop or mobile apps. Now I can use quinoid android app with this individual search function. This is valuable. alas, i dont work in my wiki :( no matter what I search for I only get a

[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread bimlas
TonyM, > Like usual you have solved something no one else could for a long time. > Great work. > These sentences give me the impetus to find new solutions. Thank you for the nice words! :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread bimlas
Java Developer, 1. Previous, Next arrows to navigate the highlighted text for quick > navigation. ex: https://illustoon.com/photo/204.png > Good idea, I'll see what I can do. > 2. Search only the file name alone instead of full content...it might be > already there but not sure... > I

[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread TonyM
Bimlas, Like usual you have solved something no one else could for a long time. Great work. - What plugin do we need to install one or both in plugins? It is so good and so essential if it is not to "heavy" I think it would make a great addition to the standard distribution. Thanks Tony

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread David Gifford
You got it right! On Mon, Nov 11, 2019, 10:02 PM A Gloom wrote: > What is El Toolo Mappo ??? First time hearing this... > > i believe it is Tiddlywiki Toolmap - > https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM > > -- > You received this message because you are subscribed to a topic in the >

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread A Gloom
What is El Toolo Mappo ??? First time hearing this... i believe it is Tiddlywiki Toolmap - https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread Java Developer
Hi, I come across your new plugin https://bimlas.gitlab.io/tw5-highlight-searched-text/ Excellent...Awesome...Very Much helpful to get this few minor suggestions for your kind consideration...Attached screenshots for your kind consideration 1. Previous, Next arrows to navigate the

Re: [tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread Java Developer
Hi Dave, What is El Toolo Mappo ??? First time hearing this... Please let us know Thanks On Tue, Nov 12, 2019 at 8:10 AM David Gifford wrote: > Great! I added this to El Toolo Mappo > > Dave > > On Monday, November 11, 2019 at 3:46:22 PM UTC-6, bimlas wrote: >> >> Nothing special, the title

[tw5] Re: New plugin: Highlight searched text

2019-11-11 Thread David Gifford
Great! I added this to El Toolo Mappo Dave On Monday, November 11, 2019 at 3:46:22 PM UTC-6, bimlas wrote: > > Nothing special, the title says the only one feature of the plugin: for > example, type search text in the standard search and select one of the > results, or just click outside of it