summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-11-16Add undocumented API function restoreRevision to docLuc Didry
This commit is dedicated to Schoumi. Thx for supporting me on Tipeee :-)
2016-06-20Merge pull request #2944 from storytouch/aceRegisterNonScrollableEditEventsJohn McLear
Create hook to register events that won't scroll editor after aceEditEvt
2016-06-20Include usage example for aceRegisterNonScrollableEditEventsLuiza Pagliari
2016-03-30Create hook to register events that won't scroll editor after aceEditEvtLuiza Pagliari
2016-03-26extend attributesonselection methodJohn McLear
2016-01-13Add appendText API (from #2810) to docs.Ted Mielczarek
2015-12-18Add postToolbarInit documentation and usage examplesMikk Andresen
2015-12-02Update aceEditorCSS hook documentationMikk Andresen
2015-11-03Create hook exportHtmlAdditionalTagsWithDataLuiza Pagliari
The new hook does the same as exportHtmlAdditionalTags, but is declared in another hook to avoid confusion about how to export tags when they are stored as ['tag', 'value'] on attribute pool. This complements #2762, as per @Gared suggestions.
2015-10-22Merge pull request #2724 from xavidotron/developJohn McLear
Add a aceSelectionChanged hook to allow plugins to react when the cursor moves
2015-10-17Merge pull request #2762 from storytouch/exportTagsAsArraysStefan
Accepting Arrays on 'exportHtmlAdditionalTags'
2015-10-10Merge pull request #2730 from emilyxxie/clientready_hookStefan
added clientReady hook
2015-09-17Fixing ed52626. It was closing the span with </span data-TAG=VALUE>, not </span>Luiza Pagliari
2015-09-07Generating pad HTML with tags like <span data-TAG="VALUE"> instead of ↵Luiza Pagliari
<TAG:VALUE>
2015-08-24Accepting Arrays on 'exportHtmlAdditionalTags' to handle attributes stored ↵Luiza Pagliari
as ['key', 'value'] (and not only ['key', 'true'])
2015-08-15Add appendChatMessage API to docsStefan
2015-07-20clientReady hook- pass entire message, updated docEmily Xie
2015-07-11Add a aceSelectionChanged hook to allow plugins to react when the cursorXavid
location changes.
2015-06-21Update documentation for the updatePad and createPad hooks to include 'author'Xavid
in the context.
2015-05-20docs for handle message securityJohn McLear
2015-05-15Fixing documentation of collectContentPreLuiza Pagliari
2015-04-23fix docsJohn McLear
2015-04-17Update hooks_server-side.mdJohn McLear
2015-04-11Merge pull request #2599 from Gared/doc_api_fixJohn McLear
Fix documentation for deleteSession api method
2015-04-11Fix documentation for deleteSession api methodStefan
2015-04-11Merge pull request #2597 from Gared/increase_api_versionJohn McLear
increase http api version to latest version
2015-04-11increase http api versionStefan
2015-04-11Add docs for new error message for createPad api methodStefan
2015-03-31feature #2567 added documentationThomas Muehlichen
2015-02-25Add a saveRevision API functionLuc Didry
Calling saveRevision create an author which name is "API"
2015-02-24Fixes #1870Luc Didry
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions
2015-02-22Set correct API version in docLuc Didry
The doc says current version is 1.2.9, but there is getPadID which uses 1.2.10 API.
2015-01-26Merge pull request #2497 from ether/image-support-hookJohn McLear
clean support for image hook
2015-01-26Update hooks_client-side.mdJohn McLear
2015-01-26docsJohn McLear
2015-01-25Revert 'asyncLineHTMLForExport' hookStefan
2015-01-24docsJohn McLear
2015-01-24docs for export HTMLJohn McLear
2015-01-24fix issue in docsJohn McLear
2014-12-09docsJohn McLear
2014-12-09docsJohn McLear
2014-12-08docsJohn McLear
2014-12-08docsJohn McLear
2014-08-08Added a `userLeave` hook that gets called when a user leaves a padSimon Gaeremynck
2014-06-16Merge pull request #2150 from ether/export-file-name-hookJohn McLear
Server side hook to modify the export file name
2014-06-02Merge pull request #2169 from stephan48/developMarcel Klehr
Added documentation for the newly added API method getPadID
2014-06-02Added documentation for the newly added API method getPadIDStephan Jauernick
2014-06-01Fix typos in easysync-full-description.texDavid Cook
2014-05-12use call first and update docsJohn McLear
2014-05-06docs for new hookJohn McLear