nuxeo-documentation-links
Provides suggestions of actual page and file links
nuxeo 139 2 0.1.0 MIT GitHub

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

  • Close Atom
  • Clone the package repository
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
  • Open Atom

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*'