[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-07-05 Thread TW Tones
Duarte I agree with Josua, Great hack/workflow! Impressed. :) But I also want to add I have being using Mohammads Search Wikis plugin. - Demo: https://kookma.github.io/TW-Searchwikis/ - Code: https://github.com/kookma/TW-Searchwikis I have a node server on bob which hosts indexes to

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-07-05 Thread Joshua Fontany
Great hack/workflow! Impressed. :) Joshua Fontany On Saturday, July 4, 2020 at 1:44:58 PM UTC-7 tony wrote: > Thank you so much for this!! > > Leveraging the convenience of the browser address bar saves steps of > having to go through UI in Advanced Search > > Your method works with node.js as

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-07-04 Thread tony
Thank you so much for this!! Leveraging the convenience of the browser address bar saves steps of having to go through UI in Advanced Search Your method works with node.js as you explain so clearly! Keyword + expands to http://localhost:8080/myfolder/mywiki.html#:[!is[system]search[]]

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-07-04 Thread Duarte Farrajota Ramos
In the meantime I figured TiddlyWiki already filters system tiddlers out by default, so this could be made a little simpler. So for the record here is a canonical post gathering the whole procedure, Lets say you have a wiki at D:/TiddlyWiki.html and need to search it frequently and

Re: [tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-15 Thread Mohammad
Searchwikis plugin lets to create a central index of all wikis online/offline and then using your method it is possible to search all of them from browser! On Monday, June 15, 2020 at 6:47:21 PM UTC+4:30, Duarte Farrajota Ramos wrote: > > Ha there it is. Not sure why it wasn't showing up in

Re: [tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-15 Thread Duarte Farrajota Ramos
Ha there it is. Not sure why it wasn't showing up in previous searches. Thanks, will take a look. On Monday, 15 June 2020 15:09:45 UTC+1, Mohammad wrote: > > Hi Duarte, > have look at this discussion > > https://groups.google.com/d/msg/tiddlywiki/BFiSyOpBNHA/GbLf7Tn3AgAJ > > > > Best wishes >

Re: [tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-15 Thread Mohammad Rahmani
Hi Duarte, have look at this discussion https://groups.google.com/d/msg/tiddlywiki/BFiSyOpBNHA/GbLf7Tn3AgAJ Best wishes Mohammad On Mon, Jun 15, 2020 at 2:24 PM Duarte Farrajota Ramos < duarte.fra...@gmail.com> wrote: > Where can I find this SearchWikis plugin? I searched the forum butt >

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-15 Thread TW Tones
Thank you I look forward to trying it. 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 it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on

Re: [tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-15 Thread Duarte Farrajota Ramos
Where can I find this SearchWikis plugin? I searched the forum butt couldn't find anything relevant here or in the plugins library On Monday, 15 June 2020 04:01:52 UTC+1, Mohammad wrote: > > Wow, this is wonderful! Using Searchwikis plugin and this solution > provided by Duarte, > you can have

Re: [tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-14 Thread Mohammad Rahmani
Wow, this is wonderful! Using Searchwikis plugin and this solution provided by Duarte, you can have a powerful search engine for local wikis! Best wishes Mohammad On Sun, Jun 14, 2020 at 10:17 PM Duarte Farrajota Ramos < duarte.fra...@gmail.com> wrote: > The %s string is a common placeholder

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-14 Thread Duarte Farrajota Ramos
On Chrom* go to *Settings > Search > Manage Search Engines*. Add a new one and specify the keyword [image: tiddlywiki_chrome_search.png] On Firefox go to the bookmark manager under the *Bookmark Menu > Show All*, and specify a keyword. You can also add a one on an existing bookmark from the

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-14 Thread TW Tones
Duarte, How do you specify the alias in chrome and/or FireFox. IF I understand correctly this can be entered in the address bar and the value following passed into the bookmark(lete) ? Regards Tony On Monday, June 15, 2020 at 3:47:28 AM UTC+10, Duarte Farrajota Ramos wrote: > > The %s string

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-14 Thread Duarte Farrajota Ramos
The %s string is a common placeholder for search terms, not something you would enter literally into the address bar. Say you setup a firefox bookmark with name My Wiki, address file: ///D:/TiddlyWiki.html#:[!is[system]search[%s]] and alias wiki. If you then type into the address bar the alias

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-13 Thread A Gloom
For the record if anyone else wants to know how, you can simply add to your browser something like > file:///D:/TiddlyWiki.html#:[!is[system]search[%s]] > and it will behave like any search engine. Works both for Chrome-alike as > from the search engine list, and for Firefox as a regular

Re: [tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-11 Thread Rizwan Ishak
Most welcome. May be there is a need to highlight this feature a bit more. On Thu, 11 Jun 2020, 20:25 Duarte Farrajota Ramos, wrote: > Wow indeed! Wasn't aware of these extended permalink features, should have > read the documentation more carefully. > This works like a charm, exactly what I

[tw5] Re: Local Search Engine - Passing search parameters from address bar

2020-06-11 Thread Duarte Farrajota Ramos
Wow indeed! Wasn't aware of these extended permalink features, should have read the documentation more carefully. This works like a charm, exactly what I wanted. For the record if anyone else wants to know how, you can simply add to your browser something like