https://github.com/isuke01/local-addon-search-project
Add possibility to search for a project in localwp by flywheel.
https://github.com/isuke01/local-addon-search-project
Last synced: 8 months ago
JSON representation
Add possibility to search for a project in localwp by flywheel.
- Host: GitHub
- URL: https://github.com/isuke01/local-addon-search-project
- Owner: isuke01
- License: mit
- Created: 2023-11-02T15:20:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T09:35:32.000Z (over 2 years ago)
- Last Synced: 2025-01-21T15:30:21.912Z (over 1 year ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Add possibility to search for a project
This is simple standaloone search for projects in LOCALWP by flywheel.

Tested with LocalWP 8+
## What it provide
- Simple search in projects by hiding not matched ones.
### How to install.
- Go to releases on the side and choose the latest release. Download the release file (noto source code).
- Go to your localWP and choose addons->Installed tab and click on the "Install from disk" button.
- Choose the zip.gz file and install it.
- Enable addon and restart local.
## Credits
The original plugin was made by my friend [@JorgenStenshaugen](https://github.com/JorgenStenshaugen), recently I did some updates in his plugin after 6.3 update hook, and I believe it could be helpfully for more people so I extracted this one functionality from addon and fix couple of issues and add feature to show multiple hits instead of one, update design, fix clear, positions etc.