Skip to content

Commit d8e684d

Browse files
committed
Update image paths in Breadboard project files
1 parent c98dfc0 commit d8e684d

File tree

6 files changed

+34
-24
lines changed

6 files changed

+34
-24
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
---
2+
title:
3+
aliases: []
24
tags:
35
- breadboard/phase/1
6+
created: 2024-05-30T11:38:30
7+
modified: 2024-06-12T10:22:10
48
---
59

6-
# AutoBake
10+
## AutoBake
711

812
> [!NOTE]
913
> Creating Bootstrapped projects (docs, code, etc)
1014
1115
- [github.com/ExaDev/samples/AutoBake](https://github.com/ExaDev/breadboard-samples/tree/develop/samples/AutoBake)
1216
- [AutoBake New Syntax](https://github.com/ExaDev/breadboard-examples/pull/7/files)
1317

14-
![Pasted image 20240529142130](../files/Pasted%20image%2020240529142130.png)
18+
![Pasted image 20240529142130](projects/Breadboard/files/Pasted%20image%2020240529142130.png)
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
---
2+
title: CourseCrafter
3+
aliases: []
24
tags:
35
- breadboard/phase/1
4-
title: CourseCrafter
6+
created: 2024-05-30T11:38:52
7+
modified: 2024-06-12T10:25:46
58
---
69

7-
# CourseCrafter
10+
## CourseCrafter
811

912
> [!NOTE]
1013
> Merging multiple docs into a learning path
1114
1215
- [github.com/ExaDev/samples/CourseCrafter](https://github.com/ExaDev/breadboard-samples/tree/develop/samples/CourseCrafter)
1316
- [CourseCrafter New Syntax](https://github.com/ExaDev/breadboard-samples/tree/recreating-course-crafter-in-new-syntax/samples/CourseCrafter)
1417

15-
##### CourseCrafter Single Source
18+
### CourseCrafter Single Source
1619

1720
[github.com/samples/CourseCrafter/src/single](https://github.com/ExaDev/breadboard-samples/tree/recreating-course-crafter-in-new-syntax/samples/CourseCrafter/src/single)
1821

19-
![mermaid-diagram-2024-05-30-091429](../files/mermaid-diagram-2024-05-30-091429.svg)
22+
![mermaid-diagram-2024-05-30-091429](projects/Breadboard/files/mermaid-diagram-2024-05-30-091429.svg)
2023

21-
##### CourseCrafter Multi-Source
24+
### CourseCrafter Multi-Source
2225

2326
[github.com/samples/CourseCrafter/src/multiple](https://github.com/ExaDev/breadboard-samples/tree/recreating-course-crafter-in-new-syntax/samples/CourseCrafter/src/multiple)
2427

25-
![mermaid-diagram-2024-05-30-091559](../files/mermaid-diagram-2024-05-30-091559.svg)
28+
![mermaid-diagram-2024-05-30-091559](projects/Breadboard/files/mermaid-diagram-2024-05-30-091559.svg)
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
2+
title: DevPulse
3+
aliases: []
24
tags:
35
- breadboard/phase/1
46
- HackerNews
5-
title: DevPulse
7+
created: 2024-06-07T10:05:17
8+
modified: 2024-06-12T10:25:56
69
---
710

8-
# DevPulse
11+
## DevPulse
912

1013
> [!NOTE]
1114
> Summarising Developer Sentiment
@@ -14,4 +17,4 @@ title: DevPulse
1417
- [DevPulse New Syntax (CLI)](https://github.com/ExaDev/breadboard-examples/blob/dev-pulse-new-syntax/src/examples/dev-pulse/breadboard/index.ts)
1518
- [github.com/ExaDev/samples/DevPulse](https://github.com/ExaDev/breadboard-samples/tree/develop/samples/DevPulse)
1619

17-
![Pasted image 20240529151406](../files/Pasted%20image%2020240529151406.png)
20+
![Pasted image 20240529151406](projects/Breadboard/files/Pasted%20image%2020240529151406.png)

content/projects/Breadboard/Phase 2/BreadBot.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ aliases:
55
- BreadBot - Breadboard Discord Bot
66
- BreadBot - Discord Bot
77
tags:
8-
- Discord
98
- breadboard/phase/2
9+
- Discord
1010
created: 2024-05-30T11:43:22
11-
modified: 2024-06-12T10:01:58
11+
modified: 2024-06-12T10:22:28
1212
---
1313

1414
## BreadBot - Breadboard Discord Bot
1515

16-
![Pasted image 20240529141552](../files/Pasted%20image%2020240529141552.png)
16+
![Pasted image 20240529141552](projects/Breadboard/files/Pasted%20image%2020240529141552.png)
1717

1818
[github.com/ExaDev/breadbot](https://github.com/ExaDev/breadbot/branches)
1919

content/projects/Breadboard/Phase 2/Chrome Extension.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title:
2+
title:
33
aliases: []
44
tags:
5+
- breadboard/phase/2
56
- Chrome
67
- chrome_extension
7-
- breadboard/phase/2
88
- React
99
- Vite
1010
created: 2024-06-07T10:05:18
11-
modified: 2024-06-12T10:01:57
11+
modified: 2024-06-12T10:23:25
1212
---
1313

1414
## Chrome Summariser Extension
1515

1616
A Chrome extension for using Breadboard with the Google Chrome API. Currently, the extension has a single purpose: to summarise web page content and select text. This version of the extension is exploratory. When feasible, a more generalised version will be created to be used with any board.
1717

18-
![Pasted image 20240529141346](../files/Pasted%20image%2020240529141346.png)
18+
![Pasted image 20240529141346](projects/Breadboard/files/Pasted%20image%2020240529141346.png)
1919

20-
![333637740-a11a3778-4426-421b-8d26-df431da5abc5](../files/333637740-a11a3778-4426-421b-8d26-df431da5abc5.mov)
20+
![333637740-a11a3778-4426-421b-8d26-df431da5abc5](projects/Breadboard/files/333637740-a11a3778-4426-421b-8d26-df431da5abc5.mov)
2121

2222
- [create-breadboard-chrome-extension-templates](https://github.com/ExaDev/breadboard/tree/create-breadboard-chrome-extension-templates/packages/breadboard-chrome-extensions)
2323

@@ -27,7 +27,7 @@ Two basic chrome extensions that were built initially while exploring the availa
2727

2828
An initial chrome extension built with Vite, React and Typescript that runs a basic breadboard. Users can type a message into the extension's popup window and have the message logged back to them as they type it.
2929

30-
-# [breadboaBd-chrome-extension-for-summarising-page](https://github.com/ExaDev/breadboard/tree/breadboard-chrome-extension-for-summarising-page/packages/breadboard-chrome-extension)
30+
- [breadboaBd-chrome-extension-for-summarising-page](https://github.com/ExaDev/breadboard/tree/breadboard-chrome-extension-for-summarising-page/packages/breadboard-chrome-extension)
3131

3232
The most up-to-date and stable version of this project, that uses the Claude API and Breadboard to summarise either all the text in the current chrome tab or a selected piece of text. The summariser can be run both from the extension's main popup window and from the context menu after selecting a bit of text from a page, right-clicking and selecting the "Breadboard > Get summary" option in the context menu. Compared to the initial branches that were the starting point for this project, the summariser follows a different structure in terms of organising files which seemed like a better choice for a chrome extension built with Vite and React.
3333

content/projects/Breadboard/Phase 2/Review Reply Board.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
title: Review Reply Board
33
aliases: []
44
tags:
5+
- breadboard/phase/2
56
- business
67
- Chrome
78
- marketing
8-
- breadboard/phase/2
99
created: 2024-06-12T09:26:13
10-
modified: 2024-06-12T10:05:37
10+
modified: 2024-06-12T10:19:45
1111
---
1212

1313
## Review Reply Board
1414

1515
A board generates a response based on the provided task of generating a reply to a review, a guidelines for tone, business voice and the content of a review itself.
1616

17-
![](files/Pasted%20image%2020240612092655.png)
17+
![](projects/Breadboard/Phase%202/files/Pasted%20image%2020240612092655.png)
1818

19-
![](files/Pasted%20image%2020240612092647.png)
19+
![](projects/Breadboard/Phase%202/files/Pasted%20image%2020240612092647.png)
2020

2121
Presently this board is just operates on textual input and output.
2222

0 commit comments

Comments
 (0)