No description
Find a file
2023-04-24 15:33:59 +03:00
.github Create dependabot.yml (#4) 2023-04-24 15:33:59 +03:00
docs/imgs doc: logo 2023-04-21 17:34:28 +03:00
public doc: logo 2023-04-21 17:34:28 +03:00
src fix: linting 2023-04-22 12:23:29 +03:00
.env.example Mongodb migration (#3) 2023-04-24 09:56:50 +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 feat: some asian languages 2023-04-19 16:37:50 +03:00
changelog.md doc: add link to pull request in changelog 2023-04-24 10:32:07 +03:00
core.js Mongodb migration (#3) 2023-04-24 09:56:50 +03:00
index.html fix: Lies in the comments 2023-04-24 11:56:38 +03:00
index.js Mongodb migration (#3) 2023-04-24 09:56:50 +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 Mongodb migration (#3) 2023-04-24 09:56:50 +03:00
package.json Mongodb migration (#3) 2023-04-24 09:56:50 +03:00
postcss.config.cjs Initial commit 2023-04-19 16:35:38 +03:00
README.md doc: fix documentation 2023-04-24 15:26:14 +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
  • 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

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