{"id":17325700,"url":"https://github.com/sagebind/mathpad","last_synced_at":"2026-03-06T08:02:01.890Z","repository":{"id":42856426,"uuid":"260578962","full_name":"sagebind/mathpad","owner":"sagebind","description":"Interactive scratchpad calculator for VS Code","archived":false,"fork":false,"pushed_at":"2023-03-04T15:41:00.000Z","size":63,"stargazers_count":23,"open_issues_count":13,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-18T05:57:22.017Z","etag":null,"topics":["calculator","math-expressions","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sagebind.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-01T23:35:14.000Z","updated_at":"2025-07-06T08:15:49.000Z","dependencies_parsed_at":"2025-04-14T17:04:48.920Z","dependency_job_id":"07820237-b250-4630-8588-703c041e835b","html_url":"https://github.com/sagebind/mathpad","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sagebind/mathpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fmathpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fmathpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fmathpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fmathpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagebind","download_url":"https://codeload.github.com/sagebind/mathpad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fmathpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30166860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculator","math-expressions","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-10-15T14:14:06.512Z","updated_at":"2026-03-06T08:02:01.851Z","avatar_url":"https://github.com/sagebind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mathpad\n\nMathpad is a small extension for [Visual Studio Code] that turns a Markdown editor into an interactive scratchpad calculator.\n\n[![License](https://img.shields.io/github/license/sagebind/mathpad)](LICENSE)\n[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/sagebind.mathpad)](https://marketplace.visualstudio.com/items?itemName=sagebind.mathpad)\n![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/sagebind.mathpad)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sagebind/mathpad/build)](https://github.com/sagebind/mathpad/actions)\n\nI created this because I couldn't find a good notebook calculator that I liked that\n\n- is free and open source,\n- supports all the platforms I care about,\n- works completely offline,\n- supports variables and functions,\n- allows you to edit anywhere (as opposed to REPL style),\n- and works in and saves as plain text.\n\nI already have [Visual Studio Code] installed on all my computers and use it for lots of text editing purposes, so I decided to make it also my calculator using this extension.\n\n## Features\n\n- Math expressions on their own line inside a Markdown editor are evaluated automatically and their results are displayed in grey at the end of the line.\n- Variables can be defined on their own line like `x = 42` and referenced on any line below it.\n- Functions can be defined on their own line like `f(x) = 42 / x` and referenced on any line below it.\n- Changing a variable or function definition will automatically re-evaluate everywhere it is used in the rest of the document.\n\nMuch more is available as math expressions, which are powered by [Math.js]. Check out the Math.js documentation for even more examples of what sorts of expressions can be evaluated.\n\n## Future ideas\n\nThere's a lot more neat ideas that _could_ be implemented, including:\n\n- Defining our own language/editor type with dedicated math syntax highlighting.\n- Evaluating expressions embedded in normal text.\n- Replacing an expression with its result.\n\n## License\n\nThis project's source code and documentation is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.\n\n\n[Math.js]: https://mathjs.org\n[Visual Studio Code]: https://code.visualstudio.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagebind%2Fmathpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagebind%2Fmathpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagebind%2Fmathpad/lists"}