Scratchblocks

by shabegom, hayribakici
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Render scratchblocks codeblocks

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Obsidian-Scratchblocks

Render scratchblocks code blocks in Obsidian.

```scratchblock
when green flag clicked
```

will be rendered as:

Checkout the Scratch documentation on how to write Scratch code.

Under the hood

It exposes the scratchblocks library at the top level of Obsidian so you can use it inside templater or other code running plugins.

Contributing

To make changes to this plugin, first ensure you have the dependencies installed.

npm install

Development

To start building the plugin with what mode enabled run the following command:

npm run dev

Note: If you haven't already installed the hot-reload-plugin you'll be prompted to. You need to enable that plugin in your obsidian vault before hot-reloading will start. You might need to refresh your plugin list for it to show up.

Releasing

To start a release build run the following command:

npm run build

Credits

This is a fork from shabegom/obsidian-scratchblocks, which renders scratchblocks codeblocks into the Obsidian editor. Since that repository hasn't been maintained, this repository tries to fill its shoes.


This plugin was generated by create-obsidian-plugin