Skip to content

Commit 8176d36

Browse files
committed
vault backup: 2024-05-31 16:25:32
Affected files: content/.obsidian/app.json content/Phase 1/Projects/AutoBake.md content/Phase 1/Projects/CourseCrafter.md content/Phase 1/Projects/DevPulse.md content/Phase 1/index.md content/Phase 2/BreadBot - Breadboard Discord Bot.md content/Phase 2/Breadboard Chrome Extension.md content/Phase 2/HackerNews.md content/Phase 2/index.md content/index.md
1 parent 6ef5b20 commit 8176d36

10 files changed

+29
-29
lines changed

content/.obsidian/app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"newFileLocation": "root",
33
"newFileFolderPath": "files",
4-
"useMarkdownLinks": false,
4+
"useMarkdownLinks": true,
55
"newLinkFormat": "relative",
66
"attachmentFolderPath": "./files",
77
"alwaysUpdateLinks": true

content/Phase 1/Projects/AutoBake.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ tags:
1111
- [github.com/ExaDev/samples/AutoBake](https://github.com/ExaDev/breadboard-samples/tree/develop/samples/AutoBake)
1212
- [AutoBake New Syntax](https://github.com/ExaDev/breadboard-examples/pull/7/files)
1313

14-
![[../../files/Pasted image 20240529142130.png]]
14+
![Pasted image 20240529142130](../../files/Pasted%20image%2020240529142130.png)

content/Phase 1/Projects/CourseCrafter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ title: CourseCrafter
1616

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

19-
![[../../files/mermaid-diagram-2024-05-30-091429.svg]]
19+
![mermaid-diagram-2024-05-30-091429](../../files/mermaid-diagram-2024-05-30-091429.svg)
2020

2121
##### CourseCrafter Multi-Source
2222

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

25-
![[../../files/mermaid-diagram-2024-05-30-091559.svg]]
25+
![mermaid-diagram-2024-05-30-091559](../../files/mermaid-diagram-2024-05-30-091559.svg)

content/Phase 1/Projects/DevPulse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ title: DevPulse
1212
- Initial Prototype: [github.com/ExaDev/dev-pulse](https://github.com/ExaDev/dev-pulse)
1313
- [github.com/ExaDev/samples/DevPulse](https://github.com/ExaDev/breadboard-samples/tree/develop/samples/DevPulse)
1414

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

content/Phase 1/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ tags:
99
- [github.com/GoogleChromeLabs/breadboard-samples](https://github.com/GoogleChromeLabs/breadboard-samples)
1010
- [github.com/ExaDev/breadboard-samples](https://github.com/ExaDev/breadboard-samples)
1111

12-
### [[Walkthroughs]]
12+
### [Walkthroughs](Walkthroughs.md)
1313

1414
### Projects
1515

16-
#### [[Projects/DevPulse|DevPulse]]
16+
#### [DevPulse](Projects/DevPulse.md)
1717

18-
#### [[Projects/AutoBake|AutoBake]]
18+
#### [AutoBake](Projects/AutoBake.md)
1919

20-
#### [[Projects/CourseCrafter|CourseCrafter]]
20+
#### [CourseCrafter](Projects/CourseCrafter.md)
2121

2222
### [ExaDev/breadboard-kits](https://github.com/ExaDev/breadboard-kits)

content/Phase 2/BreadBot - Breadboard Discord Bot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BreadBot
22

3-
![[../files/Pasted image 20240529141552.png]]
3+
![Pasted image 20240529141552](../files/Pasted%20image%2020240529141552.png)
44

55
[github.com/ExaDev/breadbot](https://github.com/ExaDev/breadbot/branches)
66

content/Phase 2/Breadboard Chrome Extension.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Chrome Summariser Extension
22

33
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.
44

5-
![[../files/Pasted image 20240529141346.png]]
5+
![Pasted image 20240529141346](../files/Pasted%20image%2020240529141346.png)
66

7-
![[../files/333637740-a11a3778-4426-421b-8d26-df431da5abc5.mov]]
7+
![333637740-a11a3778-4426-421b-8d26-df431da5abc5](../files/333637740-a11a3778-4426-421b-8d26-df431da5abc5.mov)
88

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

content/Phase 2/HackerNews.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HackerNews Tool
22

3-
Boards intended for use as nested boards to interact with both the Algolia and Firebase APIs for HackerNews. Abstracted and generalised after being used for [[../Phase 1/Projects/DevPulse]]
3+
Boards intended for use as nested boards to interact with both the Algolia and Firebase APIs for HackerNews. Abstracted and generalised after being used for [DevPulse](../Phase%201/Projects/DevPulse.md)
44

55
- [Algolia Search](https://github.com/breadboard-ai/breadboard/blob/main/packages/breadboard-web/src/boards/hacker_news_algolia_search.ts)
66
[🔗](https://breadboard-ai.web.app/?board=https://raw.githubusercontent.com/breadboard-ai/breadboard/main/packages/breadboard-web/public/graphs/hacker_news_algolia_search.json)

content/Phase 2/index.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ aliases:
44
title: Phase 2
55
---
66

7-
### [[Breadboard Examples]]
7+
### [Breadboard Examples](Breadboard%20Examples.md)
88

9-
### [[BreadBot - Breadboard Discord Bot]]
9+
### [BreadBot - Breadboard Discord Bot](BreadBot%20-%20Breadboard%20Discord%20Bot.md)
1010

11-
### [[Invoker API]]
11+
### [Invoker API](Invoker%20API.md)
1212

13-
### [[BGL JSX]]
13+
### [BGL JSX](BGL%20JSX.md)
1414

15-
### [[Breadboard Gallery]]
15+
### [Breadboard Gallery](Breadboard%20Gallery.md)
1616

17-
### [[OpenAlex]]
17+
### [OpenAlex](OpenAlex.md)
1818

19-
### [[Holidays]]
19+
### [Holidays](Holidays.md)
2020

21-
### [[HackerNews]]
21+
### [HackerNews](HackerNews.md)
2222

23-
### [[Breadboard Chrome Extension]]
23+
### [Breadboard Chrome Extension](Breadboard%20Chrome%20Extension.md)
2424

25-
### [[Breadboard React Component Library]]
25+
### [Breadboard React Component Library](Breadboard%20React%20Component%20Library.md)
2626

27-
### [[Create Breadboard Package]]
27+
### [Create Breadboard Package](Create%20Breadboard%20Package.md)
2828

29-
### [[Market Research Board]]
29+
### [Market Research Board](Market%20Research%20Board.md)
3030

31-
### [[Slack Integration]]
31+
### [Slack Integration](Slack%20Integration.md)
3232

33-
### [[NPM Packages]]
33+
### [NPM Packages](NPM%20Packages.md)

content/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ title: ExaDev Breadboard Activity
55
> [!TIP]
66
> The `🔗` links will open the board in Breadboard Web
77
8-
## [[Phase 1/index|Phase 1]]
9-
## [[Phase 2/index|Phase 2]]
8+
## [Phase 1](Phase%201/index.md)
9+
## [Phase 2](Phase%202/index.md)

0 commit comments

Comments
 (0)