Folio is a personal wiki, using Python 3.7+. It's somewhat akin to TiddlyWiki, in that it's intended for single-user use.
This project is still in the early alpha stages and very unstable. Data is not guaranteed to be compatible across releases while in alpha. Do not use it for production work of any kind, at least not without making regular backups.
Folio uses Markdown to render text, with some gratuitous additions for things exclusive to Folio (e.g., links within a wiki).
The application runs from a single directory, using SQLite as a database, and so is entirely portable.
- Easy cross-linking between articles (use
[[double square brackets]]
to link directly to an article by name; use[Markdown link](link)
format to link to a URL) - Images (and later, broader support for multimedia like videos)
- Article tagging
- Arbitrary metadata for articles, wikis, multimedia
- Full-text search
- Article versioning
If you're on Windows 10, you can download a pre-packaged binary from the releases list, unpack the archive into a directory with write permissions, and run folio.bat
. Note that you may need to unblock the .ZIP file to unpack it properly.
For other OSes:
- You'll need Python 3.7 or better.
- Download or clone the repository, and place it in a directory where you have write permissions.
- Install the requirements.
- Run
python folio
to start the program. The system web browser will automatically launch to the newly configured home page for the wiki. - The subdirectory
data
will contain the data for the wiki, which can be backed up or restored as needed. - To shut the wiki down, either terminate the running Python session, click the "Shut down" button on the main wiki page, or navigate to the URL
/quit
in the wiki. You'll have to confirm this action.
- Unpack the new release.
- Copy (not move) the
data
folder from the old release into the new one. (Always keep your old data!) - Launch the new release. If there are any changes to the database schema, they will be automatically applied by the new version.
Quite a lot, but mainly:
- A proper test suite
- Export and import
- More sophisticated and configurable page styling options
Please! Pull requests welcome. Please bear in mind our Code of Conduct.
- Plugins
- Multi-user support
Folio is available under the terms of the MIT License.
This project relies on the following third-party packages:
- Open Iconic (SIL Open Font License / MIT License)
- Commonmark.py (MIT license)
- Peewee (MIT license)
- Bootstrap (MIT license)
- jQuery (MIT license)
The default cover image is from Gabriel Sollman / Unsplash.