Skip to content

Commit

Permalink
Finalised the first beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelImhof committed May 7, 2024
1 parent 4cc6260 commit 2918fc7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
Binary file added docs/content/add-beta-plugin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/content/images/popup-add-plugin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added docs/content/images/setup-done.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,21 @@ This Obsidian plugin is entering beta now. I want to gather feedback and improve

## Installing the plugin

> [!TODO] Do this installing plugin with BRAT section
Because Jupyter for Obsidian is not available in the Obsidian community plugins for now, you'll need the [BRAT plugin](https://tfthacker.com/brat-quick-guide#Stopping%20beta%20plugin%20updates/deleting%20a%20beta%20plugin) to install Jupyter for Obsidian.

Here is how to proceed :

1. Backup your vault!
2. Install the [BRAT](https://github.com/TfTHacker/obsidian42-brat) plugin from the Obsidian community plugins.
3. Go in BRAT settings and click `Add Beta plugin`

![[add-beta-plugin.png]]
4. Use `https://github.com/MaelImhof/obsidian-jupyter` as the URL, tick `Enable after installing the plugin` and click `Add Plugin`.

![[popup-add-plugin.png]]
5. Voilà! The plugin should now be installed in your vault. Use it as a normal plugin and **provide feedback** about the beta.

![[setup-done.png]]
## Providing Feedback

Once the plugin is installed, you can start using it normally in your Obsidian vault. Discover the [[discover|features of the plugin]] and try playing a bit with it, see how it integrates with your workflow.
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "jupyter",
"name": "Jupyter",
"version": "0.2.1-beta",
"version": "0.3.0-beta",
"minAppVersion": "0.15.0",
"description": "Open .ipynb files with Jupyter in Obsidian.",
"author": "Maël Imhof",
Expand Down

0 comments on commit 2918fc7

Please sign in to comment.