Updated Branches: refs/heads/master 94bdce939 -> 124cc4ae4
[CB-3816] Fix formatting issues in guide/cli/index.md Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/124cc4ae Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/124cc4ae Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/124cc4ae Branch: refs/heads/master Commit: 124cc4ae4ced18a5b112cbf92a83f9462e555619 Parents: 94bdce9 Author: Mike Sierra <[email protected]> Authored: Thu Jul 25 12:02:01 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Thu Jul 25 11:03:29 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/cli/index.md | 71 +++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/124cc4ae/docs/en/edge/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md index 3b728d6..23952c6 100644 --- a/docs/en/edge/guide/cli/index.md +++ b/docs/en/edge/guide/cli/index.md @@ -231,52 +231,73 @@ repository for the plugin code. Here are examples of features you might add: * Basic device information: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git + * Network and battery status: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git + * Accelerometer, compass, and geolocation: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git + * Camera, media capture, and media playback: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git + * Access files on device or network: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git + * Notifications via dialog box or vibration: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git + * Contacts: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git + * Globalization: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git + * Splash Screen: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git + * In-app browser: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git + + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git + * Debug console: - $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git -Use `plugin ls` (or `plugin list`) to view currently installed -plugins. Each displays by its identifier: + $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git + +Use `plugin ls` (or `plugin list`, or `plugin` by itself) to view +currently installed plugins. Each displays by its identifier: - $ cordova plugin ls # or 'plugin list' - [ 'org.apache.cordova.core.console' ] + $ cordova plugin ls # or 'plugin list' + [ 'org.apache.cordova.core.console' ] To remove a plugin, refer to it by the same identifier that appears in the listing. For example, here is how you would remove support for a debug console from a release version: - $ cordova plugin rm org.apache.cordova.core.console - $ cordova plugin remove org.apache.cordova.core.console # same + $ cordova plugin rm org.apache.cordova.core.console + $ cordova plugin remove org.apache.cordova.core.console # same You can batch-remove or add plugins by specifying more than one argument for each command. -## Customize each Platform +## Customize Each Platform While Cordova allows you to easily deploy an app for many different platforms, sometimes you need to add customizations. In that case,
