Download the PHP package philippoehrlein/typo-search-and-paste without Composer
On this page you can find all versions of the php package philippoehrlein/typo-search-and-paste. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download philippoehrlein/typo-search-and-paste
More information about philippoehrlein/typo-search-and-paste
Files in philippoehrlein/typo-search-and-paste
Package typo-search-and-paste
Short Description A Kirby plugin for searching and inserting special characters with multi-language support.
License MIT
Homepage https://github.com/philippoehrlein/typo-search-and-paste
Informations about the package typo-search-and-paste
Typo, Search & Paste
A Kirby plugin that provides a searchable interface for special characters, built on top of Typo & Paste.
Features
- Searchable database of special characters
- Multi-language support
- SQLite-based search engine
- Seamless integration with Typo & Paste (v2.4.0+)
- Standalone functionality for Kirby 5
Installation
Installation via Composer
Manual Installation
- Download and extract the plugin
- Copy the
typo-search-and-pastefolder into/site/plugins/
Configuration
With Typo & Paste (v2.4.0+)
If you have Typo & Paste v2.4.0 or higher installed, no additional configuration is needed. The search functionality will be automatically integrated.
Panel Toolbar Button
In Kirby 5, you can add the Typo Search & Paste button to your panel toolbar in two ways:
1. In your blueprint:
2. Globally in your config:
Troubleshooting
If you encounter FTS5-related errors on shared hosting environments, see FTS5_TROUBLESHOOTING.md for solutions and configuration options.
Contributing to the Character Database
The plugin uses SQLite databases for efficient character searching. You can contribute to the character database by following these steps:
- Navigate to the
data/srcdirectory - Create or modify JSON files for your language (e.g.,
en.json,de.json) -
Each JSON file should follow this structure:
- Run the build script to update the database:
Build Script Options
-
--lang: Specify languages to build (comma-separated) -
--include: Include specific categories --exclude: Exclude specific categories
Note: --include and --exclude cannot be used simultaneously. If both are provided, --exclude will be ignored.
License
MIT License