Go to file
2023-09-13 10:53:31 +03:00
.github Revert "Update deploy.yml" 2023-09-13 10:53:31 +03:00
docs/imgs doc: add gif 2023-04-24 15:43:03 +03:00
public doc: update about page 2023-04-27 19:01:46 +03:00
src Update openai.js 2023-09-11 10:53:21 +03:00
.dockerignore docker 2023-09-11 12:01:44 +03:00
.env.example Encryption (#26) 2023-05-24 17:28:00 +03:00
.eslintrc.cjs fix: linting 2023-04-22 12:23:29 +03:00
.gitattributes Initial commit 2023-04-19 16:35:38 +03:00
.gitignore doc: update changelog 2023-08-27 21:30:52 +03:00
changelog.md doc: update changelog 2023-08-27 21:30:52 +03:00
core.js Encryption (#26) 2023-05-24 17:28:00 +03:00
docker-compose.yml docker 2023-09-11 12:01:44 +03:00
Dockerfile ci: caprover docker deploy 2023-09-13 10:12:01 +03:00
index.html fix: Lies in the comments 2023-04-24 11:56:38 +03:00
index.js Dev (#68) 2023-08-24 20:06:45 +03:00
LICENSE Initial commit 2023-04-19 16:35:38 +03:00
note_validator.js doc: update license (#2) 2023-04-21 13:18:00 +03:00
package-lock.json Dev (#68) 2023-08-24 20:06:45 +03:00
package.json Dev (#68) 2023-08-24 20:06:45 +03:00
postcss.config.cjs Initial commit 2023-04-19 16:35:38 +03:00
README.md doc: update changelog and readme 2023-04-29 09:45:40 +03:00
tailwind.config.cjs Initial commit 2023-04-19 16:35:38 +03:00
vite.config.js fix: allow top level async\await 2023-04-19 16:37:50 +03:00

Anopaper logo with text

FOSSA Status

AnoPaper is a notes service that allows you to save notes locally, complete notes using OpenAI API, collaborate on notes with other users and more. The notes supports markdown, MathJax, and GFM syntax.

Running on: https://anopaper.artegoser.ru/

Features

  • Save notes locally
  • Edit local notes
  • Publish one-time notes (when read, the note is deleted from the server and saved locally)
  • Use OpenAI API to complete notes (with your own api key)
  • Collaborate with other users on notes
  • Synchronize data across devices
  • Support markdown, MathJax, and GFM syntax

See changelog for more information

AI completion gif

Local installation

  • Setup repository
git clone https://github.com/artegoser/AnoPaper.git
npm install
npm run build
  • Look at .env.example and create your .env file

  • Start server

npm start

Contributing

Contributions are welcome! If you would like to contribute to this project, please create a pull request.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.

FOSSA Status