|
@@ -53,7 +53,8 @@ When you edit a Wiki page, the Git tab will show any unstaged changes. When you'
|
|
|
|
|
|
You can add more GitHub controls to the editor by adding the package `*git-plus*`.
|
|
|
|
|
|
-You can preview your documents by selecting the document and using the keyboard shortcut kbd:[ctrl]+kbd:[shift]+kbd:[A] or by using the File header menu menu:Packages[AsciiDoc Preview>Toggle Preview].
|
|
|
+You can preview your documents by selecting the document and using the keyboard shortcut kbd:[ctrl]+kbd:[shift]+kbd:[A] or by using the File header menu menu:Packages[AsciiDoc Preview>Toggle Preview].
|
|
|
+
|
|
|
|
|
|
== Wiki Template
|
|
|
|
|
@@ -103,7 +104,7 @@ Snippets are an incredibly powerful way to quickly generate commonly needed code
|
|
|
|
|
|
One advantage of using Atom as an editor for the Wiki comes from the use of link:http://flight-manual.atom.io/using-atom/sections/snippets/[Snippets]. You can see a list of available snippets for your document by using the `Command Palette` (kbd:[ctrl]+kbd:[shift] +kbd:[P] or `menu:Packages[Command Palette>Toggle]`). Enter "`snippets`" into the search box and select btn:[Snippets: Available].
|
|
|
|
|
|
-The Atom AsciiDoc packages add great functionality to the editor, but they do not cover everything that's possible when using AsciiDoctor syntax. You can customize the editor even further by adding your own snippets. I will get you started with your first snippet. Simply copy and paste the code below into your "`snippets.cson`" file and save.
|
|
|
+The Atom AsciiDoc packages add great functionality to the editor, but they do not cover everything that's possible when using AsciiDoctor syntax. You can customize the editor even further by adding your own snippets. I will get you started with your first snippet. Simply copy and paste the code below into your "`snippets.cson`" file and save. You can locate the file under menu:File[Snippets].
|
|
|
|
|
|
[source]
|
|
|
----
|