mirror of
https://github.com/ChronosX88/openkeepd.git
synced 2024-11-08 18:41:00 +00:00
OpenKeep is free and open source clone of Google Keep note-taking service (server-part)
cmd/openkeepd | ||
devzone | ||
.gitignore | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
openkeepd
A free and opensource alternative to Google Keep note-taking service (server-part)
TODO: Fill out this long description.
Features:
- Account system (username/password/display name/avatar)
- Plain-text notes
- Note synchronization across many clients
- Note sharing
- TODO-lists
- WYSIWYG notes
- Pin notes
- Attach media to notes
- Tagging notes
Table of Contents
Install
// TODO
Usage
// TODO
API
Maintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2019 ChronosX88