On Saturday, March 7, 2020 at 3:27:02 AM UTC+3:30, TonyM wrote:
>
> Mohammad,
>
> You are so productive and prolific making things we all need, thanks so 
> much. 
>
> I have dropped this on my master bobexe wiki and indexed my tiddlywiki 
> syntax and plugin repository of results.
>
> *One issue*
> However I clicked on one which went to this local address;
> http://192.168.1.81/IndexWikis/TW5References/index.html##CSS%20Tools 
> <http://192.168.1.81/IndexWikis/TW5References/index.html#%23CSS%20Tools>
>

I do not understand this! Can you give an example on tiddliwiki.com? I 
think TW uses one url#tidTitle to create a permlink so what is ##?
do you mean the tiddler is *#CSS Tools*? 
If so 

 

> But the wiki opens with default tiddlers, not the CSS%20Tools tiddler, 
> could the "##" have something to do with it?
>
> *System tiddlers*
> For my plugin repository I would like my index to include the plugin and 
> other system tiddlers and there fields, Is this possible?
>

There is a macro called 

>
> *Some minor customisations I did on my master wiki*
>
>    - *Tagging *$:/plugins/kookma/searchwikis/ui/advancedsearch with 
> $:/tags/SideBarSegment 
>    after $:/core/ui/SideBarSegments/search Works well!
>
> Nice! I will add this to tutorial.
 

>
>    - Since I expect my master to have multiple indexes I tagged the below 
>    tiddler with $:/tags/SideBar
>
> <$list filter="[tag[$:/tags/SearchWikis]sort[stw_wiki_title]]">
>   <$link to=<<currentTiddler>> ><$text text={{!!stw_wiki_title}}/></$link>
> <br>
> </$list>
>
> However perhaps a minimal version of "Searchwikis Index Summary" aka 
> $:/plugins/kookma/searchwikis/ui/index-summary with a caption field would 
> be better in the sidebar.
>
> You may note that, in search tool, you see a link to all indexes and by 
clicking you can open summary where you can enable/disable indexes, change 
the sort order, ...
So, this is another taste and it is up to you!
 

> Love your work
> Tony
>
>
> On Thursday, March 5, 2020 at 8:47:48 PM UTC+11, Mohammad wrote:
>>
>> *Announcement*: Searchwikis Plugin
>> *Date*: Mar 5th, 2020
>> *Release*: 1.2.0
>> *Status*: Stable
>>
>> Ref: Indexing: a wiki holds search indexes to other wikis 
>> <https://groups.google.com/d/msg/tiddlywiki/8qyPUgmpDYY/_c3rplBLAgAJ>
>>  
>>
>> This is a new release with tons of new features. See history below.
>> Now you can enable/disable and index, exclude items in indexing external 
>> wikis and much more!
>>
>> If you like it, open GitHub from Code page below and star it!
>>
>> --Mohammad
>>
>>
>>
>>
>>
>> Searchwikis Plugin
>> <http://127.0.0.1:9999/#>4th March 2020 at 11:59pm
>> start
>>
>> Tiddlywiki5.1.21+
>>  
>> LicenseMIT
>>  
>> Release1.2.0
>>  
>> Statusstatble
>>
>> What is Searchwikis plugin?
>>
>> Searchwikis plugin uses index (dataTiddler) to search multiple external 
>> Tiddlywikis. It has two parts
>>
>>    1. An indexer, to build an index of all tiddlers in an external wiki
>>    2. A search tool to search indexes and display a link to a tiddler 
>>    found in an external wiki
>>
>> Then one master wiki can hosts many index tiddlers and lets to search 
>> several external wikis through index tiddlers.
>>
>> How to use
>>
>>
>>    - install $:/plugins/kookma/searchwikis 
>>    <http://127.0.0.1:9999/#%24%3A%2Fplugins%2Fkookma%2Fsearchwikis> into 
>>    the host wiki
>>    - drag and drop index and export 
>>    <http://127.0.0.1:9999/#Index%20and%20Export> tiddler to the external 
>>    wiki
>>    - use the ui and create the index tiddler of external wiki
>>    - export it to the host wiki, or drag and drop to the host wiki
>>    - open $:/AdvancedSearch 
>>    <http://127.0.0.1:9999/#%24%3A%2FAdvancedSearch> in the host wiki
>>    - goto External wiki tab and make search
>>    - results will be shown as links and one can click a link and open 
>>    the external wiki with that result under focus
>>
>> Install
>>
>> Packaged plugin
>>    
>>    1. Drag and drop $:/plugins/kookma/searchwikis 
>>    <http://127.0.0.1:9999/#%24%3A%2Fplugins%2Fkookma%2Fsearchwikis> into 
>>    your wiki
>>    2. Save and reload your wiki
>>
>> Client-Server installation (separate files)
>>    
>>    - For Node.js (server version) download the searchwikis folder from 
>>    source <https://github.com/kookma/TW-Searchwikis> folder and paste in 
>>    your Tiddlywiki plugins folder
>>    - For local installation put the searchwikis folder into your local 
>>    plugins folder under your wiki folder
>>
>> Code and demo
>>    
>>    - Demo: https://kookma.github.io/TW-Searchwikis/
>>    - Code: https://github.com/kookma/TW-Searchwikis
>>
>> For complete tutorial, examples and use cases, see the demo page.
>>
>> *It is highly recommended to backup your data before trying any new 
>> plugin! Do it before installing Searchwikis*
>>
>> Security note
>>
>>
>>    - Most browsers do not allow to open a local wiki (a wiki file on 
>>    disk) from a webpage! This is a security reason
>>    - Wikis are opened on Node.js even from local disk, are using http, 
>>    or https and act as webpage
>>
>> Tutorial
>>
>> See Searchwikis Tutorial <http://127.0.0.1:9999/#Searchwikis%20Tutorial> for 
>> details.
>>
>> History
>>
>> Revision 1.2.0
>>    
>>    - Date: [5th Mar 2020]
>>    - [FIXED] issue in generate links for tiddlers with colon (:) in 
>>    their title
>>    - [FIXED] the index and export tiddler has a user friendly title Index 
>>    and Export <http://127.0.0.1:9999/#Index%20and%20Export>
>>    - [NEW] Index and Export <http://127.0.0.1:9999/#Index%20and%20Export> 
>> supports 
>>    exclude filter
>>    - [NEW] Index summary to show tools for manupulation the indexes
>>    - [NEW] Indexs can be excluded temporaririly from search
>>    - [NEW] improved documentation and tutorial
>>
>> For all changes see History 
>> <http://127.0.0.1:9999/#%24%3A%2Fplugins%2Fkookma%2Fsearchwikis%2Fhistory>
>>
>> Authors
>>
>>
>>    - Mohammad
>>    - Mark S
>>
>> Reference
>>
>>
>>    - http://kookma.searchwikis.tiddlyspot.com/
>>    - https://groups.google.com/d/msg/tiddlywiki/8qyPUgmpDYY/_c3rplBLAgAJ
>>
>> Acknowledgement
>>
>>
>>    - Mat
>>    - bimlas
>>    - David Gifford
>>    - Olegh Bondarenko
>>    - Ilya
>>
>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0d5a334d-c065-46bb-9773-71d5ef8ffbd0%40googlegroups.com.

Reply via email to