Skip to content

Commit 5df500a

Browse files
authored
Update ipad.md
Added table of contents links
1 parent 02069a6 commit 5df500a

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

doc/ipad.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
- [Known Issues](#known-issues)
66
- [How to access code-server with a self signed certificate on iPad?](#how-to-access-code-server-with-a-self-signed-certificate-on-ipad)
77
- [Servediter iPad App](#servediter-ipad-app)
8-
- [Raspberry Pi USB-C Network](#raspberry-pi-usb-c-network)
8+
- [Raspberry Pi USB-C Network](#raspberry-pi-usb-c-network)
9+
- [Recommendations](#recommendations)
10+
- [By 2022 iPad coding more desirable on Arm Macs](#by-2022-iPad-coding-more-desirable-on-arm-macs)
911

1012
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1113

@@ -64,16 +66,6 @@ refuse to allow WebSockets to connect.
6466
the certificate. [more apple support here](https://support.apple.com/en-us/HT204477)
6567
6. Now you can access code-server! 🍻
6668

67-
### Recommendations
68-
69-
Once you have code-server accessible to your iPad a few things could help save you time:
70-
71-
- Use multi task mode to make code changes and see browser at the same time
72-
- Prevents iOs background dropping an App's state if you are full screen switching between code-server and browser
73-
- Be sure you are using the debug/terminal that is built into VS Code so that you don’t need another terminal app running
74-
- Again, prevents switching between full screen app and losing your view to iOs background app memory management
75-
- You should be of a mindset willing to deal and adapt with differences in having an imperfect experience, for the perceived joyful benefits of interacting with your computer in more intuitive ways
76-
7769

7870
### Servediter iPad App
7971

@@ -86,7 +78,7 @@ Download [Serveediter](https://apps.apple.com/us/app/servediter-for-code-server/
8678
App Store and then input your server information. If you are running a local server or mabye a usb-c
8779
connected Raspberry Pi, you will input your settings into "Self Hosted Server".
8880

89-
### Raspberry Pi USB-C Network
81+
## Raspberry Pi USB-C Network
9082

9183
It is a bit out of scope for this project, however, great success is being reported using iPad on the go with just a single USB-C cable connected to a Raspberry Pi both powering and supplying direct network access. Many support articles already exist but the key steps boil down to turning on Network over USB-C on the Raspberry Pi itself and the rest of the steps are just like getting Code Server running any where else.
9284

@@ -101,7 +93,18 @@ Resources worthy of review:
10193
>
10294
> -- <cite>[Acker Apple](http://github.com/ackerapple/)</cite>
10395
104-
### By 2022 iPad coding more desirable on Arm Macs
96+
97+
## Recommendations
98+
99+
Once you have code-server accessible to your iPad a few things could help save you time:
100+
101+
- Use multi task mode to make code changes and see browser at the same time
102+
- Prevents iOs background dropping an App's state if you are full screen switching between code-server and browser
103+
- Be sure you are using the debug/terminal that is built into VS Code so that you don’t need another terminal app running
104+
- Again, prevents switching between full screen app and losing your view to iOs background app memory management
105+
- You should be of a mindset willing to deal and adapt with differences in having an imperfect experience, for the perceived joyful benefits of interacting with your computer in more intuitive ways
106+
107+
## By 2022 iPad coding more desirable on Arm Macs
105108

106109
> This section is generalized opinions intended to inform fellow Apple product consumers of perceived over time changes coming down the line
107110

0 commit comments

Comments
 (0)