You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/runme-gist.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ Would you love to share or store your plain texts or code snippets securely with
8
8
9
9
Runme Gist makes that possible and prioritizes your information's sensitivity by keeping sensitive information secret. In this section, we will explain how Runme Gist works.
10
10
11
-
## What is Runme Gist?
11
+
## **What is Runme Gist?**
12
12
Runme Gist combines GitHub Gist with Runme capabilities to run, share, and store plain texts or code snippets in your Markdown file. What makes Runme Gist so powerful is its ability to capture outputs and mask sensitive data without copying and pasting or integrating a third-party tool. You have everything done inside your Markdown file. Amazing right?
13
13
14
-
## Installation
14
+
## **Installation**
15
15
- To utilize the Runme Gist feature, ensure the [Runme extension](../installation/installrunme) is installed in your VS Code. If you already have Runme installed in your VS Code, ensure you are upgraded to v3.4.0.
16
16
- Make Runme your [default Markdown viewer](../installation/installrunme) to ensure all Markdown files are automatically opened as a Runme notebook.
17
17
18
-
## How Runme Gist Works
18
+
## **How Runme Gist Works**
19
19
As stated earlier, Runme Gist combines GitHub Gist with Runme capabilities to enable you to securely run, share, and store code snippets. In this section, we will explain how Runme Gist works.
20
20
21
21
1. Open your Markdown File
@@ -38,7 +38,7 @@ By default, Runme uses the open-source data guardian to mask sensitive informati
GitHub Gist is a service provided by GitHub that allows users to share code snippets, notes, and other small pieces of text with others. With a single click, you can push your Runme Session Output to GitHub Gist from your Markdown file.
44
44
To do this, click on “Generate Gist”.
@@ -48,7 +48,7 @@ To do this, click on “Generate Gist”.
48
48
Runme will first prompt you to log into your GitHub account and grant write access to your Gist. After a successful login, it will display a notification containing a link to the Runme Gist hosted on your GitHub.
49
49
The link is generated as a “Secret Gist,” which will stay private as long as you keep it private. Always think twice before sharing the link, and before pushing your sessions to GitHub gist, ensure you use the Runme mask feature to keep your sensitive pieces secured.
50
50
51
-
## Visual Representation of Runme Gist
51
+
## **Visual Representation of Runme Gist**
52
52
Here is a video that showcases the power of Runme Gist.
0 commit comments