diff --git a/README.md b/README.md index cd903a3..713d832 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Change the title bar in the docs ``` ###Docs Path: -If you'd prefer to keep your docs outside of the Daux.io directory, you can provide the filepath. +If you'd prefer to keep your docs outside of the Daux.io directory, you can provide the filepath. Note: Your `config.json` file will need to remain in `/daux.io/docs`. @@ -173,6 +173,17 @@ Include custom links in the sidebar. } ``` +###File editor: +![File editor](https://f.cloud.github.com/assets/1788727/1954191/44358884-81d1-11e3-859d-254b9fb81808.png) + +Enable front-end Markdown editor. _Disabled by default_. + +```json +{ + "file_editor" => true +} +``` + ###Google Analytics: This will embed the google analytics tracking code. @@ -226,7 +237,7 @@ By default, daux.io will display the last modified time as reported by the syste ```json { "date_modified": false -} +} ``` ###Timezone @@ -300,7 +311,7 @@ If you have set up a local or remote IIS web site, you may need a `web.config` w The `web.config` needs an entry for `` under ``: ```xml - + diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index 937ef46..8d68d6d 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -171,6 +171,15 @@ Include custom links in the sidebar. } ``` +###File editor: +Enable front-end Markdown editor. _Disabled by default_. + +```json +{ + "file_editor" => true +} +``` + ###Google Analytics: This will embed the google analytics tracking code. @@ -224,7 +233,7 @@ By default, daux.io will display the last modified time as reported by the syste ```json { "date_modified": false -} +} ``` ###Timezone @@ -267,7 +276,7 @@ If you have set up a local or remote IIS web site, you may need a `web.config` w The `web.config` needs an entry for `` under ``: ```xml - + diff --git a/libs/functions.php b/libs/functions.php index 47e837f..e9a5b43 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -48,7 +48,7 @@ function get_options() { 'piwik_analytics_id' => 1, 'ignore' => array(), 'languages' => array(), - 'file_editor' => true + 'file_editor' => false ); // Load User Config