EricR / obsidian-sagecell

An Obsidian plugin for executing Sage computations in notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Obsidian plugin for executing Sage computations in notes.

License:MIT License


Languages

Language:TypeScript 93.3%Language:JavaScript 5.9%Language:CSS 0.8%