talengu / Wox.Plugin.BookmarkSearcher

Bookmarks Seacher for Wox
http://www.wox.one/plugin/182
19 stars 5 forks source link

Install is not working #3

Closed avxkim closed 5 years ago

avxkim commented 6 years ago

wpm install Bookmarks Searcher

Nothing happens. Not appearing in plugins section. Do you still maintain this plugin?

talengu commented 6 years ago

Yes, I am working on it.

For your question. The wpm install method may not work now.

Download Wox plugin packages, installing manually. If for some reason, user cannot use the WPM to install plugins. Users may download the plugin package to a local (ending with wox), and then drag the plugin package to Wox search box.

Bookmarks Searcher plugin packages download and the plugin Action keywords is b

avxkim commented 6 years ago
  1. Downloaded wox file
  2. Dragged that file in to search > wox reloaded > still can't see your plugin in Plugins section, also keyword is not working.
talengu commented 6 years ago

what is your wox version. can't see your plugin in Plugins section is strange. You can close the wox and reopen it . I am using wox version 1.3.424 with win10 and chrome.

avxkim commented 6 years ago

1.3.524 version. No, restart is not helping.

talengu commented 6 years ago

In v1.3.524. I have test ok. Can you find this?

qq 20180814132327

avxkim commented 6 years ago

No, i don't have it, lol. I'm adding your file as you described, by dragging in a searchbar, then windows pops about installing this package, then asks for reload, reload happens, still can't see your plugin.

talengu commented 6 years ago

Are the other plugins which you installed OK? And python environment is ready as the wox need? wox install

avxkim commented 6 years ago

Other plugins are installed with WPM and working. No issues with python.

talengu commented 6 years ago

You can try this way to install the plugin.

  1. set the python env image

  2. open the Plugin Directory image

  3. unzip and put this in the Plugins dir BookmarksSeacher-b5755b47-7896-4882-a1e1-60ba8a1e5bdd.zip image

  4. may need to change the bookmark_name in the Plugins\BookmarksSeacher\bookmark_searcher.py file. chrome has a json file to record the bookmarks named Bookmarks . My chrome file is in AppData//Local//Google//Chrome//User Data//Profile 1. By default it will be in the AppData//Local//Google//Chrome//User Data//Default

image

  1. reload and restart wox and the plugin Action keywords is b.
avxkim commented 6 years ago
  1. Unzipped your archive
  2. Put it in: C:\Users\Alexander\AppData\Local\Wox\app-1.3.524\Plugins
  3. Restarted wox
  4. Can't see it in plugins list

image

talengu commented 6 years ago

Did you set the python env? image

avxkim commented 6 years ago

Can you try to install without choosing python directory?

talengu commented 6 years ago

This plugin is based on python. Without the python env setting, this plugin can not be installed. I think there is a bookmark c# plugin can be used without python. Wox.Plugin.BrowserBookmark But I'm not sure it's OK. so I develop this plugin.

talengu commented 5 years ago

A summary of install issue.

Install manually

1. Install wox and python

Install wox. You can find wox in Wox-launcher/Wox/releases Set the python env (I use Anaconda3) as the image. image

2. Open the Plugin Directory

image

3. Unzip and put this in the Plugins dir

BookmarksSeacher-b5755b47-7896-4882-a1e1-60ba8a1e5bdd.zip

image

4. Open and Change the bookmark_name variable name in the Plugins\BookmarksSeacher\bookmark_searcher.py file.

chrome has a json file to record the bookmarks named Bookmarks . My chrome file is in AppData//Local//Google//Chrome//User Data//Profile 1 dir. By default it will be in the AppData//Local//Google//Chrome//User Data//Default

image

5. Reload and restart wox and the plugin Action keywords is b.

image

Have fun!!