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)
3a8ccaea9e
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
cmd/openkeepd | ||
devzone | ||
internal/models/db | ||
.gitignore | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
openkeepd
A free and opensource clone of 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