https://github.com/everbuild-org/noted
A Note-Taking App for the 21st Century (mainline development)
https://github.com/everbuild-org/noted
note-taking note-taking-app
Last synced: about 1 month ago
JSON representation
A Note-Taking App for the 21st Century (mainline development)
- Host: GitHub
- URL: https://github.com/everbuild-org/noted
- Owner: everbuild-org
- License: mit
- Created: 2024-02-21T10:44:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T08:29:08.000Z (9 months ago)
- Last Synced: 2024-08-04T09:35:40.062Z (9 months ago)
- Topics: note-taking, note-taking-app
- Language: Svelte
- Homepage: https://bloeckchengrafik.github.io/noted
- Size: 4.99 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#  Noted!
_A Note-taking app for the 21st century_
### TOC
- [Status](#status)
- [Features](#features)
- [Installation](#installation)
- [License](LICENSE)### Status
This project is in a very early stage of development and is not ready for use.
If you want to colaborate, feel free to open an issue or a pull request.
Before you build large features, please open an issue to discuss it or reach out
to us on [Discord](https://discord.gg/aF3J2X42cE).### Features
- [ ] Create, rename and delete files
- [ ] Create, rename and delete folders
- [ ] Open files in the default application
- [ ] Open folders in the explorer
- [ ] Auto-save STATE
- [ ] Copy file paths
- [ ] Copy folder paths
- [ ] Preload
- [ ] Tabs
- [ ] Load Files
- [ ] Save Files
- [ ] Auto-save files
- [ ] Markdown
- [ ] Search and Replace
- [ ] Settings
- [ ] LaTeX Support ($\LaTeX$) + LaTeX Preview + LaTeX Export
- [ ] Live-Editing
- [ ] Code Blocks with Syntax Highlighting and Run Button
- [ ] Export to PDF
- [ ] Export to HTML
- [ ] Pen Stroke Support - Draw on the screen and save it in the file
- [ ] Obsidian import
- [ ] Basic Shapes (Circle, Rectangle, Triangle, Line)
- [ ] Image Support
- [ ] Image Export
- [ ] Animation lib for presentations
- [ ] -> Export to Video
- [ ] -> Using Typescript
- [ ] -> Similar to Processing and Manim
- [ ] typst formulas### Installation
Currently, there is no installation available. You can build it yourself by cloning the repository (`git clone --recurse-submodules `) and doing the following:
```bash
cargo run --release
```Note: I can't test it on MacOS, so I can't guarantee it will work.
### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.