From 4e0c9501aa228c4b843cbbc23e44ba1b859bb728 Mon Sep 17 00:00:00 2001 From: Holly Hudson Date: Sat, 18 Mar 2023 14:53:54 +0100 Subject: [PATCH] testing ipad features adds a notes file that I'm doodling in to try to find a way to edit in vi on the ipad. --- notes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..486f903 --- /dev/null +++ b/notes.md @@ -0,0 +1,20 @@ +# Notes + +This file is for testing to see if it's possible to edit in vi somehow. + +## A Section + +- here's a list +- with some entries +- to see how this goes + +## Next Section + +Here I am editing this in iVim. + +- [ ] Will it share back correctly? +- [ ] If it shares back correctly, can I view more than one of these in separate windows? + +Well, it does make a window, but it looks like it puts the files in tabs in those windows. + +Yo!