diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 780f9f7..c74068c 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,13 +1,13 @@ { "recentFiles": [ - { - "basename": "Typewriter Keys", - "path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md" - }, { "basename": "Related Projects", "path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md" }, + { + "basename": "Typewriter Keys", + "path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md" + }, { "basename": "gx6750", "path": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/gx6750.pdf" diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index b3b1292..c5f297a 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md", + "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md", "mode": "source", "source": false } @@ -94,7 +94,7 @@ "state": { "type": "backlink", "state": { - "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md", + "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -111,7 +111,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md", + "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -134,7 +134,7 @@ "state": { "type": "outline", "state": { - "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md" + "file": "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md" } } } @@ -163,6 +163,7 @@ }, "active": "8e9d3d68e001a832", "lastOpenFiles": [ + "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Typewriter Keys.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/gx6750.pdf", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/RADIO/Software/Trunked Radio.md", @@ -189,7 +190,6 @@ "Machine Tips (Quantum)/Physics/Optics.md", "Machine Tips (Quantum)/Physics/Particle Terms.md", "Machine Tips (Quantum)/Project Vault/Constructions/Hardware/About Hardware.md", - "Machine Tips (Quantum)/Project Vault/Constructions/Hardware/Spark Gap Physics.md", "Coding Tips (Classical)/Project Vault/About Obsidian/imgFiles/Pasted image 20231022162536.png", "Machine Tips (Quantum)/Project Vault/Constructions/3D printing", "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/week 5 web design", diff --git a/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md b/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md index 00c997f..af9a9e7 100644 --- a/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md +++ b/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/Related Projects.md @@ -2,11 +2,16 @@ - The[ Hack Manhattan ASCII Art Project ](https://wiki.hackmanhattan.com/Typewriter_ASCII_art) - [git repo ](https://github.com/guanix/typewriter) + - 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) + - Nuts & Volts [Typewriter into printer ](https://www.nutsvolts.com/magazine/article/turn-a-typewriter-into-a-printer) - goes into serial port usage and maps keys + + - 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/) - This[ arduino code](https://github.com/artillect/serial-typewriter/blob/main/serial-typewriter.ino) for serial input - 6 Channel Logic [analyzer](https://hackaday.io/project/1633/gallery#2033d0fe971a49370cf4122687ad3379) for arduino diff --git a/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/typewriter Keys.md b/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/typewriter Keys.md index 0bd2d4d..e59d9fd 100644 --- a/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/typewriter Keys.md +++ b/enter/Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/Typewriter/typewriter Keys.md @@ -1,3 +1,8 @@ + +Because the keyboard part of the typewriter is sort of the core function of this whole thing. + +--- + # Brother III Typewriter @@ -14,23 +19,21 @@ - --- +# How do the keys work? - -#### How do the keys work? - ->[!info] Do a demo of the typewriter by holding `Backspace` + the `alt` key - - -*How to use:* Write things just like a normal typewriter. +Write things just like a normal typewriter. **Keys of particular importance:** - `W out` - whites out 3 characters worth -- `Correct` - -- `Backspace` - +- `Correct` - whites out the standing character +- `Backspace` - backspaces like normal Keys to still figure out: - `reloc` +>[!info] Do a demo of the typewriter by holding `Backspace` + the `alt` key + + --- @@ -39,4 +42,3 @@ Keys to still figure out: ## Software Used - Arduino IDE -- \ No newline at end of file