AnoPaper
AnoPaper is a note-taking service that supports Markdown, MathJax and GFM syntax. Support local saving, real-time multi-person collaboration, one-time sharing of notes, and intelligent completion of content using OpenAI API. Make note creation more efficient and smarter.
AnoPaper is a modern privacy taking service that supports Markdown, MathJax mathematical formulas and GFM syntax, and has AI intelligent completion and real-time collaboration functions. | function| description| |------|------| | π Local Notes| Saved in the browser for privacy and security| | π One-time sharing| Public notes that are automatically destroyed after reading| | π€ AI smart completion| Support OpenAI / DeepSeek and others| | π₯ real-time collaboration| Multiple people edit the same note at the same time| | π Cross-device synchronization| Transfer data in real time to other devices| | β¨ Markdown |Support Markdown, MathJax, GFM| ##Data storage instructions (important!) ###Storage Architecture ``` βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Your browser (localStorage) β δΈ¨ δΈ¨ ββ Local Notes β δΈ¨ δΈ¨ ββ User Settings β δΈ¨ ββ API key β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β’ Only public notes βΌ βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Server (MongoDB) β δΈ¨ ββ Public notes (one-time, automatically deleted after reading) β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ ``` ###Detailed explanation of storage location | data type| storage location| persistent| cross-device| |---------|---------|--------|--------| | Local Notes| Browser localStorage| Cleaning browser data will be lost| β | | user settings| Browser localStorage| Cleaning browser data will be lost| β | | API key| Browser localStorage| Cleaning browser data will be lost| β | | Public Notes| Server MongoDB| Automatically delete after reading once| β |


