No description
Find a file
2023-08-27 21:30:01 +03:00
.github Update dependabot.yml (#30) 2023-05-30 12:53:00 +03:00
src feat: locales and licenses 2023-08-27 21:30:01 +03:00
static initialize SvelteKit 2023-08-26 20:42:49 +03:00
.eslintignore initialize SvelteKit 2023-08-26 20:42:49 +03:00
.eslintrc.cjs initialize SvelteKit 2023-08-26 20:42:49 +03:00
.gitattributes Initial commit 2023-04-19 16:35:38 +03:00
.gitignore Update .gitignore 2023-08-27 21:07:42 +03:00
.npmrc initialize SvelteKit 2023-08-26 20:42:49 +03:00
.prettierignore initialize SvelteKit 2023-08-26 20:42:49 +03:00
.prettierrc initialize SvelteKit 2023-08-26 20:42:49 +03:00
changelog.md feat: locales and licenses 2023-08-27 21:30:01 +03:00
LICENSE feat: locales and licenses 2023-08-27 21:30:01 +03:00
package-lock.json feat: locales and licenses 2023-08-27 21:30:01 +03:00
package.json feat: tailwind 2023-08-26 22:31:12 +03:00
postcss.config.js feat: tailwind 2023-08-26 22:31:12 +03:00
README.md feat: locales and licenses 2023-08-27 21:30:01 +03:00
svelte.config.js initialize SvelteKit 2023-08-26 20:42:49 +03:00
tailwind.config.js feat: tailwind 2023-08-26 22:31:12 +03:00
tsconfig.json initialize SvelteKit 2023-08-26 20:42:49 +03:00
vite.config.ts initialize SvelteKit 2023-08-26 20:42:49 +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