Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EricR/obsidian-sagecell
An Obsidian plugin for executing Sage computations in notes.
https://github.com/EricR/obsidian-sagecell
obsidian-plugin
Last synced: 20 days ago
JSON representation
An Obsidian plugin for executing Sage computations in notes.
- Host: GitHub
- URL: https://github.com/EricR/obsidian-sagecell
- Owner: EricR
- License: mit
- Created: 2021-02-20T17:49:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T03:57:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:17:47.196Z (4 months ago)
- Topics: obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - EricR/obsidian-sagecell - An Obsidian plugin for executing Sage computations in notes. (TypeScript)
README
# obsidian-sagecell
Obsidian plugin for executing Sage computations in notes.
## Installation and Configuration
1. Grab the latest release and copy the obsidian-sagecell directory into `your_obsidian_vault_path/.obsidian/plugins/`.
2. Open your Obsidian settings and enable the plugin in the "Community plugins" page.
3. If necessary, change the plugin's settings by clicking on "SageCell" under "Plugin Options". By default, the SageMathCell server https://sagecell.sagemath.org is used. If you would like to use a different one such as your own locally running server, change the Server URL setting.## Usage
Include a sage code snippet in a note. Then, when viewing the note in rendered markdown form, execute the plugin's command (e.g., `⌘`+`p` and type 'exec').