You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
4.9 KiB

4 years ago
4 years ago
4 years ago
DOC-2375: TinyMCE 7.1 Documentation. (#3242) * DOC-2375: TinyMCE 7.1 Documentation. * DOC-2368: Update bundling documentation for all premium plugins for new index.js files. (#3224) * DOC-2368: Update bundling documentation for all premium plugins for new index.js files. * DOC-2368: additional improvements. * DOC-2368: additional copy edits to bundling-plugins.adoc and related partials,includes. * Revert "DOC-2339: On-premises documentation for document converters. (#3180)" This reverts commit 93d7ffed18df8cb3e375652998e98692b1665cee. * DOC-2368: update plugin code ref. * DOC-2368: delete plugin-file-plugins.adoc pages, update plugin.js for import code blocks. * Update modules/ROOT/partials/plugin-files/plugin-file-bundling-message.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/plugin-files/plugin-file-index.js.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/plugin-files/plugin-file-bundling-also-requires.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/bundling-plugins.adoc * Update modules/ROOT/pages/bundling-plugins.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * DOC-2368: update plugin-file-list-emoticons.adoc file to include note. * DOC-2368: add note to reference back to the tinymce v6 docs if version is equal to or less than 7.0. * Update modules/ROOT/pages/bundling-plugins.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> --------- Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * DOC-288 (#3262) * DOC-2386: add Google Gemini integration guide (#3250) * Add Google Gemini integration guide * Update Gemini string response example to use Vertex AI * Add admonition about access token security above each code example * Fix indentation in code examples * Update admonition from Mitch's suggestions Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Improve code example comments about authentication Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Remove pronouns from admon-ai-proxy.adoc and ai-gemini.adoc * change order of nav items * Apply suggestions from code review Only include ai proxy admon once per page Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-2387: Add live demo to AI Assistant plugin page (#3260) * DOC-2387: Add live demo to AI Assistant plugin page * fix the authorization header in index.js * update live demo content to match website ai demo * add admonition that live demo uses proxy * DOC-2385: add Amazon Bedrock integration guide (#3252) * DOC-2384: Added local playbook and dev scripts (#3247) * Initial draft for Amazon Bedrock integration guide * change order of nav.adoc items * add ai proxy admonition (will be functional once merged into tinymce/7) * Revert "DOC-2384: Added local playbook and dev scripts (#3247)" This reverts commit 8631a515b5158f49535ebb4a407283795c1502b2. * Apply suggestions from code review Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-2399: Extract OpenAI integration code to separate page (#3270) * add ai-openai.adoc page with OpenAI string and streaming code examples * change ai_request to use minimal string response code example * remove basic setup section from ai.adoc and fix options headings nesting levels * add missing heading to ai-openai.adoc * move openai to above proxy in nav.adoc * add ai proxy admonitions (will be functional once merged into tinymce/7) * only include ai proxy admon once per page * change gemini prerequisites to ordered list * DOC-2381: add new `Math` Plugin documentation for TinyMCE 7.1. (#3253) * DOC-2381: add new Math plugin documentation for TinyMCE 7.1. * Update modules/ROOT/examples/live-demos/math/index.js * DOC-2381: update math demo, and removed examples of using equations. * Update premium-plugins.adoc Co-authored-by: spocke <spocke@moxiecode.com> * Update math.adoc Co-authored-by: spocke <spocke@moxiecode.com> * Update math.adoc Co-authored-by: spocke <spocke@moxiecode.com> * Update math.adoc Co-authored-by: spocke <spocke@moxiecode.com> * Update math.adoc Co-authored-by: spocke <spocke@moxiecode.com> * Update modules/ROOT/pages/math.adoc * DOC-2381: Demo update, and included examples of block vs inline. * DOC-2381: Updated index.html for demo. * Update modules/ROOT/examples/live-demos/math/index.html * Update modules/ROOT/partials/misc/admon-requires-7.1v.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * add plugin to available-menu-items.adoc * add plugin to available-toolbar-buttons.adoc * add plugin to editor-command-identifiers.adoc * add plugin to full-featured demo * Update modules/ROOT/examples/live-demos/math/index.html Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/math.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/math.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/math.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/math.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/math.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/partials/menu-item-ids/math-menu-items.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/partials/toolbar-button-ids/math-toolbar-buttons.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/menu-item-ids/math-menu-items.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/math.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/math.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Removed details - Update modules/ROOT/pages/math.adoc * Details amended - Update modules/ROOT/pages/math.adoc * Demo content updated - Update modules/ROOT/examples/live-demos/math/index.html * Updated information - Update modules/ROOT/pages/math.adoc * Added list separator -Update modules/ROOT/pages/math.adoc * italicised some text- Update modules/ROOT/pages/math.adoc * Apply suggestions from code review Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * Update modules/ROOT/pages/math.adoc Co-authored-by: spocke <spocke@moxiecode.com> --------- Co-authored-by: spocke <spocke@moxiecode.com> Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> * DOC-2366: Add revision history diff API (#3278) * DOC-2366: Add revision history API section * DOC-2366: Clean up * Update modules/ROOT/partials/plugin-apis/ai-apis.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * DOC-2401: Add integration docs for Azure OpenAI (#3273) * DOC-2401: Add integration docs for Azure OpenAI * Fix indentation in code * DOC-2401: Edits to azure ai page * Apply suggestions from code review Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * DOC-2401: Fix streaming snippet * Update modules/ROOT/nav.adoc * Update modules/ROOT/pages/ai-azure.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> --------- Co-authored-by: Farzad Hayatbakhsh <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-2363: TinyMCE 7.1 release notes and changelog. (#3243) * DOC-2363: TinyMCE 7.1 release notes and changelog. * DOC-2384: Added local playbook and dev scripts (#3247) * change default http-server address to 'localhost' * DOC-2363: New `index.js` file that includes all plugin resources. (#3246) * DOC-2363: New index.js file that includes all plugin resources. * Update modules/ROOT/pages/7.1-release-notes.adoc * Update modules/ROOT/pages/7.1-release-notes.adoc * DOC-2363: Removed `aria-pressed` from the `More` button in sliding toolbar mode and replaced it with `aria-expanded` (#3267) * DOC-2363: Removed aria-pressed from the More button in sliding toolbar mode and replaced it with aria-expanded. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Shan <shanmen.ng@tiny.cloud> --------- Co-authored-by: Shan <shanmen.ng@tiny.cloud> * DOC-2363: Notification accessibility improvements: added tooltips, keyboard navigation and shortcut to focus on notifications. (#3266) * DOC-2363: Notification accessibility improvements: added tooltips, keyboard navigation and shortcut to focus on notifications. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Shan <shanmen.ng@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Shan <shanmen.ng@tiny.cloud> --------- Co-authored-by: Shan <shanmen.ng@tiny.cloud> * DOC-2363: Add TINY-10597 release note entry (#3256) * DOC-2363: Add TINY-10800 release note entry (#3255) * DOC-2363: Dialog title was not announced in macOS VoiceOver, dialogs now use `aria-label` instead of `aria-labelledby` on macOS. (#3271) * DOC-2363: Dialog title was not announced in macOS VoiceOver, dialogs now use aria-label instead of aria-labelledby on macOS. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2363: ToggleToolbarDrawer command did not toggle the toolbar in sliding mode when {skipFocus: true} parameter was passed. (#3265) * DOC-2363: Firefox not announcing the iframe title when `iframe_aria_text` was set. (#3275) * DOC-2363: Firefox not announcing the iframe title when was set. * Update 7.1-release-notes.adoc Co-authored-by: Shan <shanmen.ng@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc --------- Co-authored-by: Shan <shanmen.ng@tiny.cloud> * DOC-2363: release note entry for TINY-10725 (#3251) * DOC-2363: add changelog for TinyMCE 7.1 core changes. * DOC-2396: add Windows High Contrast mode support to 7.1 release notes (#3279) * DOC-2396: add Windows High Contrast mode support to 7.1 release notes * Apply suggestions from code review Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> * DOC-2363: Add TINY-10780 release note entry (#3254) * DOC-2363: Included `itemprop`, `itemscope`, `itemtype` as valid HTML5 attributes in the core schema. (#3244) * DOC-2363: Included itemprop, itemscope, itemtype as valid HTML5 attributes in the core schema. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2363: Accompanying Premium self-hosted server-side component changes in TinyMCE 7.1. (#3274) * DOC-2363: Open link context menu action was not enabled for links on images. (#3277) * DOC-2363: Open link context menu action was not enabled for links on images. * DOC-2363: Add release note for open link context menu action issues * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> --------- Co-authored-by: Ben Tran <ben.tran@tiny.cloud> Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * DOC-2363: Notification width was not constrained to the width of the editor. (#3268) * DOC-2363: Notification width was not constrained to the width of the editor. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/changelog.adoc * Update modules/ROOT/pages/changelog.adoc * DOC-2363: Video and audio elements could not be played on Safari. (#3258) * DOC-2363: Video and audio elements could not be played on Safari. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2363: In the custom view, the scrollbar of the container were not visible if its height was greater than the editor. (#3272) * DOC-2363: In the custom view, the scrollbar of the container were not visible if its height was greater than the editor. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc * Update modules/ROOT/pages/7.1-release-notes.adoc * Update modules/ROOT/pages/7.1-release-notes.adoc * DOC-2363: Styles were not retained when toggling a list on and off. (#3269) Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2363: Added new `A11ycheckStart`, `A11ycheckStop`, `A11ycheckIgnore`, `A11ycheckRepair` and `A11ycheckShowDetails` events.. (#3245) * DOC-2363: Added new A11ycheckStart, A11ycheckStop, A11ycheckIgnore, A11ycheckRepair and A11ycheckShowDetails events. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/partials/events/a11ychecker-events.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Add Accessibility Checker events to events page * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2363: Custom block elements with colon characters would throw errors. (#3259) * DOC-2363: Custom block elements with colon characters would throw errors. * DOC-2363: Custom block elements with colon characters would throw errors. * Update modules/ROOT/pages/7.1-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC--2363: Fixed accessibility issue by removing duplicate role (menu) attribute from color swatches. (#3261) Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2363: final copy edits and removal of trailing template material. * Update modules/ROOT/pages/7.1-release-notes.adoc * DOC-2363: add revisionhistory_diff_classes entry to the TinyMCE 7.1 release notes. * Update modules/ROOT/pages/7.1-release-notes.adoc --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Farzad Hayatbakhsh <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: Shan <shanmen.ng@tiny.cloud> Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: Ben Tran <ben.tran@tiny.cloud> * DOC-2408: update support page EOS dates to include 7.1 entry (#3284) * DOC-2408: update support page EOS dates to include 7.1 entry * Update modules/ROOT/partials/misc/supported-versions.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> --------- Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> Co-authored-by: Shan <shanmen.ng@tiny.cloud> Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: spocke <spocke@moxiecode.com> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud> Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com>
1 year ago
4 years ago
Merge latest changes from `release/docs-7` into `staging/docs-7` (#3223) * DOC-2358: bump api-version for TinyMCE 7.0.1 (#3222) * DOC-2339: On-premises documentation for document converters. (#3180) * DOC-2339: On-premises documentation for document converters. * Update modules/ROOT/pages/individual-export-to-pdf-on-premises.adoc * Update modules/ROOT/pages/individual-export-to-word-on-premises.adoc * Update modules/ROOT/pages/individual-import-from-word-on-premises.adoc * DOC-2351: On-premises `Export to PDF` documentation. (#3182) * DOC-2351: On-premises export to pdf documentation. * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-nightly-releases.adoc * DOC-2351: update docker img with variable replacement. * Update antora.yml * DOC-2351: remove nightly builds, update variable for docker. * DOC-2351: copy edits, and initial cleanup. * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-autorization.adoc * Updating antora.yml - Added another parameter Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update export-to-pdf-fonts.adoc - corrected the file name * Update export-to-pdf-fonts.adoc - image name correction * Update export-to-pdf-installation.adoc - content changes * Update export-to-pdf-installation.adoc - change in instructions * Update export-to-pdf-installation.adoc - updated image name * Update export-to-pdf-installation.adoc - corrections made to yml file * Update export-to-pdf-installation.adoc - removed <> for license key * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-requirements.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-fonts.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-autorization.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-autorization.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-autorization.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-logs.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-overview.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-api-usage.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-api-usage.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-api-usage.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-requirements.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-autorization.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc * Update modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-fonts.adoc --------- Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * DOC-2352: On-premises `Import from Word and Export to Word` documentation. (#3187) * DOC-2352: On-premises Import from Word and Export to Word documentation. * Apply suggestions from code review Updated content to reflect correct image names and also added login prerequisite details * Update import-from-word-and-export-to-word-overview-on-premises.adoc - content alignment * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-logs-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-overview-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-overview-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-requirements-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-logs-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-logs-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-api-usage-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-api-usage-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-autorization-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-autorization-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-overview-on-premises.adoc * Update modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-overview-on-premises.adoc --------- Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> --------- Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com>
1 year ago
4 years ago
DOC-2263: Set up staging 7 branch for upcoming docs release (#3053) * DOC-1020: add `language_load` option to `ui-localization.adoc` page. (#3027) * DOC-1020: add option to page that configures whether additional plugin/theme languages are loaded when bundling. * DOC-1020: updates to language_load options and admons. * DOC-1020: copy edits and improvements. * Update modules/ROOT/partials/configuration/language_load.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Update changelog.md * Update modules/ROOT/partials/configuration/language_load.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Update modules/ROOT/partials/configuration/language_load.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * DOC-2178: add fix to for when inserting template. (#3043) * DOC-2201: Added link to `ai.adoc` to direct users to the AI Assistant demo. (#3044) * DOC-2178: add fix to for when inserting template. * DOC-2201: Added link to to direct users to the AI Assistant demo. * Update modules/ROOT/pages/ai.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * DOC-2235: changes and updates to page. (#3039) * DOC-2263: Update workflows for 7 * DOC-2263: Fix build * DOC-2263: Fix current site generation * DOC-2263: Update PR template * DOC-2263: Update node version * DOC-2263: Remove comment * DOC-2263: Update release notes references --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>
2 years ago
DOC-3178: TinyMCE 7.8.0 Release Documentation. (#3659) * DOC-3178: TinyMCE 7.8.0 Release Documentation. * DOC-3131: TinyMCE 7.8.0 Release Documentation and Community Changelog. (#3660) * DOC-3131: Initial commit for TinyMCE 7.8.0 release notes. * DOC-3131: A confirmation dialog now appears when resolving conversation to match the UX of deleting a conversation. (#3671) * DOC-3131: Setting editor height to a pt or em value was ignoring min/max height settings. (#3669) * DOC-3131: The `editor.selection.scrollIntoView()` method now pads the target scroll area with a small margin, ensuring content doesn't sit at the very edge of the viewport. (#3666) * DOC-3131: The editor.selection.scrollIntoView() method now pads the target scroll area with a small margin, ensuring content doesn't sit at the very edge of the viewport. * Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> --------- Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> * DOC-3131: The change event was not dispatched when deleting a comment reply. (#3670) * DOC-3131: Focus outline was misaligned with comment card border on saving an edit. (#3678) * DOC-3131: Source Code editor was not scrolling to the editor's caret position in Firefox. (#3667) * DOC-3131: Source Code editor was not scrolling to the editor's caret position in Firefox. * Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-11923: Add note on handling of relative URLs with base_url configuration option. (#3682) * DOC-11923: Add note on handling of relative URLs with base_url configuration option. * DOC-3131: add content. * DOC-3131: update title headers. * DOC-3189: Add new options for preserving MathML elements and attributes in the Math plugin (#3681) * DOC-3189: Add new options for preserving MathML elements and attributes in the Math plugin. * Update modules/ROOT/pages/7.8.0-release-notes.adoc * Update modules/ROOT/pages/7.8.0-release-notes.adoc * Update modules/ROOT/pages/7.8.0-release-notes.adoc * Update modules/ROOT/pages/7.8.0-release-notes.adoc * DOC-3161: Add new `tinycomments_fetch_author_info` option and refactored callback demo. (#3675) * DOC-3189: Update comments callback demo DOC-3189: Added tinycomments_fetch_author_info new option Removes Pollyjs from old demo added release notes for TinyMCE 7.8.0 * DOC-3190: Clarify author identification process in comments callback documentation. * Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * Update modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc * Update modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc * DOC-3161: Update tinycomments_fetch_author_info documentation to indicate optional fields for authorName and authorAvatar. * Update modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc * DOC-3161: Fixed demo * DOC-3161: Updated mentions demo * DOC-3161: fix issue * DOC-3161: Update new option * Potential fix for code scanning alert no. 40: Semicolon insertion Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 39: Semicolon insertion Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: MitchCTiny <mitchell.crompton@tiny.cloud> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * DOC-3189: Refactor promotion documentation and update references to new promotions page (#3674) * DOC-3189: Refactor promotion documentation and update references to new promotions page. * DOC-3190: Update promotion documentation to clarify options for open source and cloud versions. * Update modules/ROOT/partials/configuration/onboarding.adoc * Update modules/ROOT/partials/configuration/promotion.adoc * DOC-3131: Fix sidebar nesting issue. * DOC-3131: Keyboard navigation between toolbars no longer loses focus. (#3661) * DOC-3131: Keyboard navigation between toolbars no longer loses focus. * Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> --------- Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> * DOC-3131: New subtoolbar support for context toolbars. (#3664) * DOC-3131: Add image filter assets, and new `uploadcare_filters` option for `uploadcare` plugin. (#3679) * DOC-3131: Add image filter assets, and new uploadcare_filters option for Uploadcare plugin. * DOC-3131: update live-demo with new uploadcare_filters option. * DOC-3189: Enhance documentation for uploadcare_filters option in Image Optimizer plugin. * DOC-3131: Copy edits to filter list name. * DOC-3131: Add auto-image-enhancement icon and update documentation, remove old image-enhancements.svg and ref. * DOC-3131: Fix note missing border. * Update antora.yml * DOC-3131: Non-uploadcare image URLs would be altered by color adjustments even when they failed to upload. (#3665) * DOC-3131: Dragging and dropping image files onto the placeholder was not possible if the files had the correct extension but an incorrect MIME type. (#3663) * DOC-3131: Dragging and dropping image files onto the placeholder was not possible if the files had the correct extension but an incorrect MIME type. * Update modules/ROOT/pages/7.8.0-release-notes.adoc * Update modules/ROOT/pages/7.8.0-release-notes.adoc * DOC-3131: Placeholder element is now responsive and adjust to container width. (#3683) Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3131: Add changelog. * DOC-3131: It wasn't possible to add comments to selected footnotes elements. (#3662) * DOC-3131: It wasn't possible to add comments to selected footnotes elements. * DOC-3131: Dragging and dropping image files onto the placeholder was not possible if the files had the correct extension but an incorrect MIME type. * Revert "DOC-3131: Dragging and dropping image files onto the placeholder was not possible if the files had the correct extension but an incorrect MIME type." This reverts commit b6a1bd0405b315a168e0ee0c0c5f9e1b390abbf6. * Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/7.8.0-release-notes.adoc --------- Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * DOC-3131: The tooltip for the `blockquote` button was not translated in Hebrew. (#3684) * DOC-3131: The tooltip for the button was not translated in Hebrew. * DOC-3131: Updated translation entry in 7.7.0 docs under known issues to point to this bug fix entry. --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-3131: copy edits, release note re-structure and final version checks. * DOC-3131: add missed new line space. * DOC-3131: api-version bump for TinyMCE 7.8.0. * DOC-3131: update productminorversion to 7.8. --------- Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: MitchCTiny <mitchell.crompton@tiny.cloud> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> --------- Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: CODE:AG <57781325+abhinavgandham@users.noreply.github.com> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: MitchCTiny <mitchell.crompton@tiny.cloud> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>
4 months ago
4 years ago
DOC-2553: TinyMCE 7.5 Release Documentation. (#3479) * DOC-2553: TinyMCE 7.5 Release Documentation. * DOC-2558: New comments with mentions page and demos (#3499) * DOC-2558: New comments with mentions page and demos * DOC-2558: Fix codeQL * Apply suggestions from code review Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Apply suggestions from code review Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Apply suggestions from code review Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Apply suggestions from code review Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-2558: Fix some broken mentions * Apply suggestions from code review Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Apply suggestions from code review Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Apply suggestions from code review Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2558: Revert URL --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2565 (#3502) * DOC-2498: TinyMCE 7.5 Release notes and community changelog. (#3480) * DOC-2498: TinyMCE 7.5 Release notes and community changelog. * DOC-2498: Corrected focus highlight visibility in statusbar path. (#3487) * DOC-2498: The `conversationAuthor` property was missing from create conversation events in the EventLog API. (#3488) * DOC-2498: The conversationAuthor property was missing from create conversation events in the EventLog API. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * DOC-2498: The toolbar-sticky-offset would still be applied after entering fullscreen mode. (#3481) * DOC-2498: The toolbar-sticky-offset would still be applied after entering fullscreen mode. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2498: Improved color picker aria support. (#3490) * DOC-2498: Improved color picker aria support. * DOC-2498: Add known issue for safari poor announcing aria-labels. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> --------- Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> * DOC-2498: Forecolor and backcolor toolbar buttons were not completely greyed out while in readonly mode. (#3486) * DOC-2498: Inability to type { character on German keyboard layouts. (#3491) * DOC-2498: Inability to type { character on German keyboard layouts. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2498: Update TinyMCE for Java Swing contact sales link. (#3497) * DOC-2498: Added new default `li` element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles. (#3495) * DOC-2498: Added new default li element styles to the content CSS to prevent child list elements from inheriting certain parent list item styles. * Update modules/ROOT/pages/7.5-release-notes.adoc * DOC-2498: Default values for tinycomments_author and tinycomments_author_name when empty string provided (#3493) * DOC-2498: Default values for tinycomments_author and tinycomments_author_name when empty string provided * Fix typo * DOC-2498: Removing annotated content, now, removes associated conversation card from the sidebar. (#3498) * DOC-2498: Autocompleter would not activate after applying an inline format like font size in some cases. (#3483) * DOC-2498: The command MarkdownInsert is now registered immediately and operates in an async manner, instead of waiting for resources before registering the command. (#3484) * DOC-2498: Closing a nested modal dialog would lose focus from the editor. (#3482) * DOC-2498: Closing a nested modal dialog would lose focus from the editor. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2498: Improve Document Converter default value for `<pluginname>converter-options` (#3489) * DOC-2498: Added default values for document converter plugins. * DOC-2498: Update default values in plugin.adoc pages. * Update modules/ROOT/partials/configuration/exportpdf.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2498: Pasting plain text with the `mceInsertClipboardContent` command is now a synchronous action, to match TinyMCE core behaviour. (#3492) * DOC-2498: Pasting plain text with the mceInsertClipboardContent command is now a synchronous action, to match TinyMCE core behaviour. * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/7.5-release-notes.adoc * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> --------- Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> * DOC-2564: Release Note Entry for Mentions in Comments (#3500) * DOC-2564: Release Note Entry for Mentions in Comments * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Add backlink for tinycomments_mentions_enabled * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Update modules/ROOT/pages/7.5-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * Update modules/ROOT/pages/7.5-release-notes.adoc * Update modules/ROOT/pages/7.5-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> * DOC-2498: Pre release cleanup, removal of template material. * DOC-2498: Added support for using raw CSS in the list of possible colours, using the `color_map_raw` property. (#3501) * DOC-2498: Added support for using raw CSS in the list of possible colours, using the color_map_raw property. * DOC-2598: Add note to thank @andrewnicols for contributing to this feature. * Update modules/ROOT/pages/7.5-release-notes.adoc * Update modules/ROOT/pages/changelog.adoc * Update modules/ROOT/pages/7.5-release-notes.adoc * Update modules/ROOT/pages/7.5-release-notes.adoc * DOC-2498: Copy edits. --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: Arvin(Jintao) Han <20640097+ArvinJ-H@users.noreply.github.com> Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>
9 months ago
4 years ago
4 years ago
4 years ago
DOC-1532: Fixed various markdown -> asciidoc conversion issues (#2253) * TINY-8441: Revert changes that weren't ready to merge * DOC-1532: Liquid fixes and cleanup the content config docs * DOC-1532: Fixed markdown -> asciidoc conversion issues (accessibility section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (support section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (security section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (getting started section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (changelog section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (learn-the-basics section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (cloud deployment guide section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (services guide section - intro, troubleshoot) * DOC-1532: Fixed markdown -> asciidoc conversion issues (customizing the editor appearance section) * TINY-8441: PR fixes from core requires updates to docs (#2248) * TINY-8441: PR fixes from core requires updates to docs * TINY-8441: Added missing id Co-authored-by: Lee Newson <lee.newson@tiny.cloud> * DOC-1532: Fixed markdown -> asciidoc conversion issues (docker containers section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (Images Guide section) * DOC-1532: Fixed heading levels in Images Guide section * DOC-1532: Fixed markdown -> asciidoc conversion issues (Generate public key pairs file) * DOC-1532: Fixed markdown -> asciidoc conversion issues (Migrating from Froala file) * DOC-1532: Fixed markdown -> asciidoc conversion issues (Examples section) * DOC-1532: Fixed markdown -> asciidoc conversion issues (creating custom ui components section) * DOC-1532: Fixed incorrect heading levels for open source plugin options * DOC-1532: Fixed markdown -> asciidoc conversion issues (Migrating from 5x file) * DOC-1559: Converted release notes template files to asciidoc * DOC-1559: Fixed some list markup * DOC-1532: Fixed markdown -> asciidoc conversion issues (release information section) * DOC-1532: Fixed various markdown -> asciidoc conversion issues * DOC-1532: Fixed various markdown -> asciidoc conversion issues * DOC-1532: Fixed a minor typo * DOC-1532: Fixed the inline code sample not resolving attributes * DOC-1532: Fixed missing ids for open source plugin options * DOC-1532: Fixed missing xrefs for open source plugins * DOC-1532: Fixed markdown -> asciidoc conversion issues (premium plugins section) Co-authored-by: Lee Newson <lee.newson@tiny.cloud> * DOC-1532: Fixed more markdown -> asciidoc conversion issues in various sections * DOC-1532: Fixed more markdown -> asciidoc conversion issues in various sections * DOC-1532: Fixed more markdown -> asciidoc conversion issues in various sections Co-authored-by: Luke Trouton <luke.trouton@tiny.cloud> Co-authored-by: EkimChau <mike.chau@tiny.cloud> Co-authored-by: MitchCTiny <mitchell.crompton@tiny.cloud>
3 years ago
4 years ago
DOC-2284: Add new documentation for `Revision History` Plugin. (#3071) * added initial outline for new revisionhistory plugin * revisionhistory plugin demo * added revision-history icon to icon list * added commands for revisionhistory plugin * added initial outline of configuration options for revisionhistory plugin * added events for revisionhistory plugin * added revisionhistory plugin entries to nav.adoc and premium-plugins.adoc * added docs for ToggleView command in query command values * added menubar button docs for revisionhistory plugin * added toolbar button docs for revisionhistory plugin * improvements to revisionhistory.adoc * improvements to revisionhistory configuration options * updated the sample revisions in plugin demo * added admonition about inline mode not supported * TINY-10363 added note about how the plugin treats commented HTML in the editor * DOC-2284: Update revision history doc template * fix typo in demo * add revisionhistory to `defaultmenuitems.adoc` under `View` menu * DOC-2284: More changes * DOC-2248: Update options * DOC-2248: Update demos * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/partials/configuration/revisionhistory_diff_classes.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * Update modules/ROOT/partials/events/revisionhistory-events.adoc * Update modules/ROOT/partials/configuration/revisionhistory_fetch.adoc * Update modules/ROOT/partials/configuration/revisionhistory_fetch.adoc * Update modules/ROOT/partials/configuration/revisionhistory_css_url.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * DOC-2284: Minor changes * DOC-2284: Fix merge conflicts * DOC-2284: Minor tweets and fix broken refs * DOC-2284: Update revision history brief on premium plugins page * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> * DOC-2284: Correct command name and remove spaces in demo * improve wording in `admon-paid-addon-pricing.adoc` * change revision history demo to pull initial content from latest revision * fix typos * correction to the understanding versions table * undo changes to the revision history demo from ef19aa6 * add custom `Save a version` button to demo toolbar * fix heading levels * add notifications to `Save a revision` * DOC-2284: Update example * DOC-2284: Reword a few places * DOC-2284: Move limitations and issues to release page * DOC-2284: Remove limitation on diffing content of code sample * DOC-2284: Remove save a version button in the interactive demo * DOC-2284: Shorten handling versions table * DOC-2284: Correct demo for fetch * Update modules/ROOT/partials/index-pages/premium-plugins.adoc * DOC-2284: add admon specific to plugin with link to slug. * DOC-2284: Change text in the table header and premium plugin * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/pages/revisionhistory.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/partials/configuration/revisionhistory_diff_classes.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> * Update modules/ROOT/partials/configuration/revisionhistory_css_url.adoc Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com> --------- Co-authored-by: Ben Tran <ben.tran@tiny.cloud> Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com> Co-authored-by: shirqa <43625458+ShiridiGandham@users.noreply.github.com>
1 year ago
DOC-2267: Add new documentation for `ImportWord` Plugin. (#3094) * Add new documenation for ImportWord Plugin. * DOC-2267: add note for self-hosted customers. * Update modules/ROOT/partials/configuration/importword.adoc * DOC-2267: update paid addon admon and attached api https link. * Update modules/ROOT/partials/configuration/importword.adoc * Update modules/ROOT/pages/importword.adoc * Update modules/ROOT/partials/plugin-apis/importword-apis.adoc * Update modules/ROOT/pages/editor-command-identifiers.adoc Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * Update modules/ROOT/partials/commands/importword-cmds.adoc * Update modules/ROOT/partials/configuration/importword.adoc * DOC-2267: copy edits, removal of demo. * add menu item to `available-menu-items.adoc` * add toolbar button to `available-toolbar-buttons.adoc` * add menu item to `defaultmenuitems.adoc` * Update modules/ROOT/partials/commands/importword-cmds.adoc * Update importword-cmds.adoc Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> * Update importword-cmds.adoc Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> * Update modules/ROOT/partials/commands/importword-cmds.adoc * Update modules/ROOT/pages/importword.adoc * DOC-2267: update api reference, copy edits and cleanup. * Update modules/ROOT/pages/importword.adoc * Update modules/ROOT/pages/importword.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2267: add admon specific to plugin. --------- Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: Farzad Hayatbakhsh <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud>
1 year ago
DOC-2268: Add new documentation for `ExportWord` Plugin. (#3072) * DOC-2268: Add new plugin documentation for ExportWord Premium Plugin for TinyMCE 7.0. * DOC-2268: add toolbar and menu-items, updated icon.svg file and various file corrections. * DOC-2268: add svg for export-word to support editor-icon-identifiers.adoc * DOC-2268: add paid addon message, events, api documenation link, and both exportword_converter_options and exportword_converter_style. * Update modules/ROOT/partials/plugin-apis/exportword-apis.adoc * Update modules/ROOT/pages/exportword.adoc * DOC-2268: various copy edits, fixes and removal of demo files. * Update modules/ROOT/pages/exportword.adoc * Update modules/ROOT/partials/configuration/exportword.adoc * Update modules/ROOT/partials/configuration/exportword.adoc * Update modules/ROOT/partials/configuration/exportword.adoc * add menu item to `defaultmenuitems.adoc` * Update modules/ROOT/partials/commands/exportword-cmds.adoc Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> * Update modules/ROOT/partials/commands/exportword-cmds.adoc Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> * Update modules/ROOT/pages/available-menu-items.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/module-loading/bundling-plugin-files.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/module-loading/bundling-plugin-files.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/misc/premium-plugin-list.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/available-toolbar-buttons.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/index-pages/premium-plugins.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/configuration/exportword.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/partials/commands/exportword-cmds.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/exportword.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/editor-command-identifiers.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/exportword.adoc * Update modules/ROOT/partials/configuration/exportword.adoc * DOC-2268: Update api reference links, copy edits and cleanup. * Update modules/ROOT/pages/editor-command-identifiers.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/exportword.adoc * Update modules/ROOT/pages/exportword.adoc * Update modules/ROOT/pages/exportword.adoc * DOC-2268: merged two known issues into one note block. * DOC-2268: update admon specific for Export to Word, copy edits. * Update modules/ROOT/pages/exportword.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * Update modules/ROOT/pages/exportword.adoc --------- Co-authored-by: Farzad Hayatbakhsh <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>
1 year ago
DOC-2266: Add new documentation for `ExportPDF` plugin. (#3078) * DOC-2266: Add new documenation for ExportPDF plugin. * Update modules/ROOT/partials/configuration/icon_list.adoc * DOC-2266: add svg for export-pdf to support editor-icon-identifiers.adoc * DOC-2266: add paid addon admon, export converter options to plugin documentation. * Update modules/ROOT/partials/plugin-apis/exportpdf-apis.adoc * Update modules/ROOT/partials/commands/exportpdf-cmds.adoc Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> * Update modules/ROOT/partials/commands/exportpdf-cmds.adoc Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> * Update modules/ROOT/partials/configuration/exportpdf.adoc Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> * Update modules/ROOT/pages/exportpdf.adoc * Update modules/ROOT/pages/exportpdf.adoc * Update modules/ROOT/pages/exportpdf.adoc * Update modules/ROOT/examples/live-demos/exportpdf/index.html Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * Update modules/ROOT/examples/live-demos/exportpdf/index.html Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * Update modules/ROOT/pages/exportpdf.adoc * Update modules/ROOT/examples/live-demos/exportpdf/index.html * Update modules/ROOT/partials/menu-item-ids/exportpdf-menu-items.adoc * Update modules/ROOT/partials/misc/premium-plugin-list.adoc * Update modules/ROOT/pages/exportpdf.adoc Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> * Update modules/ROOT/partials/configuration/exportpdf.adoc * Update modules/ROOT/partials/configuration/exportpdf.adoc * Update modules/ROOT/partials/configuration/exportpdf.adoc * DOC-2266: copy edits, removal of demo. * Update modules/ROOT/partials/configuration/exportpdf.adoc * Update modules/ROOT/partials/configuration/exportpdf.adoc * Update modules/ROOT/partials/configuration/exportpdf.adoc * add menu item to `available-menu-items.adoc` * add menu item to `defaultmenuitems.adoc` * Update modules/ROOT/pages/exportpdf.adoc * Update modules/ROOT/pages/exportpdf.adoc * Update modules/ROOT/partials/commands/exportpdf-cmds.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/exportpdf.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * Update modules/ROOT/pages/exportpdf.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> * DOC-2266: update api reference, copy edits and clean up. * Update modules/ROOT/pages/exportpdf.adoc * Update exportpdf.adoc Co-authored-by: Farzad Hayat <farzad.hayatbakhsh@tiny.cloud> * DOC-2266: update admon specific to plugin. --------- Co-authored-by: vpyshnenko <viktor.pyshnenko@tiny.cloud> Co-authored-by: Hamza Benkhaldoun <hamza0867@gmail.com> Co-authored-by: Farzad Hayatbakhsh <farzad.hayatbakhsh@tiny.cloud> Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>
1 year ago
4 years ago
4 years ago
  1. name: tinymce
  2. title: TinyMCE Documentation
  3. version: '7'
  4. asciidoc:
  5. attributes:
  6. # anchor configuration (the @ allows it to be overridden if required)
  7. idprefix: '@'
  8. idseparator: '-@'
  9. # generic variables
  10. companyurl: https://www.tiny.cloud
  11. cdnurl: https://cdn.tiny.cloud/1/no-api-key/tinymce/7/tinymce.min.js
  12. tdcdnurl: https://cdn.tiny.cloud/1/_your_api_key_/tinydrive/7/tinydrive.min.js
  13. tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/7/tinymce.min.js
  14. tinydrive_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinydrive/7/tinydrive.min.js
  15. webcomponent_url: https://cdn.jsdelivr.net/npm/@tinymce/tinymce-webcomponent/dist/tinymce-webcomponent.min.js
  16. jquery_url: https://cdn.jsdelivr.net/npm/@tinymce/tinymce-jquery@2/dist/tinymce-jquery.min.js
  17. openai_proxy_url: https://openai.ai-demo-proxy.tiny.cloud/v1/chat/completions
  18. openai_proxy_token: eyJhbGciOiJFUzM4NCJ9.eyJhdWQiOlsiaHR0cHM6Ly9vcGVuYWkuYWktZGVtby1wcm94eS50aW55LmNsb3VkLyJdLCJleHAiOjE3NTEzMjgwMDAsImh0dHBzOi8vb3BlbmFpLmFpLWRlbW8tcHJveHkudGlueS5jbG91ZC9yb2xlIjoicHVibGljLWRlbW8iLCJpc3MiOiJodHRwczovL2FpLWRlbW8tcHJveHkudGlueS5jbG91ZC8iLCJqdGkiOiJmOGFmY2EyNC1mN2FhLTQxMjktYTc2Yy02YThlZDU3YjAyZjYiLCJzdWIiOiJhaS1hc3Npc3RhbnQtZGVtbyJ9.Xu0apHCbxgmRQTeTqrTIDFFhh2CgKeARRXa3mCxSGoCwZqkoQaFRZBCzDo8Xz7DuUa5mW2XHl-HYcYiXJM9ly16d0oY7lJefHBeLlmJEBE1CSttHBkCRWZS8eFLCasL6
  19. default_meta_keywords: tinymce, documentation, docs, plugins, customizable skins, configuration, examples, html, php, java, javascript, image editor, inline editor, distraction-free editor, classic editor, wysiwyg
  20. # product docker variables
  21. dockerimageimportfromwordexporttoword: registry.containers.tiny.cloud/docx-converter-tiny
  22. dockerimageexporttopdf: registry.containers.tiny.cloud/pdf-converter-tiny
  23. dockerimageexporttopdfwindows: registry.containers.tiny.cloud/pdf-converter-windows-tiny
  24. # document converter placeholder variables
  25. exportpdf_service_url: exportpdf_service_url placeholder
  26. # product variables
  27. productname: TinyMCE
  28. productmajorversion: 7
  29. productminorversion: '7.8'
  30. ##### product name in codeblock
  31. prodnamecode: tinymce
  32. #### more names
  33. companyname: Tiny
  34. companynameformal: Tiny Technologies, Inc.
  35. cloudname: Tiny Cloud
  36. cloudfilemanager: Tiny Drive
  37. enterpriseversion: TinyMCE Enterprise
  38. communityname: TinyMCE Community
  39. accountpage: Tiny Account
  40. supportname: Tiny Support
  41. contactsales: Contact Sales
  42. betaprogram: Tiny Insights Program
  43. #### some plugin names
  44. prem_skins_icons: Enhanced Skins & Icon Packs
  45. #### Plan names
  46. tieroneplan: Tiny Cloud Core Plan
  47. tiertwoplan: Tiny Cloud Essential Plan
  48. tierthreeplan: Tiny Cloud Professional Plan
  49. enterpriseplan: Tiny Custom Plans
  50. ## common tiny.cloud URLs
  51. supporturl: https://support.tiny.cloud
  52. plugindirectory: https://www.tiny.cloud/tinymce/features/
  53. gettiny: https://www.tiny.cloud/get-tiny
  54. blogurl: https://www.tiny.cloud/blog
  55. download-community: https://www.tiny.cloud/get-tiny/self-hosted/
  56. download-enterprise: https://www.tiny.cloud/my-account/downloads/
  57. accountpageurl: https://www.tiny.cloud/my-account
  58. accountkeyurl: https://www.tiny.cloud/my-account/key-manager/
  59. accountjwturl: https://www.tiny.cloud/my-account/jwt/
  60. accountsignup: https://www.tiny.cloud/auth/signup
  61. pricingpage: https://www.tiny.cloud/pricing
  62. contactpage: https://www.tiny.cloud/contact
  63. legalpages: https://www.tiny.cloud/legal
  64. communitysupporturl: https://stackoverflow.com/questions/tagged/tinymce
  65. betaprogramurl: https://www.tiny.cloud/insights-program/
  66. # plugin-specific tiny.cloud URLs
  67. aipricingurl: https://www.tiny.cloud/tinymce/features/ai-integration/
  68. revisionhistorypricingurl: https://www.tiny.cloud/tinymce/features/revision-history/
  69. importwordpricingurl: https://www.tiny.cloud/tinymce/features/import-from-word/
  70. exportwordpricingurl: https://www.tiny.cloud/tinymce/features/export-word/
  71. exportpdfpricingurl: https://www.tiny.cloud/tinymce/features/export-pdf/
  72. # HTML entities
  73. tick: '&#10004;'
  74. cross: '&#10006;'
  75. tab: '&#160;&#160;'
  76. newline: '<br>'
  77. virt_ellps: '&#8942;'
  78. ellps: '&#133;'
  79. # Prevent Mergetags becoming variables
  80. prefix: '{{'
  81. suffix: '}}'
  82. # Demo logos
  83. logofordemos: 'https://www.tiny.cloud/docs/images/logos/android-chrome-256x256.png'
  84. logofordemoshtml: '<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Tiny Logo" src="https://www.tiny.cloud/docs/images/logos/android-chrome-256x256.png" alt="TinyMCE Logo" width="128" height="128"></p>'
  85. logofordemoshtmlright: '<p><img style="float: right;" title="Tiny Logo" src="https://www.tiny.cloud/docs/images/logos/android-chrome-256x256.png" alt="TinyMCE Logo" width="128" height="128"></p>'
  86. nav:
  87. - modules/ROOT/nav.adoc
  88. - modules/ROOT/moxiedoc_nav.adoc