TextInjector
The TextInjector plugin allows users to insert formatted text into a specified location in a target file. It searches for a specific string within the file and inserts the provided text at a user-defined offset relative to the found string. This makes it ideal for dynamic content insertion in configuration files, documentation, or other structured files.
details...
Key Features
- Target File Path: Define the location of the file where the text will be inserted.
- Text Formatting: Add custom prefix and suffix to the inserted text for easy identification.
- Search String: Choose the string in the file to use as a reference point for the insertion.
- Edit Offset: Set a precise offset (positive or negative) from the found string for insertion location.
Example Use Case
Great for Obsidian Quick Capture and works with any other plaintext notes application!
IntentSender
The IntentSender plugin enables users to send custom Android intents to specified apps, activities, services, or broadcast receivers. It allows seamless automation and integration with Tasker or other intent-handling applications by sending text and timestamps as extras.
details...
Key Features
- Target Type: Send intents to an Activity, Service, or Broadcast Receiver.
- Package Name: Define the receiving app’s package name.
- Class Name: Specify the exact activity or service to handle the intent.
- Action: Set a custom Android intent action.
- Extras: Automatically include text and timestamps in the intent for dynamic handling.
Example Use Case
Perfect for triggering automation in Tasker, launching specific app activities, or sending structured data to background services (such as GitSync?).