Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Feb 5, 2020
1 parent 688a1d1 commit f489af5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,16 @@ 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 arrow, hit Enter to stay on the page, or Esc to cancel.
Much quicker than current Zim search.

# Important notice

* Current master works on [zim-next branch](https://github.com/jaap-karssenberg/zim-desktop-wiki/tree/next) that is to be merged since few months.
* With Zim 0.68 you may want to use the [current release](https://github.com/e3rd/zim-plugin-instantsearch/releases) which is 0.68 compatible.

### Working with & Feedback
Known to work on:

* Ubuntu 17.04 Zim 0.67+
* Ubuntu 15.10 Zim 0.65+

* Ubuntu 15.10 – 18.10
* Win 7 Zim 0.63+
* Debian 8.9 Zim 0.62-3, 0.65-4, 0.67-1
* 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 https://bugs.launchpad.net/zim/+bug/1409626 .
I'd be glad to hear from you if it's working either here in the issues or in the original bug on [launchpad](https://bugs.launchpad.net/zim/+bug/1409626).

With old Zim 0.68 you may want to use the [last release](https://github.com/e3rd/zim-plugin-instantsearch/releases/tag/1.04) which is 0.68 compatible.
### Installation
Same as for the other plugins.
* Put the instantsearch.py into the plugins folder
Expand Down
2 changes: 1 addition & 1 deletion instantsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _open_page(self, page, excludeFromHistory=True):
# print("*** History1: ", self.window.history._history, self.window.history._current)
if page and page.name and page.name != self.lastPage: # self.lastPage:
self.lastPage = page.name
print("OPENING",page)
# print("OPENING",page)
self.window.navigation.open_page(page)
if excludeFromHistory and list(self.window.history._history)[-1:][0].name != self.originalPage:
# there is no public API, so lets use protected _history instead
Expand Down

0 comments on commit f489af5

Please sign in to comment.