Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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').