VortexNotes is a unique web-based note-taking software that offers a different approach to managing your notes.
VortexNotes is designed to be a simple yet powerful note-taking tool. It provides users with a single entry point to submit new content without the need for note organization or management features. It serves as a "black hole" for your notes, where you can simply paste your content and let it disappear into the void.
-
Submit and Forget: With VortexNotes, there is no need to worry about organizing or managing your notes. Simply paste your content into the application, and it will be absorbed into the void, never to be seen again.
-
Effortless Searching: VortexNotes offers a search interface that allows you to quickly find specific notes. Despite the lack of note management, the powerful search feature enables you to retrieve your desired content effortlessly.
-
Clean and Minimalistic: The user interface of VortexNotes is designed to be clean and minimalistic, focusing solely on the note submission and search functionalities. This ensures a distraction-free environment for your note-taking.
To start using VortexNotes, follow these steps:
- Clone this repository.
- Install the necessary dependencies.
- Run the application.
- Access the application via the provided URL in your web browser.
- Paste your content into the submission field and let it disappear into the void.
- Use the search interface to retrieve your notes when needed.
version: '3'
services:
vortexnotes:
container_name: vortexnotes
image: kangfenmao/vortexnotes:latest
ports:
- "10060:10060"
volumes:
- ./app/data/notes:/app/data/notes
- ./app/data/vortexnotes:/app/data/vortexnotes
Private access with passcode:
environment:
VORTEXNOTES_PASSCODE: 7a4019b7-4d5c-4eb5-8704-51a720e8cc4a
VORTEXNOTES_AUTH_SCOPE: show,create,edit,delete
If you only require a password to safeguard the writing actions.
environment:
VORTEXNOTES_PASSCODE: 7a4019b7-4d5c-4eb5-8704-51a720e8cc4a
VORTEXNOTES_AUTH_SCOPE: create,edit,delete
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.