📌 What It Does
Captures live text from any input, textarea, or rich text element instantly — with real-time updates, filtering, and workflow triggers.
🛠️ How to Use
1) Add an Input Element (Input, Multiline Input, or Rich Text).
2) Set its ID Attribute (e.g., myInput).
3) Place the LiveText Capture Pro Element on the same page.
4) Configure Fields in the plugin element:
elementid: The exact ID attribute of your input (e.g., myInput)
5) capturemode: When to update (input, keyup, or change)
6) striphtml( optional): Set to yes for rich text inputs to remove HTML
7) auto_trim( optional): Trim whitespace before publishing
8) regex_filter( optional): Optional regex (e.g., ^[0-9]*$ for numbers only)
9) debounce_delay: Optional delay (in ms) for throttling updates (e.g., 300)
Events:
● trigger_on_char_count: Trigger event when this number of characters is typed
● trigger_on_keyword: Trigger event when keyword is detected in input
● highlight_keywords: Comma-separated list of keywords to match (e.g., urgent,important)
Use Exposed States in your page:
text: Current text value
char_count: Character count
word_count: Word count
matched_keywords: List of matched keywords from your highlight list
Use the Custom Event on_trigger:
Triggers when either:
Character count ≥ trigger_on_char_count, or
Keyword found in trigger_on_keyword
★ Demo Page:
https://fullscreen-demo.bubbleapps.io/version-test/?debug_mode=true&view=Livetext%20Capture%20Pro★ Demo Editor Link:
https://bubble.io/page?id=fullscreen-demo&tab=Design&name=View+LiveText+Capture+Pro&type=customNote: For the plugin to work, activate ID attribute in the settings.