Ver Fonte

Updated content.

mitm001 há 8 anos atrás
pai
commit
2f7d0e5142
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      src/docs/asciidoc/wiki/atom_editor.adoc

+ 4 - 4
src/docs/asciidoc/wiki/atom_editor.adoc

@@ -8,13 +8,11 @@
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
-Contributing to the Wiki is now easier than it ever has been. Using the Atom editor will give you an easy to use interface that has code completion, syntax highlighting, instant AsciiDoctor previewing, with an integrated GitHub client.
+Contributing to the Wiki is now easier than it ever has been. Using the Atom editor will give you an easy to use interface that is cross-platform, has code completion, syntax highlighting, instant AsciiDoctor page previewing, with an integrated GitHub client. The only thing it doesn't do is write the page for you.
 
 .Atom Editor Setup
 .  Download and install the Atom editor - https://atom.io/
-
 .  After installation is complete, you can customize the editor by selecting the `Choose A Theme` panel followed by the btn:[Theme Picker] button.
-
 .  Once you are satisfied with the customization of the editor, you will need to add several packages to make Atom AsciiDoctor compatible. Package installation is painless.
 **  From the `Install A Package` panel, select the btn:[Open Installer] button, or select `menu:Packages[Settings View>Install Packages/Themes]` from the file header.
 **  Enter "`asciidoc`" in the search box and press the btn:[Packages] button.
@@ -117,6 +115,8 @@ You can help the jMonkey community by adding new snippets. Use your editor and e
 '''
 Next steps,
 
-Read the Wiki link:https://github.com/jMonkeyEngine/wiki[README.adoc] page. +
+Read the Wiki link:https://github.com/jMonkeyEngine/wiki[README] page. +
 Add  link:http://asciidoctor.org/docs/user-manual/#introduction-to-asciidoctor[Introduction to Asciidoctor] to your favorites, you will refer to it often. +
+Add the link:https://atom.io/docs[Atom Docs] to your favorites. +
+Add the link:http://flight-manual.atom.io/[Atom Flight Manual] to your favorites. +
 Start contributing.