Skip to content

Commit

Permalink
renaming to snippet saver
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Nov 16, 2023
1 parent 0278ee7 commit 81e1142
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ This demonstrates registering callbacks for drop events and reading bytes from d

## Examples of plugins for Dev Mode

### Code Snippet Saver
### Snippet Saver

An example of a plugin that allows you to author and save code snippets directly on nodes that will render in the inspect panel when the node is selected.

[Check out the source code.](code-snippet-saver/)
[Check out the source code.](snippet-saver/)

### Codegen

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Code Snippet Saver",
"name": "Snippet Saver",
"id": "239174719128739123",
"api": "1.0.0",
"editorType": ["dev"],
Expand Down
2 changes: 1 addition & 1 deletion code-snippet-saver/ui.html β†’ snippet-saver/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>Snippet Editor</title>
<style>
body {
margin: 0;
Expand Down

0 comments on commit 81e1142

Please sign in to comment.