Slite is a lightweight search software developed based on java, which can quickly realize the search of custom index text, and the project is based on Lucene Engine implementation. It is mainly used to assist in prompting, and you can quickly find some commonly used fragment knowledge。
| Function | Description |
|---|---|
| Language switching | Tray --> right click --> settings --> basic settings, you can do Chinese/English language settings |
| Custom storage directories | Tray --> right-click --> settings--> basic settings, you can set the storage directory |
| System shortcuts | Tray-->Right Click--> Settings--> shortcut keys, you can set system shortcut keys |
Found in slite-core install.bat execution, or in the console
mvn install:install-file -DgroupId=cn.note.swing -DartifactId=note-swing-core -Dversion=1.0.2 -Dpackaging=jar -Dfile=note-swing-core-1.0.2.jarps:swing-core-1.0.2.jar It's a fast-food-style jar with some not-so-elegant swing components built-in. Mainly less elegant in custom UI styling and internationalization.
Based on javapackager, in Maven Pom,This parameter is configured to package as a Windows installation package。 During the installation process, innosetup needs to be configured, And innosetup does not support Chinese, you can copyChineseSimplified.islto innosetup Languages DIRECTORY。
JavaPackager supports multiple platforms,Pack if needed mac、linux,More references:JavaPackager
Download packages: Slite


