[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 
"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 
https://groups.google.com/d/msgid/tiddlywiki/66fc0838-01b1-40aa-af2a-693ac8c0d2a6n%40googlegroups.com.


[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: https://groups.google.com/d/msg/tiddlywiki/s3AVhRKVXcs/JT8RV1vhAQAJ
 

> 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 myself using a tiddler 
> with the $:/tags/AdvancedSearch
>

This is the job of the "search tab" because it knows what the results are. 
For example, the results of standard search and Locator may be different, 
so I can't place a single button that opens the results because I don't 
know what are the results exactly.
 

> I have developed a small set of standards I would like to introduce to the 
> standard search such as allowing a system-caption on system tiddlers to be 
> searched for and listed even when contained in a system tiddler. Thus for 
> example simply typing highlight in the standard search would find 
> $:/plugins/bimlas/highlight-searched-text 
> if the plugin had a system-caption of Highlight searched text. This would 
> allow people to find the plugin they just installed with a simple search, 
> which is not possible give the standard search leaves out system tiddlers.
>

Sorry, but I don't quite understand. Are you asking me to set a caption for 
the plugin itself? Do I understand right? Okay, I'll do it. 

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/7bbb9b3c-fba1-4c24-8106-8d30efe5455f%40googlegroups.com.


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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7121cb14-b071-4ce2-9c25-72e00cabfe1d%40googlegroups.com.


[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 myself using a tiddler 
with the $:/tags/AdvancedSearch

I have developed a small set of standards I would like to introduce to the 
standard search such as allowing a system-caption on system tiddlers to be 
searched for and listed even when contained in a system tiddler. Thus for 
example simply typing highlight in the standard search would find 
$:/plugins/bimlas/highlight-searched-text 
if the plugin had a system-caption of Highlight searched text. This would 
allow people to find the plugin they just installed with a simple search, 
which is not possible give the standard search leaves out system tiddlers.

Regards
Tony

On Thursday, February 13, 2020 at 6:46:44 PM UTC+11, bimlas wrote:
>
> 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
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dbe4612c-8def-4094-a0c3-1980ba89bfd8%40googlegroups.com.


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 release, including a workaround. 

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/64c23abf-d4f0-4bf2-acf3-6b34bf44dc3e%40googlegroups.com.


[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
   
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/84fb171e-566e-4c11-881c-9e4f575f7c1a%40googlegroups.com.


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" 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 
https://groups.google.com/d/msgid/tiddlywiki/c0640f7b-642d-4cdd-a9d1-81f043daf18c%40googlegroups.com.


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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f947ca02-60f7-4f60-8f53-f35da77ac58e%40googlegroups.com.


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 is possible and
quick, please consider it

Also, number of matches on each tiddler in the brackets would be
awesome.

Thanks a lot for all your efforts..

On Mon, Nov 18, 2019 at 2:30 PM bimlas  wrote:

> 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 are welcome!
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/32d3ea4e-de8b-4479-887d-debdfdacfd4e%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/CACsyTVDijVrfZiyOoSFZuZwtQ2Pfx3P7rM_5DkdtgPiX8sAkEg%40mail.gmail.com.


[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 are welcome!

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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/32d3ea4e-de8b-4479-887d-debdfdacfd4e%40googlegroups.com.


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 is possible and
quick, please consider it

Thanks a lot for all your efforts..

On Sat, Nov 16, 2019 at 3:09 PM 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 stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/8e8a7075-8231-4394-b047-edfd228c89fa%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/CACsyTVBGZUnC8R2xthMor1UkztQ3CZc3uu_X5AWfmRdd5LFgnA%40mail.gmail.com.


[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 stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/74fedcc5-60f3-47b5-a920-b286fcb33f0c%40googlegroups.com.


[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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8e8a7075-8231-4394-b047-edfd228c89fa%40googlegroups.com.


[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 
,
 
*do not use it in real wikis, work in progress*, etc.) on an old browser 
which is my phone's default (Samsung Browser 3.3 on Android), thus I think 
it may be an issue for others too.

Whenever I want to jump between results, it always jumps to the first or 
last result (just the opposite end of the search direction).

I am sure this is a problem with the code of the action-widget 
,
 
or that the value of window.outerHeight (the height of the visible area) is 
incorrect in my browser (I also tried to query with window.innerHeight) or 
the value of this.previousMatch may not be stored.

Anyone familiar with Javascript (and specifically TiddlyWiki) programming 
could look at which instruction is incompatible with old browsers? You may 
have found a clear mistake in it that did not occur to me.

My other request would be to give it a try and play with it for a while to 
find out more errors.

Please write your suggestions at 
https://github.com/bimlas/tw5-highlight-searched-text/issues/1 or 
contribute directly to the code by forking https://*gitlab*
.com/bimlas/tw5-highlight-searched-text/tree/find-in-page 


-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/4092e495-8195-4217-a062-4ab185b74195%40googlegroups.com.


[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 November 2019 22:46:22 UTC+1, 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 (to hide the popup list): each of the 
> words you search for will be highlighted separately in the text of the 
> tiddlers.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text
>
> Ideas and suggestions are welcome.
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/dbcba9fe-482c-4986-92d7-3ef81502069b%40googlegroups.com.


[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 2019 kl. 12.50.48 UTC+1 skrev 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 search box (where you 
> usually search your notes), the plugin settings (where "$:/temp/search" was 
> originally used) should be set to the address displayed (which is 
> "$:/config/bimlas..." in the screenshot).
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/85019e0a-ad7e-42be-bf1f-6fc7c7d2e7ce%40googlegroups.com.


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 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 
https://groups.google.com/d/msgid/tiddlywiki/e927f065-e2e9-497b-a70e-6ce5776130e3%40googlegroups.com.


[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 search box (where you 
usually search your notes), the plugin settings (where "$:/temp/search" was 
originally used) should be set to the address displayed (which is 
"$:/config/bimlas..." in the screenshot).

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/3f389d3f-497a-4b98-a243-72d9741b1e9c%40googlegroups.com.


[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 
tiddler :( this is wired 

(I found out that my wiki was not saving anything from around when I first 
installed the plugin, that was also why I could not delete the$:/temp/search 
tiddler. I weirdly I fixed it by making a copy of the file, overwrite the 
original file with the copy, open that a new in the browser. I have no idea 
why it worked or why it stooped saving tho)

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/a0ddafab-cb05-4a3f-97eb-64239fc36fb9%40googlegroups.com.


[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 
<>
or
<$macrocall $name=highlight-on-page text={{text!!reference}} 
css="colour/class">>

Would be a practical addition to annotate the screen. For example 
highlighting placeholder text in edit fields green would indicate where to 
enter values and as soon as the placeholder text is overwritten the 
highlight disappears.

Of course we could already do something similar by changing the settings 
value and changing its content I am just wondering if its functionality can 
be generalised more.

Love your work

Thanks
Tony

On Wednesday, November 13, 2019 at 8:31:36 AM UTC+11, bimlas wrote:
>
> 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 emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/00b0cfdc-cc6e-4677-8df5-62346c25d3d9%40googlegroups.com.


[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 emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3f3e111b-9427-4a59-a57d-bfd374cd1164%40googlegroups.com.


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 bimlas  wrote:

>  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 don't see the point. Do you think it should only highlight the results
> in the titles on the story river (where the notes are open)? Since only
> titles are shown in the search results, why would it be beneficial to
> highlight the same titles in the story river?
>
>
>> 3. How to tag the file with specific keyword...as i have 100 files in
>> each language...So need to search with specific tags onlyIt might be
>> already there but not sure
>>
>
> To learn how to add tags to your notes, read
> https://tiddlywiki.com/#Tagging
>
> Otherwise, I don't think you should tag your tiddlers with keywords,
> because in the end it will only be chaos, use tags rather as categories
> (consider to read this:
> https://praxis.fortelabs.co/a-complete-guide-to-tagging-for-personal-knowledge-management/),
> and put the keywords in the text. If you don't want them to appear in the
> note, comment them out:
>
> 
>
> Text of my note...
>
> If you want to navigate through your notes by tags or filter by multiple
> tags, this plugin may be useful as well:
> https://bimlas.gitlab.io/tw5-locator/
>
> --
> 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
> https://groups.google.com/d/msgid/tiddlywiki/7fd8be3f-ee20-4cee-8418-b5116971a625%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/CACsyTVCu4sVTChp4wzd0qG4pcGpMp7PpVPviyyQydnai6tNr1g%40mail.gmail.com.


[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 has 
something to do with that.

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/c804d8af-239f-4d05-af1d-0fa3e57326c0%40googlegroups.com.


[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 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 
https://groups.google.com/d/msgid/tiddlywiki/921bb6a7-bf6e-4188-a76b-f6f9ab25bd6a%40googlegroups.com.


[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". It doesn't touch the 
> search dropdown itslef. 
>

> You may consider my field-search plugin [1], that lets you add new tabs to 
> the search dropdown. It will be possible to create a tab for "every" 
> combination you need. 
>

I'd add that it could be VERY interesting to explore whether it might 
integrate with Tiddler Commander's "Search & Replace" 
?
 
That would finally give a visual way to s-n-r in TW.   

I'll comment more later.

Very best wishes 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/077a93a9-c0e3-433e-a088-cc2dbe6affaa%40googlegroups.com.


[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 "heavy" I think it would 
> make a great addition to the standard distribution.
>

Not heavy. 27kByte for mark.js 3rd party library, which is MIT lizensed. So 
IMO no problems here. 

The TW implementation itself is neglectable in size but ingenious in 
concept and execution ;)

have fun!
mario



-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/ba409230-bbb3-4e54-95bc-6ea6d0219eea%40googlegroups.com.


[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 consider my field-search plugin [1], that lets you add new tabs to 
the search dropdown. It will be possible to create a tab for "every" 
combination you need. 

Search by title is a default. There is also an intro thread [2] and a video 
[3]
 

> 3. How to tag the file with specific keyword...
>

I'm not sure about this question .
 

> as i have 100 files in each language...So need to search with specific 
> tags only
>

This should be doable with [1] ... BUT documentation is missing atm :) 
 
have fun!
mario

>
[1] https://wikilabs.github.io/editions/field-search/
[2] 
https://groups.google.com/forum/#!msg/tiddlywiki/Sxpx6Soj_7I/QipInAl6AAAJ
[3] video: https://youtu.be/onRkttEULPw

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/961e170d-6425-4785-87b0-84fa7240fda1%40googlegroups.com.


[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 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 
https://groups.google.com/d/msgid/tiddlywiki/3cc5051b-271c-4bb8-a682-45c5ae160169%40googlegroups.com.


[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 
https://groups.google.com/d/msgid/tiddlywiki/df3c23bf-dcf8-4c51-90db-530c25ae2b09%40googlegroups.com.


[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! 

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/fada6bfe-02ed-451c-879d-83b86ac809eb%40googlegroups.com.


[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 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 
https://groups.google.com/d/msgid/tiddlywiki/247debe5-4912-44bb-94cd-674d34f9d91a%40googlegroups.com.


[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 dragged from your link in top post. I dont have the above 
mentioned tiddlers. in the plugin there is the 
"$:/plugins/bimlas/highlight-searched-text/mark.js" 
though 

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/5a26175b-6937-40b0-893e-2fb55e322248%40googlegroups.com.


[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 
"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 
https://groups.google.com/d/msgid/tiddlywiki/32a7be36-49fd-4856-95b1-b83661399e45%40googlegroups.com.


[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?
>
>- Open your wiki
>- Right click on the page -> Inspect element -> Switch to "Console" tab
>- Type something to the search box
>- Take a screenshot from the console
>
>
If forgot to mention, that when I search for e.g. "bacon" "test" is 
highlighted, even though I never entered "test" in the search field 

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/fc5be08f-01c6-493a-9db5-37a6e2f09b1d%40googlegroups.com.


[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 for the string "test". I use jds material theme.
>
> any idea why?
>

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?

   - Open your wiki
   - Right click on the page -> Inspect element -> Switch to "Console" tab
   - Type something to the search box
   - Take a screenshot from the console

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/fdc10b24-f161-492c-baf0-512e0f180cf9%40googlegroups.com.


[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 
highlight for the string "test". I use jds material theme.

any idea why?

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/5b47447d-0c44-4499-8720-1ca6e2c9e70f%40googlegroups.com.


[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 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 
https://groups.google.com/d/msgid/tiddlywiki/a6417704-f05e-4cc7-a797-0a902e1fcef8%40googlegroups.com.


[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 don't see the point. Do you think it should only highlight the results in 
the titles on the story river (where the notes are open)? Since only titles 
are shown in the search results, why would it be beneficial to highlight 
the same titles in the story river?
 

> 3. How to tag the file with specific keyword...as i have 100 files in each 
> language...So need to search with specific tags onlyIt might be already 
> there but not sure
>

To learn how to add tags to your notes, read https://tiddlywiki.com/#Tagging

Otherwise, I don't think you should tag your tiddlers with keywords, 
because in the end it will only be chaos, use tags rather as categories 
(consider to read this: 
https://praxis.fortelabs.co/a-complete-guide-to-tagging-for-personal-knowledge-management/),
 
and put the keywords in the text. If you don't want them to appear in the 
note, comment them out:



Text of my note...

If you want to navigate through your notes by tags or filter by multiple 
tags, this plugin may be useful as 
well: https://bimlas.gitlab.io/tw5-locator/

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/7fd8be3f-ee20-4cee-8418-b5116971a625%40googlegroups.com.


[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

On Tuesday, November 12, 2019 at 8:46:22 AM UTC+11, 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 (to hide the popup list): each of the 
> words you search for will be highlighted separately in the text of the 
> tiddlers.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text
>
> Ideas and suggestions are welcome.
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/39fb35cf-9fd7-44f0-845c-a8d027824bac%40googlegroups.com.


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
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/s3AVhRKVXcs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/19c469a3-f1be-4585-8c9e-4a2082acc858%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/CANE%3DBF%2B5fAumOfppnrQJdtwmO7mxTYuiuKmBfL1c4uyQbser1Q%40mail.gmail.com.


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 from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19c469a3-f1be-4585-8c9e-4a2082acc858%40googlegroups.com.


[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 highlighted text for quick 
navigation. ex: https://illustoon.com/photo/204.png

2. Search only the file name alone instead of full content...it might be 
already there but not sure...

3. How to tag the file with specific keyword...as i have 100 files in each 
language...So need to search with specific tags onlyIt might be already 
there but not sure

Please kindly consider the options and i badly need it

Thanks,

On Tuesday, November 12, 2019 at 3:16:22 AM UTC+5:30, 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 (to hide the popup list): each of the 
> words you search for will be highlighted separately in the text of the 
> tiddlers.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text
>
> Ideas and suggestions are welcome.
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/d721c144-8185-4899-9b03-2e17db67c13f%40googlegroups.com.


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 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 (to hide the popup list): each of the
>> words you search for will be highlighted separately in the text of the
>> tiddlers.
>>
>> https://bimlas.gitlab.io/tw5-highlight-searched-text
>>
>> Ideas and suggestions are welcome.
>>
> --
> 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
> https://groups.google.com/d/msgid/tiddlywiki/890cb0a8-cb49-4dc3-beb9-44d7772ce85e%40googlegroups.com
> 
> .
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/CACsyTVC%3DePqHzORjgnpKV%3DTh%3D8Y0-_VbJqq22he-TEWS_7LLvw%40mail.gmail.com.


[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 (to hide the popup list): each of the 
> words you search for will be highlighted separately in the text of the 
> tiddlers.
>
> https://bimlas.gitlab.io/tw5-highlight-searched-text
>
> Ideas and suggestions are welcome.
>

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/890cb0a8-cb49-4dc3-beb9-44d7772ce85e%40googlegroups.com.