Skip to content

An Obsidian plugin for executing Sage computations in notes.

License

Notifications You must be signed in to change notification settings

EricR/obsidian-sagecell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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