We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904d58c commit a032a18Copy full SHA for a032a18
main.ts
@@ -61,7 +61,7 @@ export default class QuickShareNotePlugin extends Plugin {
61
content: contentToPublish,
62
},
63
64
- public: true,
+ public: false, // Set to false for secret gist
65
}),
66
});
67
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "share-note-img-with-gist",
3
"name": "Quick Share Note to Gist",
4
- "version": "1.0.9",
+ "version": "1.0.10",
5
"minAppVersion": "0.15.0",
6
"description": "Quick publish and share notes to GitHub Gist and its image by upload images to Imgur.",
7
"author": "Por Chainarong Tangsurakit",
0 commit comments