mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
update docs for new hooks and ace exposures
This commit is contained in:
parent
c75941d1e3
commit
3fe3df91ae
3 changed files with 92 additions and 0 deletions
|
@ -136,3 +136,16 @@ function handleMessage ( hook, context, callback ) {
|
|||
}
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
## getLineHTMLForExport
|
||||
Called from: src/node/utils/ExportHtml.js
|
||||
|
||||
Things in context:
|
||||
|
||||
1. apool - pool object
|
||||
2. attribLine - line attributes
|
||||
3. text - line text
|
||||
|
||||
This hook will allow a plug-in developer to re-write each line when exporting to HTML.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue