Updated: Friday, October 06,2023-10-06 06:41:23

main
Shwetha Jayaraj 2023-10-06 06:41:25 -04:00
parent 2c4c3c1fbb
commit 379e39997c
3 changed files with 33 additions and 12 deletions

View File

@ -0,0 +1,11 @@
{
"recentFiles": [
{
"basename": "Related Projects",
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
}
],
"omittedPaths": [],
"maxLength": null,
"openType": "tab"
}

View File

@ -4,15 +4,19 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "650ae5724dccdc8f", "id": "7251289ab1c8adb5",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "a5e09b36b30ab812", "id": "43c9ba9a5aeafe07",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {} "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md",
"mode": "source",
"source": false
}
} }
} }
] ]
@ -69,7 +73,8 @@
"state": {} "state": {}
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@ -89,6 +94,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -105,6 +111,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -126,7 +133,9 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": {} "state": {
"file": "Coding Tips (Classical)/Project Vault/Communication Projects/Typewriter/Related Projects.md"
}
} }
} }
] ]
@ -138,18 +147,18 @@
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
"obsidian-matrix:Obsidian Matrix": false,
"digitalgarden:Digital Garden Publication Center": false,
"omnisearch:Omnisearch": false,
"templater-obsidian:Templater": false,
"switcher:Open quick switcher": false, "switcher:Open quick switcher": false,
"graph:Open graph view": false, "graph:Open graph view": false,
"canvas:Create new canvas": false, "canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false, "daily-notes:Open today's daily note": false,
"templates:Insert template": false, "templates:Insert template": false,
"command-palette:Open command palette": false "command-palette:Open command palette": false,
"obsidian-matrix:Obsidian Matrix": false,
"digitalgarden:Digital Garden Publication Center": false,
"omnisearch:Omnisearch": false,
"templater-obsidian:Templater": false
} }
}, },
"active": "09403aca8ace06de", "active": "43c9ba9a5aeafe07",
"lastOpenFiles": [] "lastOpenFiles": []
} }

View File

@ -4,6 +4,7 @@
- [git repo ](https://github.com/guanix/typewriter) - [git repo ](https://github.com/guanix/typewriter)
- This[ Project Typewriter](http://numist.net/post/2010/project-typewriter.html) post by Numist - This[ Project Typewriter](http://numist.net/post/2010/project-typewriter.html) post by Numist
- additionally here is the [github](https://github.com/numist/project-typewriterl) - additionally here is the [github](https://github.com/numist/project-typewriterl)
- Nuts & Volts Typer
- Arvind Sanjeev's [project](https://arvindsanjeev.com/ghostwriter.html) & [github](https://github.com/ArvindSanjeev) - Arvind Sanjeev's [project](https://arvindsanjeev.com/ghostwriter.html) & [github](https://github.com/ArvindSanjeev)
- Turning [typerwriter into linux terminal ](https://habr.com/en/articles/692488/) - Turning [typerwriter into linux terminal ](https://habr.com/en/articles/692488/)
- This[ arduino code](https://github.com/artillect/serial-typewriter/blob/main/serial-typewriter.ino) for serial input - This[ arduino code](https://github.com/artillect/serial-typewriter/blob/main/serial-typewriter.ino) for serial input