Skip to content

Commit ad937d7

Browse files
committed
Update caido-dev, use local assets to allow assets bundling in the README
1 parent 4e16610 commit ad937d7

7 files changed

Lines changed: 924 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
# Notes++
1616
Markdown powered notes functionality within Caido!
1717

18-
![CleanShot 2025-05-16 at 09 03 48@2x](https://github.com/user-attachments/assets/011f5435-806e-465d-a500-0ba0f4b2b06d)
18+
![CleanShot 2025-05-16 at 09 03 48@2x](./assets/notes_plus_plus.png)
1919

2020
# Features
2121

2222
You can reference any Replay session with `@` prefix.
2323

24-
![CleanShot 2025-05-16 at 09 09 25](https://github.com/user-attachments/assets/039a97c7-e992-4a39-a134-0393b0e0dc22)
24+
![CleanShot 2025-05-16 at 09 09 25](./assets/features.gif)
2525

2626

2727
# Shortcuts
2828

2929
`CMD + SHIFT + N` to open a floating modal.
30-
![CleanShot 2025-05-16 at 09 05 41@2x](https://github.com/user-attachments/assets/220e6568-9ee8-4b5e-b592-e1c427ee9fd5)
30+
![CleanShot 2025-05-16 at 09 05 41@2x](./assets/shortcuts.png)
3131

3232
`CTRL + SHIFT + R` to send selected text to currently selected note.
3333

assets/features.gif

299 KB
Loading

assets/notes_plus_plus.png

442 KB
Loading

assets/shortcuts.png

203 KB
Loading

caido.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { defineConfig } from "@caido-community/dev";
1+
import path from "path";
2+
23
import tailwindCaido from "@caido/tailwindcss";
4+
import { defineConfig } from "@caido-community/dev";
35
import vue from "@vitejs/plugin-vue";
4-
import path from "path";
56
import prefixwrap from "postcss-prefixwrap";
67
import tailwindcss from "tailwindcss";
78
import tailwindPrimeui from "tailwindcss-primeui";
@@ -11,7 +12,7 @@ export default defineConfig({
1112
id,
1213
name: "Notes++",
1314
description: "Create and edit notes in Caido",
14-
version: "2.3.1",
15+
version: "2.3.2",
1516
author: {
1617
name: "_StaticFlow_",
1718
email: "tanner.barnes@kashx.io",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint --fix packages/*/src"
1111
},
1212
"devDependencies": {
13-
"@caido-community/dev": "^0.1.3",
13+
"@caido-community/dev": "0.1.7",
1414
"@caido/tailwindcss": "0.0.1",
1515
"@vitejs/plugin-vue": "5.2.3",
1616
"postcss-prefixwrap": "1.55.0",

0 commit comments

Comments
 (0)