nuxeo-documentation-links

Provides suggestions of actual page and file links

nuxeo

137

2

0.1.0

MIT

GitHub

This package provides the following services:

Atom nuxeo-documentation-links package

Provides suggestions for {{file ...}} and {{page ...}} links.

Taken from editor.json which is produced by the documentation build.

Example Animation

Installation

pushd ~
mkdir -p github && cd $_
git clone https://github.com/nuxeo/atom-documentation-links atom-documentation-links && cd $_
npm install
cd ..
apm link atom-documentation-links
popd

Config

Cmd + ,/Ctrl + , for Settings > Packages, search for 'Nuxeo' > Settings. Set the path/url to a local path or use the default which is the latest live version.

Debugging

run Atom with -d flag.

atom -d

Ctrl + Shift + i Inspector > Console.

localStorage.debug = 'nuxeo-documentation-links*'