Marqus is a free, markdown note taking app for Linux that allows for infinitely nestable notes to help with organization.
Notes are kept in plain text files and are not proprietary so there's no vendor lock in.
Notes can links to other notes, and directly inline files and images within them.
The editor has multi tab support to make it easier to switch back and forth between multiple note files at once.
- Infinitely nestable notes
- Images and files can be embedded into notes
- Notes can be linked between
- Sort notes based off name, date created, date updated, and more.
- Multi-tab support
- Customizable keyboard shortcuts
- Full text search
- Bloat Free UI
- No vendor lock in
- Customizable shortcuts. New ones can be added, or existing ones can be modified or disabled.
As of right now Marqus only supports linux. We offer both .deb, and rpm files of all our releases.
- Ensure node v18 is installed. (Run
nvm usein the root dir) - Set up yarn
corepack enable,corepack yarn - Start app
yarn workspace marqus-desktop run start
