- Notifications
You must be signed in to change notification settings - Fork8
Example FontoXML editor for DITA
License
FontoXML/dita-example-editor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is an example editor configuration for DITA 1.3 element support in Fonto. The code in this repository is foreducational purposes. Fonto does not provide any warranty with regards to feature-completeness or stability of thispackage. Please see the license file for more information.
Fonto's proprietary code inplatform/ is not included with this repository. Please use theFontoXMLdevelopment tools to download this code. See alsothe install instructions in this README file.
This Fonto configuration is built fora subset of DITA 1.3that avoids ambiguity around mixed content and block-level elements in some places.
- InstallNodeJS.
- Make sure you have a
fonto.liclicense file in your project directory, or a parent directory thereof. Contactteam@fontoxml.com in order to obtain a license. - Install FDT:
$ npm install --global @fontoxml/fontoxml-development-tools - Download Fonto's proprietary code:
$ cd dita-example-editor$ npm install - Remove the line
/platform/from the.gitignorefile. - Commit the proprietary code in
platform/and additional configuration packages that were downloaded intopackages/to your version control.
Fonto provides a development server that will run onlocalhost:8080 by default, and allows you to see changes in youreditor without having to rebuild the application. This is the recommended approach to rapidly iterate on your editorconfiguration:
$ fdt editor runPlease seedocumentation.fontoxml.com for extensive guides, tutorials and APIreference documentation.
See also:
- Getting started
- Configure elements
- Create operations
- Create a masthead
- Create a modal
- Create a sidebar
- Create a popover
The application can be built using the following command:
$ fdt editor buildThis compiles the various configuration source files into thedist/ directory. You can deploy the Fonto editor to yourenvironment by serving those files from your own host.
See also:
For additional help for this command, run:$ fdt editor --help
About
Example FontoXML editor for DITA
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.