Crates.io | mathy-notes |
lib.rs | mathy-notes |
version | |
source | src |
created_at | 2022-09-26 20:05:02.243604 |
updated_at | 2024-11-13 05:37:35.847158 |
description | Do math in your text editor! Ctrl-Enter or Shift-Enter to evaluate. Mainly a personal project, do not expect stability from this. |
homepage | |
repository | https://github.com/rdrpenguin04/mathy-notes/ |
max_upload_size | |
id | 674419 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A good friend of mine wanted a README file on this project. Thus, there is now a README file. :D
If you don't have Rust; get it from http://rustup.rs. After that, run cargo install mathy-notes
, and you're done!
Use this like a normal text editor; the useful part happens when you hit either Control + Enter or Shift + Enter. Experiment with it; if you do something you don't like, you can always Control + Z to undo.
If you have feature requests, head over to the Issues page and let me know; this is primarily a personal project, but it's also a fun showcase of what egui
can do with relatively little effort. I'd be happy to add your suggestions!
mathy-notes has pre-built binaries available in the Artifacts section of the Rust Build action. The following platforms are currently available:
x86_64-pc-windows-msvc
)x86_64-unknown-linux-gnu
)Don't see your platform, but want a pre-built binary? Feel free to open an issue to request it :D