@weave-apps/sdk 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -376,20 +376,6 @@ const markdown = window.weaveAPI.utils.htmlToMarkdown(htmlString);
|
|
|
376
376
|
const html = window.weaveAPI.utils.markdownToHtml(markdownString);
|
|
377
377
|
```
|
|
378
378
|
|
|
379
|
-
## Real-World Example: Heidi to DCP
|
|
380
|
-
|
|
381
|
-
The included `DemoWeaveHeidiDcp` app demonstrates advanced features:
|
|
382
|
-
|
|
383
|
-
- **Background Services** - Injects button on Heidi scribe pages
|
|
384
|
-
- **URL Monitoring** - Reacts to SPA navigation
|
|
385
|
-
- **DOM Injection** - Adds UI elements to parent page
|
|
386
|
-
- **Form Detection** - Captures form structure and data
|
|
387
|
-
- **Data Persistence** - Stores consultation notes
|
|
388
|
-
- **AI Integration** - Auto-fills forms using AI
|
|
389
|
-
- **State Management** - Multi-stage workflow (idle → select-form → confirm → filling → success)
|
|
390
|
-
|
|
391
|
-
Check `src/app.ts` for the complete implementation.
|
|
392
|
-
|
|
393
379
|
## Advanced Topics
|
|
394
380
|
|
|
395
381
|
### Settings & Configuration
|