All Projects → e3rd → zim-plugin-instantsearch

e3rd / zim-plugin-instantsearch

Licence: GPL-2.0 license
Search as you type in Zim, in similar manner to OneNote Ctrl+E.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to zim-plugin-instantsearch

instantsearch-android-examples
Example apps built with algolia/instantsearch-android
Stars: ✭ 60 (+87.5%)
Mutual labels:  instant-search
musicologist
Music advice from a conversational interface powered by Algolia
Stars: ✭ 19 (-40.62%)
Mutual labels:  instant-search
search-ui
JavaScript library to develop Search UIs for the web
Stars: ✭ 16 (-50%)
Mutual labels:  instant-search
Zimfw
Zim: Modular, customizable, and blazing fast Zsh framework
Stars: ✭ 2,219 (+6834.38%)
Mutual labels:  zim
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+5118.75%)
Mutual labels:  zim
zimit
Make a ZIM file from any Web site and surf offline!
Stars: ✭ 67 (+109.38%)
Mutual labels:  zim
node-libzim
Binding to libzim, read/write ZIM files in Javascript
Stars: ✭ 23 (-28.12%)
Mutual labels:  zim
youtube
Create a ZIM file from a Youtube channel/username/playlist
Stars: ✭ 25 (-21.87%)
Mutual labels:  zim
gutenberg
Scraper for downloading the entire ebooks repository of project Gutenberg
Stars: ✭ 100 (+212.5%)
Mutual labels:  zim
sotoki
StackExchange websites to ZIM scraper
Stars: ✭ 64 (+100%)
Mutual labels:  zim
Zimpedia
Offline reader for Wikipedia
Stars: ✭ 18 (-43.75%)
Mutual labels:  zim
zim-tools
Various ZIM command line tools
Stars: ✭ 75 (+134.38%)
Mutual labels:  zim
git
Provides nice git aliases and functions.
Stars: ✭ 26 (-18.75%)
Mutual labels:  zim

Instant Search Plugin for Zim Wiki

Search as you type in Zim, in similar manner to OneNote Ctrl+E.

When you hit Ctrl+E, small window opens, you can type in. As you type third letter, every page that matches your search is listed. You can walk through by Up/Down arrows or Home/End/Page Up/Page Down keys, hit Enter to stay on the page, or Esc to cancel. Much quicker than current Zim search.

Working with & Feedback

Known to work on:

  • Ubuntu 15.10+ (still working on 20.04)
  • Win 7 Zim 0.63+
  • Debian 8.9 Zim 0.62+

I'd be glad to hear from you if it's working either here in the issues or in the original bug on launchpad.

With old Zim 0.68 you may want to use the last release which is 0.68 compatible.

Installation

Same as for the other plugins.

  • Put the instantsearch.py into the plugins folder
    • something like %appdata%\zim\data\zim\plugins in Win, or /~/.local/share/zim/plugins/ in Linux
  • You enable the plugin in Zim/Edit/Preferences/Plugins/ check mark Instant search.
  • Type Ctrl+E and see if it's working, or report it here

Demonstration on YouTube

Wanna see how it looks in action? In this example, I just search for the string "linux f" twice. Demonstration

Notes

  • Prepend your string with an exclamation mark ! to search in page names only
  • Pages are found containing every piece of string you write, ex: tour hou will match page containing words contour and silhouette
  • Favourizes page names, headers and exact query string matches, those are ordered first.
  • More reliable than current version of the internal Zim search where the query economical is not recognized if the part of the text is bold: economi**cal** (however highlighting works great), if a link is inserted in the middle: economi[[inserted link]]cal or if the query is hidden in the link: [[http://economical.example.com|link]].

Copyright and License

Edvard Rejthar, CSIRT.cz, released under LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].