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
If you are looking for the version of the **Notebook** plugin created in the [documentation guide](https://docs.caido.io/guides/plugins/notebook.html):
44
+
45
+
1. Go to the [Notebook Releases tab](https://github.com/caido-community/notebook/releases) and download the latest `notebook_v1.0.0.zip` package.
46
+
2. In your Caido instance, navigate to the `Plugins` page, click `Install Package` and select the downloaded `notebook_v1.0.0.zip` package.
47
+
3. Done! 🎉
48
+
49
+
## Installation: Latest
50
+
51
+
For **Notebook** with additional features:
52
+
53
+
1. Go to the [Notebook Releases tab](https://github.com/caido-community/notebook/releases) and download the latest release.
54
+
2. In your Caido instance, navigate to the `Plugins` page, click `Install Package` and select the downloaded package.
55
+
3. Done! 🎉
56
+
57
+
## Instructions
58
+
59
+
### To add a note:
60
+
1. Supply input in the textarea located at the bottom and click the `Add Note` button.
61
+
2. Highlight select text within a request/response pane and click the `>_ Commands` button located at the topbar in the upper-right corner. Search/Select `Add Note to Notebook`.
62
+
3. Highlight select text within a request/response pane and open the context menu by right-clicking. Hover over the `Plugins` item and select `Add Note to Notebook`.
63
+
4.`CTRL+C` within request and response panes and `CTRL+V` into the textarea.
64
+
65
+
### To edit a note:
66
+
1. Click inside the note column.
67
+
2. Unfocus once done.
68
+
69
+
### To add a comment:
70
+
1. Supply input in the textarea in the third column.
71
+
2. Unfocus once done.
72
+
73
+
### To clear all notes:
74
+
***This will reset the notes in storage. This action cannot be undone.***
75
+
1. Click the `>_ Commands` button located at the topbar in the upper-right corner. Search/Select `Clear Notes in Notebook`.
76
+
77
+
## Contribution
78
+
79
+
If you'd like to request a feature, suggest an improvement or report a bug - please [create a Github Issue](https://github.com/caido-community/notebook/issues).
instructions.innerHTML=`<span class="bold-brown">To add a note:</span><br>
87
90
1. Supply input in the textarea located at the bottom and click the <span class="light-brown">Add Note</span> button.<br>
88
-
2. Click the <span class="light-brown">>_ Commands</span> button located at the topbar in the upper-right corner. Search/Select <span class="light-brown">Add Note to Notebook</span>. Supply input in the prompt and click <span class="light-brown">OK</span>.<br>
91
+
2. Highlight select text within a request/response pane and click the <span class="light-brown">>_ Commands</span> button located at the topbar in the upper-right corner. Search/Select <span class="light-brown">Add Note to Notebook</span>.<br>
89
92
3. Highlight select text within a request/response pane and open the context menu by right-clicking. Hover over the <span class="light-brown">Plugins</span> item and select <span class="light-brown">Add Note to Notebook</span>.<br>
90
-
4. <span class="light-brown">CTRL+C</span> and <span class="light-brown">CTRL+V</span> within request and response panes is available as well but <span class="red">ensure to deselect the text and unfocus the pane to avoid needing to restart the Caido application.</span><br>***Copying within panes using <span class="light-brown">Copy</span> from the right-click context menu is functional as normal.***<br>
93
+
4. <span class="light-brown">CTRL+C</span> within request and response panes and <span class="light-brown">CTRL+V</span> into the textarea.<br>
94
+
<br>
95
+
<span class="bold-brown">To edit a note:</span><br>
96
+
1. Click inside the note column.<br>
97
+
2. Unfocus once done.<br>
98
+
<br>
99
+
<span class="bold-brown">To add a comment:</span><br>
100
+
1. Supply input in the textarea in the third column.<br>
101
+
2. Unfocus once done.<br>
91
102
<br>
92
103
<span class="bold-brown">To clear all notes:</span><br>
93
104
<span class="bold-red">***This will reset the notes in storage. This action cannot be undone.***</span><br>
0 commit comments