From 240fbf1720e2f3ab1615b210c1294fc1383a26a5 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 17 Nov 2017 21:34:04 +0000 Subject: [PATCH] Trying to publish website from /docs --- CliClient/app/build-website.js | 6 +++--- README.md | 2 +- docs/index.html | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CliClient/app/build-website.js b/CliClient/app/build-website.js index 943a267513..d6579c3b47 100644 --- a/CliClient/app/build-website.js +++ b/CliClient/app/build-website.js @@ -116,8 +116,8 @@ const headerHtml = `
- -

oplin

+ +

oplin

A free, open source, note taking and to-do application with synchronisation capabilities.

@@ -200,7 +200,7 @@ async function main() { const md = fs.readFileSync(rootDir + '/README.md', 'utf8'); const html = markdownToHtml(md); - fs.writeFileSync(rootDir + '/index.html', html); + fs.writeFileSync(rootDir + '/docs/index.html', html); } main().catch((error) => { diff --git a/README.md b/README.md index afad80278e..c6d53f720d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The notes can be [synchronised](#synchronisation) with various targets including Joplin is still under development but is out of Beta and should be suitable for every day use. The UI of the terminal client is built on top of the great [terminal-kit](https://github.com/cronvel/terminal-kit) library, the desktop client using [Electron](https://electronjs.org/), and the Android client front end is done using [React Native](https://facebook.github.io/react-native/). - + # Installation diff --git a/docs/index.html b/docs/index.html index dcd38ee743..d81d73431f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -111,8 +111,8 @@
- -

oplin

+ +

oplin

A free, open source, note taking and to-do application with synchronisation capabilities.

@@ -120,8 +120,8 @@

Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified with your own text editor.

Notes exported from Evernote via .enex files can be imported into Joplin, including the formatted content (which is converted to markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.).

The notes can be synchronised with various targets including the file system (for example with a network directory) or with Microsoft OneDrive. When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.

-

Joplin is still under development but is out of Beta and should be suitable for every day use. The UI of the terminal client is built on top of the great terminal-kit library, and the Android client front end is done using React Native.

-

+

Joplin is still under development but is out of Beta and should be suitable for every day use. The UI of the terminal client is built on top of the great terminal-kit library, the desktop client using Electron, and the Android client front end is done using React Native.

+

Installation

Three types of applications are available: desktop (Windows, macOS and Linux), mobile (Android) or for terminal emulator (Windows, macOS and Linux). All applications have similar user interfaces and can synchronise with each others.

Desktop applications