PurePrism (you can omit the txt part) is a minimalistic note taking application written with JavaScript inspired by Obsidian. It aims to provide a calm and productivity focused experience to it's users by removing most of the configurations and only relying on .txt
files.
Public pre-alpha, it is recommended to wait for newer releases before using the app due to lack of intended features, if you are still using the app, it is expected to break.
PurePrism is still under heavy development, hence all feedbacks are welcome. As more features will appear in future.
If you wish to install the already built app, you can simply go to the release page, download the latest setup and install it directly.
If you wish to build the app locally, you can follow those simple steps:
# Clone the repository to your local machine
$ git clone https://github.com/xushidev/PurePrismTxt.git
$ cd PurePrismTxt
# Install the required depencies
$ npm install
And depending on your machine, you can run one of those commands:
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
-
Adding a button or a feature to add files and folders to the selected root directory.
-
Adding a built-in to-do list to the app + calendar.
-
Considering rewriting the app with a Rust + Tauri release.
-
Adding an usage documentation and a preview video to the app.