Skip to content

federicotdn/sevilla

Repository files navigation

Sevilla
Build status Heroku Deploy License Code style: black

Sevilla is a self-hosted server application, which allows you to quickly write down notes on your mobile phone's (or desktop's) web browser to read them at another time.

Sevilla tries to be as lightweight as possible, and avoids adding any unecessary steps between having an idea or thought and writing it down. As a note is written, it is automatically sent to the server and persisted.

Sevilla doesn't aim to be a full-fledged notes management system, and therefore has a very limited set of features. The general idea is to use it as an "input" for new notes, and then later copy those notes to another place like Org mode.

Other properties of the project include:

  • Uses SQLite or PostgreSQL to store notes.
  • Can be accessed from a mobile or desktop web browser.
  • Works pretty well on slow connections (tested on EDGE).
  • Can be used as a clipboard between devices.
  • Has an option to hide notes (this acts as a soft delete).
  • Has a very simple search function (case-folding).

Screenshots

Sevilla

License

Copyright © 2020 Federico Tedin.

Distributed under the GNU General Public License, version 3.