From f5a824b1e614b34b0d986a6caeaf96094a320dbb Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 15 Jan 2019 19:12:19 +0000 Subject: [PATCH] Removing CLI demo --- docs/terminal/index.html | 4 ---- readme/terminal.md | 8 -------- 2 files changed, 12 deletions(-) diff --git a/docs/terminal/index.html b/docs/terminal/index.html index 7a67cf886..4b6dae5f3 100644 --- a/docs/terminal/index.html +++ b/docs/terminal/index.html @@ -278,10 +278,6 @@

To start it, type joplin.

-

Demo

-

The demo application shows various Wikipedia articles converted to Markdown and organised into notebooks, as well as an example to-do list, in order to test and demonstrate the application. The demo application and its settings will be installed in a separate directory so as not to interfere with any existing Joplin application.

-
npm install -g demo-joplin
-

To start it, type demo-joplin.

Usage

To start the application type joplin. This will open the user interface, which has three main panes: Notebooks, Notes and the text of the current note. There are also additional panels that can be toggled on and off via shortcuts.

diff --git a/readme/terminal.md b/readme/terminal.md index c1674fdf5..ee88358f2 100644 --- a/readme/terminal.md +++ b/readme/terminal.md @@ -18,14 +18,6 @@ Arch Linux | An Arch Linux package is available [here](https://aur.archlinux.org To start it, type `joplin`. -# Demo - -The demo application shows various Wikipedia articles converted to Markdown and organised into notebooks, as well as an example to-do list, in order to test and demonstrate the application. The demo application and its settings will be installed in a separate directory so as not to interfere with any existing Joplin application. - - npm install -g demo-joplin - -To start it, type `demo-joplin`. - # Usage To start the application type `joplin`. This will open the user interface, which has three main panes: Notebooks, Notes and the text of the current note. There are also additional panels that can be toggled on and off via [shortcuts](#shortcuts).