Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Example FontoXML editor for DITA

License

NotificationsYou must be signed in to change notification settings

FontoXML/dita-example-editor

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.

Installation

  • InstallNodeJS.
  • Make sure you have afonto.lic license 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.gitignore file.
  • Commit the proprietary code inplatform/ and additional configuration packages that were downloaded intopackages/to your version control.

Configuring the editor

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 run

Please seedocumentation.fontoxml.com for extensive guides, tutorials and APIreference documentation.

See also:

Deploying the editor

The application can be built using the following command:

$ fdt editor build

This 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

Stars

Watchers

Forks

Packages

No packages published

Contributors15


[8]ページ先頭

©2009-2025 Movatter.jp