36 lines
1.5 KiB
Org Mode
36 lines
1.5 KiB
Org Mode
#+TITLE:
|
|
#+AUTHOR: Bob Mottram
|
|
#+EMAIL: bob@freedombone.net
|
|
#+KEYWORDS: freedombone, edith, notes
|
|
#+DESCRIPTION: How to use Edith notes
|
|
#+OPTIONS: ^:nil toc:nil
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
|
|
|
|
#+BEGIN_CENTER
|
|
[[file:images/logo.png]]
|
|
#+END_CENTER
|
|
|
|
#+BEGIN_EXPORT html
|
|
<center>
|
|
<h1>Edith Notes</h1>
|
|
</center>
|
|
#+END_EXPORT
|
|
|
|
Edith notes is the simplest and quickest kind of notes system. It has no complicated user interface. Just enter your domain and a title and a note will be created. Everything typed is saved automatically.
|
|
|
|
The speed and minimalism of this type of notes system may make it suitable for things like shopping lists or distraction free writing.
|
|
|
|
ssh into the system with:
|
|
|
|
#+BEGIN_SRC bash
|
|
ssh myusername@mydomain.com -p 2222
|
|
#+END_SRC
|
|
|
|
Select *Administrator controls* then *App Settings* then *edith*. Enter a subdomain name, such as /notes.mydomain.com/, and optionally a freedns code. When the installation is complete you can then look up the password for the site within the *Passwords* section of the *Administrator control panel*, then navigate to the subdomain. Log in, then enter something like /notes.mydomain.com/testnote/ and start typing.
|
|
|
|
#+BEGIN_CENTER
|
|
[[file:images/edith_notes.jpg]]
|
|
#+END_CENTER
|
|
|
|
It is possible to turn off the login via *App Settings/edith* if you wish, but this will enable anyone on the internet to view or edit notes on your system, which could have obvious privacy or stability implications. From *App settings/edith* it's also possible to browse through your notes files.
|