Official | FAQ | Documentation | Mastodon | XDA
neutriNote (Community Edition)
What is neutriNote?
In a nutshell, all-in-one preservation of written thoughts, be those text, math (LaTeX), rich markdown, drawings, etc., in fully searchable plain text (universal UTF-8). Instead of placing text editing first like most mainline writing apps, the mission of neutriNote is to reduce cognitive load through note-taking.
Community Edition
This edition is identical to Play Store Edition with zero Google related dependencies. While already the case that almost every aspect of neutriNote can be customized, Community Edition opens up the possibility to customize and sustain at source code level.
Design Philosophy
neutriNote is designed to be ultra compact so as to operate smoothly on as many aging hardwares as possible. Features and dependencies are carefully vetted to minimize impacts on search performance and to provide highly performant long note editing, with enough customization options for users to build their own sustainable tools within the app. Its versatile search mechanism is based upon a simple, non-hierarchical data structure that provides near instant access O(1) to any piece of text stored by the app. Think of these as cognitive shortcuts to recall anything from your writings anytime with minimal lags.
Features
- Everything stored in UTF8 plain text
- Support rich markdown with math support (LaTeX)
- Text reflow Markdown view
- Python support
- Basic Vue.js support
- Edit notes stored in cloud
- Inter-note linking
- Theme with color temperature and OLED support
- Built-in text expansion/shortcut support
- Offline, near instant search & replace
- Integrated tools: popup dictionary, clipboard viewer, barcode scanner, ASCII art, and more
- Local storage for privacy, yet easy to add sync
- PDF/HTML export
- ZERO anti-feature
Screenshots
How to build
Simply fork and import into Android Studio. That's it!
Contributions
Contributions are welcome, as long as they are able to maintain a low level of impacts on battery / memory consumption.
Licensing
The project is licensed under the GNU General Public License version 3 or later. Please attribute to this repo.
neutriNote - Markdown + Math in Just 3 MB!
Copyright (C) 2021 App Mind Lab
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
.