Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcv8000/Codex
A free note-taking software for programmers and Computer Science students
https://github.com/jcv8000/Codex
codex compsci computer-science cs electron notebook notes notetaker notetaking notetaking-applications programming
Last synced: 3 months ago
JSON representation
A free note-taking software for programmers and Computer Science students
- Host: GitHub
- URL: https://github.com/jcv8000/Codex
- Owner: jcv8000
- License: other
- Created: 2021-03-26T02:02:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T20:00:37.000Z (5 months ago)
- Last Synced: 2024-06-16T15:41:01.771Z (5 months ago)
- Topics: codex, compsci, computer-science, cs, electron, notebook, notes, notetaker, notetaking, notetaking-applications, programming
- Language: TypeScript
- Homepage: https://codexnotes.com
- Size: 6.76 MB
- Stars: 354
- Watchers: 3
- Forks: 50
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - jcv8000/Codex - A free note-taking software for programmers and Computer Science students (TypeScript)
README
A free note-taking software for programmers and Computer Science students
Made by Josh Vickery## About
> _**Notice**: If you're upgrading from Codex v1, make sure to **back up your save data** (save.json and notes folder) for all of your saves before updating._
Codex is a note-taking app that allows you to save **styled and highlighted code snippets** in your notes.
Other features:
- Support for highlighting 190+ programming languages
- Over 240 code themes
- Sort your notes into nestable notebooks/folders, customizable icons for notebooks and pages
- KaTeX math expressions
- PDF and Markdown exporting## Screenshot
![Example screenshot](https://imgur.com/zpmi3kS.png)
## Other Distributions
**Arch Linux**: You can install Codex from the AUR with [codex-bin](https://aur.archlinux.org/packages/codex-bin) (unofficial)
## Building Locally
Requires Node.js 16 or higher
```sh
pnpm installpnpm dev # Run the app in development mode with hot reloading
pnpm dir # Only generates folder(s) of the standalone executable, quicker
pnpm dist # Generates all installers/portable archives for your platform
```## License
This work is licensed under a [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.