Commit Diff


commit - 449a4855803331c42ba3ed53d5fe062e685c6670
commit + 932f1a91ac3bc129da2c1950a0c579aa3f97aec5
blob - /dev/null
blob + d68a849bb9a5a7231b675dc8d20eb102c3b92186 (mode 644)
--- /dev/null
+++ suggest.html
@@ -0,0 +1,57 @@
+<h1>Suggest your vi and/or ex commands</h1>
+
+<p>you can not do without beyond the basics.</p>
+
+<form
+  class="w-100"
+  method="post"
+  action="https://high5.nl/service/form_parse.php">
+
+<input type="hidden" name="form_auth" value="2cc442b1de6527bda6e76d3d8bac6b3c">
+<input type="hidden" name="form_receiver" value="contact;high5.nl">
+<input type="hidden" name="form_subject" value="Why vi rocks suggestion">
+<input type="hidden" name="form_pre_message" value="Command I can not do without">
+<input type="hidden" name="form_redirect" value="https://www.why-vi.rocks/thanx.html">
+<input type="hidden" name="form_fields" value="name, message">
+<input type="hidden" name="form_additional_fields" value="name, credit, command, message">
+
+<label for="name">Type-in your name *</label>
+<input
+  class="db outline mb2 ba pa2 w-100" id="name"
+  type="text"
+  name="name"
+  required="required"
+  placeholder="Alice">
+
+<label for="credit">for my commit credit use *</label>
+<input
+  class="db outline mb2 ba pa2 w-100" id="email"
+  type="text"
+  name="credit"
+  required="required"
+  placeholder="Twitter / Mastodon ...">
+
+<label for="command">the vi / ex command *</label>
+<input
+  class="db outline mb2 ba pa2 w-100" id="command"
+  type="text"
+  name="command"
+  required="required"
+  placeholder=":%!sort">
+
+<label for="message">description *</label>
+<textarea
+  class="db outline mb2 ba pa2 w-100"
+  id="message"
+  name="message"
+  required="required"
+  rows="10">This command does 
+
+</textarea>
+
+<input
+  class="db outline mb2 b ba bg-yell b--yell black ph3 pv2 w-50 mt2"
+  type="submit"
+  value="Suggest it">
+
+</form>
blob - /dev/null
blob + adb0585e4ae78d06736f20633455154a6a9116d2 (mode 644)
--- /dev/null
+++ thanx.md
@@ -0,0 +1,3 @@
+# Thanx
+
+Your suggestion is sent.