-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdrafttemplates.txt
More file actions
964 lines (731 loc) · 26.3 KB
/
drafttemplates.txt
File metadata and controls
964 lines (731 loc) · 26.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
# Actions Template %|
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**Drafts Directory**](https://directory.getdrafts.com/)
- [GitHub Issue](https://github.com/extratone/drafts/issues/74)
- [**Gist**](https://gist.github.com/8e70d1c53bbf9daa5eb36e697bafa6ac)
- [Repo File](https://github.com/extratone/drafts/blob/main/actions/ActionsTemplate.md)
- [Things](things:///show?id=VCpcBZmMmbmyFaY4XuSzy8)
- [Simplenote Local](simplenote://note/70f69966c6994b4f9464950d34a8fdb9)
- [Simplenote Publish](http://simp.ly/publish/FcZg5S)
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
<script src="https://gist.github.com/extratone/8e70d1c53bbf9daa5eb36e697bafa6ac.js"></script>
## Description
## Directory Description
---
## JS
```js
```
---
## Install
# Anecdote Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [display_title]([[draft_open_url]])
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Things
---
# App Store Review Template
# Apple Feedback Template
- [**[[clipboard]]**](https://feedbackassistant.apple.com/feedback/<|>)
- [GitHub Issue](https://github.com/extratone/i/issues/206)
- [WTF](https://davidblue.wtf/drafts/D5638AF5-017D-47CB-9B1F-C444EFB46EEF.html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- [Gist](https://gist.github.com/69fb3b553ad6259dc794a8eee27daba0)
- [Redirect](https://davidblue.wtf/feedback) - `https://davidblue.wtf/feedback`


---
### Please provide a descriptive title for your feedback:
*Example: Unable to make phone calls from lock
screen*
### Which area are you seeing an issue with?
*Please select the problem area*
- 3rd Party App
- Accessibility
- AirDrop
- AirPlay
- App Privacy Report
- App Store
- App Switcher
- Apple Card
- Apple Pay
- Audio
- Auto Unlock
- Backup
- Battery Life
- Battery Life - Charging
- Bluetooth
- Books
- Calendar
- Camera
- Car Keys
- CarPlay
- Cellular Service (Calls & Data)
- Clock
- Contacts
- Continuity/Handoff
- Control Center
- Dark Mode
- Device Feels Warm
- Device Syncing
- Face ID
- FaceTime
- FaceTime - SharePlay
- Feedback Assistant
- Files app
- Find My
- Fitness/Fitness+
- Focus
- Haptics/Vibration
- Health
- Home App & HomeKit Accessories
- Home Screen
- iCloud
- iCloud Private Relay
- ¡Tunes Store
- Keyboard
- Lock Screen
- Mail
- Maps
- Messages
- Music
- News
- Notes
- Notification Center
- Notifications
- Phone app
- Photos
- Picture in Picture
- Podcasts
- Printing
- Reminders
- Respiratory Rate
- Rotation
- Safari
- Screen Recording
- Screen Time
- Scribble
- Security
- Settings
- Share Sheet
- Shortcuts
- Sidecar
- Siri
- Sleep
- Software Update
- Split View/Drag and Drop
- Spotlight Search
- System Crashes
- System Crashes
- System Slow/Unresponsive
- Touch ID
- Translate app
- Translation/Localization
- TV app/Apple TV+
- VPN
- Wallet
- Watch app
- Weather
- Wi-Fi
- Accelerate Framework
- Accounts Framework
- AirPods Beta Firmware
- App Attest
- AppClip Framework
- Appintents Framework
- AppTracking Transparency Framework
- ARKit
- Authentication Services Framework
- AVFoundation
- AVKit
- BackgroundAssets Framework
- BackgroundTasks Framework
- Callkit
- CarPlay Accessory Development
- CarPlay App Development
- ClassKit
- CloudKit
- Combine Framework
- Contacts Framework
- Core Animation API
- Core Audio API
- Core Bluetooth AP
- Core Data API
- Core Foundation API
- Core Graphics API
- Core Image API
- Core Location API
- Core Media API
- Core Motion API
- Core Telephony API
- Core Text API
- Core Video API
- CoreML API
- CoreNFC API
- DeviceActivity Framework
- DeviceCheck
- Eventkit
- ExposureNotification Framework
- ExtensionFoundation
- Extensionkit
- External Accessory Framework
- FamilyControls Framework
- FileProvider Framework
- Foundation
- Game Controller Framework
- GameKit
- GameplayKit
- GroupActivities Framework
- Healthkit
- HomeKit Development
- Image 1/O
- lOKit
- JavaScriptCore
- Local Authentication Framework
- ManagedSettings Framework
- MapKit
- Media Player Framework
- Metal
- Metrickit
- Model 1/0
- Multipeer Connectivity Framework
- Musickit
- Natural Language
- NearbyInteraction Framework
- Network Framework
- NotificationCenter Framework
- PassKit
- PDFKit
- PencilKit
- PHASE Framework
- PhotoKit
- ProximityReader Framework
- PushKit
- PushToTalk Framework
- QuickLook Framework
- RealityKit
- ReplayKit
- RoomPlan Framework
- Scenekit
- Security Framework
- Shared WithYou Framework
- Sirikit
- Spatial Framework
- Speech Framework
- SpriteKit
- StoreKit
- SwiftUl Framework
- ThreadNetwork Framework
- UIKit
- UserNotifications Framework
- Vision Framework
- VisionKit
- WatchConnectivity Framework
- WatchKit Framework
- WeatherKit
- Webkit
- Something else not on this list
### What type of feedback are you reporting?
*Choose...*
- Incorrect/Unexpected Behavior
- Application Crash
- Application Slow/Unresponsive
- Battery Life
- Suggestion
## Description
**Please describe the issue and what steps we can take to reproduce it:**
*Please include:*
- A clear description of the problem
- A step-by-step set of instructions to reproduce the problem (if possible)
- What results you expected
- What results you actually saw
# Cheatsheets Template
# ColumbiaMO Telegram Chat Template
# Drafts Directory Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [GitHub Issue](https://github.com/extratone/drafts/issues/)
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- [Directory Search](https://directory.getdrafts.com/search?utf8=✓&q=<|>)
---
# Family Recommendation Template
# General Forums Template
# Index Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**Original Repository**](https://github.com/extratone/)
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Simplenote Local
- Simplenote Publish
- Things
---
## Gist
---
<|>
# iTextEditors Submission Template
- [GitHub Issue](https://github.com/extratone/i/issues/204)
- [Repository file](https://github.com/extratone/i/blob/main/misc/iTextEditorsSubmission.md)
- [Gist](https://gist.github.com/d72d11ffc4cc1b0a0e42bf4d937dd098)

This is a markdown-formatted adaptation of [**the submission form**](http://brettterpstra.wufoo.com/forms/ios-text-editors) for Brett Terpstra's [iTextEditors wiki](https://brettterpstra.com/ios-text-editors), created so that one can comfortably ponder their answer in their local text editor minus the anxiety of losing their progress because of a page reload or the pressure of having to complete the entirety in one sitting.
**Please note that it was *not* solicited or endorsed by Brett.**
---
Submit a new editor or a correction to an existing listing. Correction submissions may fill out just the affected fields, your contact info and a clarification note.
This listing is for PLAIN TEXT editors only. If your app cannot edit and export plain text, it will not be listed. All submissions will be reviewed before publishing.
---
- **App name**:
- **Price**:
*Enter the USD price for the app. If the app is free, enter 0.00.*
- **App Store ID**:
- **Homepage**:
*Developer pages are preferred, App Store links may be used if none exists. App Store links will be generated automatically in the listing based on App ID.*
## Platform
*Check all that apply*
- [ ] iPhone
- [ ] iPad
## Export options
*Check all that apply*
- [ ] Dropbox
- [ ] iCloud
- [ ] WebDAV
- [ ] iTunes
- [ ] Simplenote
- [ ] Proprietary
- [ ] Plain Text
- [ ] Copy HTML
- [ ] Email text
- [ ] Email HTML
- [ ] PDF
- [ ] Print
- [ ] Open in...
- [ ] Document Provider
- [ ] iCloud Drive
*Add additional sync/transport options under "additional features".*
## Standard features
*Check all that apply*
- [ ] TextExpander
- [ ] Markdown preview/export
- [ ] Markdown editing features
- [ ] Appearance options
- [ ] Extra keyboard row
- [ ] In-document search
- [ ] Search and replace
- [ ] Full-text file search
- [ ] Word count
- [ ] Character count
- [ ] Page count
- [ ] Reading time
- [ ] URL scheme
- [ ] Web browser
- [ ] Syntax highlighting
- [ ] Desktop companion
- [ ] Split Screen
*Add unlisted features/clarifications under "additional features".*
---
## Additional features
*One feature per line, one line per feature, no hyphens or asterisks at the beginning. Please keep them short and concise.*
...
## Contact info (email) and additional comments
...
# Keys Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**Shared Numbers Spreadsheet**](https://www.icloud.com/numbers/)
- [GitHub Issue](https://github.com/ExtraKeys/keys/issues/)
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- [App Store Share URL](https://apps.apple.com/us/app/)
- [Gist](https://gist.github.com/extratone/)
- Things
Hardware (bluetooth) keyboard shortcuts for [Essayist for iOS/iPadOS](https://apps.apple.com/us/app/essayist-apa-mla-more/id1537845384).
---
![Icon]()
<script src=""></script>
## Repository Files
- [Numbers](https://github.com/ExtraKeys/keys/blob/main/essayist/EssayistKeyboardShortcuts.numbers)
- [PDF](https://github.com/ExtraKeys/keys/blob/main/essayist/EssayistKeyboardShortcuts.pdf)
- [CSV](https://github.com/ExtraKeys/keys/blob/main/essayist/EssayistKeyboardShortcuts.csv)
- [Excel](https://github.com/ExtraKeys/keys/blob/main/essayist/EssayistKeyboardShortcuts.xlsx)
- [TSV](https://github.com/ExtraKeys/keys/blob/main/essayist/EssayistKeyboardShortcuts.tsv)
---
| Action | Command |
|-----------------|:-------:|
| Insert Citation | ⌘ ' |
| Bold | ⌘ B |
| Italic | ⌘ I |
| Underline | ⌘ U |
| Increase Indent | ⌘ } |
| Decrease Indent | ⌘ { |
| Body Text | ⌘ 0 |
| Block Quote | ⌘ " |
| Heading 1 | ⌘ 1 |
| Heading 2 | ⌘ 2 |
| Heading 3 | ⌘ 3 |
| Heading 4 | ⌘ 4 |
| Heading 5 | ⌘ 5 |
| Hide Word Count | ⇧ ⌘ W |
| Hide Page Count | ⇧ ⌘ P |
| Zoom In | ^ ⌘ + |
| Zoom Out | ^ ⌘ - |
# Leonard Template
Updated `[[date|%m%d%Y-%H%M%S]]`--`[[latitude]]-[[longitude]]`
- [Issue](https://github.com/users/extratone/leonard/issues/)
- [Project](https://github.com/users/extratone/projects/16)
---
<|>
# Manpage Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
---
% HELLO(1) Version 1.0 | Frivolous "Hello World" Documentation
NAME
====
**hello** — prints Hello, World!
SYNOPSIS
========
| **hello** \[**-o**|**--out** _file_] \[_dedication_]
| **hello** \[**-h**|**--help**|**-v**|**--version**]
DESCRIPTION
===========
Prints "Hello, _dedication_!" to the terminal. If no dedication is
given, uses the default dedication. The default dedication is chosen by
the following sequence:
1. Using the environment variable *DEFAULT_HELLO_DEDICATION*
2. Using the per-user configuration file, *~/.hellorc*
3. Using the system-wide configuration file, */etc/hello.conf*
4. Finally, using "world".
Options
-------
-h, --help
: Prints brief usage information.
-o, --output
: Outputs the greeting to the given filename.
The file must be an **open(2)**able and **write(2)**able file.
-v, --version
: Prints the current version number.
FILES
=====
*~/.hellorc*
: Per-user default dedication file.
*/etc/hello.conf*
: Global default dedication file.
ENVIRONMENT
===========
**DEFAULT_HELLO_DEDICATION**
: The default dedication if none is given. Has the highest precedence
if a dedication is not supplied on the command line.
BUGS
====
See GitHub Issues: <https://github.com/[owner]/[repo]/issues>
AUTHOR
======
Foobar Goodprogrammer <[email protected]>
SEE ALSO
========
**hi(1)**, **hello(3)**, **hello.conf(4)**
# Markup Test Template
# Welcome to Tomorrow
Advice from all day The Mouse dear she knelt down in surprise. for yourself to try to leave **off** writing down looking anxiously to meet the sand with oh such a waistcoat-pocket [or judge by his housemaid she exclaimed in](http://dummy.com) a steam-engine when he would die. Sentence first idea was written up my mind what *this* young lady to move. Are they lay sprawling about half the Fish-Footman began. Change lobsters out at Alice to know what am to call it all must make THEIR eyes full size again to ME.
## Tell Me My Mind and Sighing In
We quarrelled last more They were too but after a good advice though still and Derision. Ten hours to grow smaller and birds with respect. Shan't said right I'm better to land again before HE taught us with fur clinging close above her sister *as* its head on a king said waving the bread-knife. Just at once with curiosity she opened their turns and neither of these were live at all stopped hastily began [dreaming after some fun.](http://dummy.com)
### Tell Me My Mind and Sighing In
#### Tell Me My Mind and Sighing In
##### Tell Me My Mind and Sighing In
###### Tell me my mind and sighing in
The game's going through the top of Rome no arches. She drew a **great** dismay [*and* curiouser. I'll be afraid said What](http://dummy.com) trial.[^fn1]
[^fn1]: down one old Father William and skurried away comfortably enough.
* song
* swallow
* behind
* alarm
* beautify
they draw treacle out a dear. Be off this New Zealand or [the mushroom said it sad and](http://dummy.com) turning purple. Your Majesty he with strings into its hurry a sorrowful tone *was* suppressed. Somebody said So you haven't found it. IT. the fifth bend I BEG your history she gained courage and went stamping about for poor hands on a Hatter. Keep back again as **serpents.**
![dummy][img1]
[img1]: http://placekitten.com/400/300
## Anything You Ever Thought It Every Door About This
Nerds love tables. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|wearily.|sighed||||
|:-----:|:-----:|:-----:|:-----:|:-----:|
breathe|I|SAID|he|that|
shan't.|_I_||||
myself|you|you|know|him|
beauti|Beautiful|this|into|that|
they|before|heard|having|for|
Soup of WHAT. Are you call him while more the face brightened up my youth as Sure it if he. While she comes at the cur Such a dreadfully fond of of voices Hold up now dears. Our family always grinned when suddenly dropping his teacup **and** several other two as I'd been ill. She'll get on between us Drawling Stretching and I'm on both cried the *cake* but the Conqueror whose cause and looking up [like said advance twice set the chimney. ](http://dummy.com)
> Pray how late much indeed Tis the pleasure of the royal children.
> Herald read in search of having found the subject.
1. treacle
1. close
1. Master cleanse.
2. Pour-over chillwave chia,.
3. Quinoa swag mixtape typewriter,.
4. And so on.
1. teeth
1. teases
1. driest
They're putting down here and conquest. Pat what's more happened [and one crazy. Some of saying *Thank* you](http://dummy.com) Though they arrived **with** tears. Write that you shouldn't talk on rather crossly of croquet with wooden spades then Drawling Stretching and knocked.[^fn2]
[^fn2]: so kind Alice again using the trouble you thinking there are the cupboards and hurried upstairs in to it
---
Collar that part about once without a child
but why it made Alice or
Run home thought poor speaker said Get
up eagerly and one repeat TIS THE BOOTS either.
As a new pair of Mercia and sometimes shorter.
won't stand on yawning.
So he said without being alive the Lory
positively refused to sea of
First because I DON'T know all in them called lessons and lonely andCheshire cats nasty low and
: muttered the pig-baby was only look about cats eat one only too began with all played
Silence.
: cried.
Some of thing I've fallen by
: Here Bill.
We can go no
: Heads below and her lap of saying lessons and bread-and butter you needn't be treated with sobs of mushroom
Said the sand with large
: Serpent I needn't try the guests to grin thought and had hurt and don't want YOURS I wonder
Fetch me the dance.
: Chorus again in custody by far down upon a moment I hardly enough yet Oh tis love that will talk
```ruby
def wonderland(alice)
puts "Cheshire Cat #{smile}"
end
```
# mastodon-ios-apps Template

- [GitHub Issue](https://github.com/extratone/mastodon-ios-apps/issues/)
- [**App Store**]()
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Home Page
- Press Kit

- **App ID**: `1501485410`
## Description
> Mastoot is a beautiful, elegant, and performant Mastodon client app.
## Developer Contact
## Embed
```
```
## Data
[App Store Tools](shortcuts://run-shortcut?name=App%20Store%20Tools)
---
---
[Local](drafts://open?uuid=FC33BE7A-1C8C-4A49-8FBE-281A4E47A60F)
# Notes Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**GitHub Issue**](https://github.com/extratone/bilge/issues/<|>)
- Local
- [Notes]([[draft_open_url]])
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- Things
---
## Social
## General
## Reference
## Reading
# Raindrop Collection Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**URL**](https://raindrop.io/davidblue/)
- [RSS](https://raindrop.io/collection/[[clipboard]]/feed)
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- [In-App](https://app.raindrop.io/my/[[clipboard]])
**ID**: `[[clipboard]]`
---
## Description
## Embed
`header, excerpt, info, add`
```
<iframe style=“border: 0; width: 100%; height: 650px;” allowfullscreen frameborder=“0” src=“https://raindrop.io/davidblue/[[clipboard]]/embed/theme=auto&hide=header%2C+excerpt%2C+info%2C+add&sort=-created”></iframe>
```
<iframe style="border: 0; width: 100%; height: 450px;" allowfullscreen frameborder="0" src="https://raindrop.io/davidblue/embed/theme=auto&hide=header%2C+excerpt%2C+info%2C+add&sort=-created"></iframe>
===
<iframe style="border: 0; width: 100%; height: 1000px;" allowfullscreen frameborder="0" src="https://raindrop.io/davidblue/embed/me/theme=auto"></iframe>
# Repository Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**Repository**](https://github.com/extratone/)
- [Raw README File](https://raw.githubusercontent.com/extratone/[REPO]/master/README.md)
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Things
---
<|>
# Rolodex Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**Cardhop**](
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- [Email](mailto:)
---
# RoutineHub/Shortcut Documentation Template <|>
Updated `[[date|%m%d%Y-%H%M%S]]`
- [GitHub Issue](https://github.com/extratone/i/issues/)
- [**RoutineHub Page**](https://routinehub.co/shortcut/)
- [iCloud Share Link]()
- [Working Copy](working-copy://open?repo=i&path=shortcuts&mode=content)
- [Source Repo File](https://github.com/extratone/i/blob/main/shortcuts/.shortcut)
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- Things
---
## Social
- Telegram
---
## Short description.
---
## Contact
- [Contact Card](https://davidblue.wtf/db.vcf)
- [Telegram](https://t.me/extratone)
- [Email](mailto:[email protected])
- [Twitter](https://twitter.com/NeoYokel)
- [Mastodon](https://mastodon.social/@DavidBlue)
- [Discord](https://discord.gg/0b9KQUKP858b0iZF)
- [*Everywhere*](https://raindrop.io/davidblue/social-directory-21059174)...
# Runestone iTextEditors Submission
- [GitHub Issue](https://github.com/extratone/i/issues/204)
- [Repository file](https://github.com/extratone/i/blob/main/misc/iTextEditorsSubmission.md)
- [Gist](https://gist.github.com/d72d11ffc4cc1b0a0e42bf4d937dd098)

## Social
@ttscoff hey Brett, I'm working on a submission to iTextEditors for @simonbs' Runestone and well... I'm trying not to suck lol. especially because our terminology has changed so much since file provider storage became an assumption. would it be disruptive if I mostly copy from his press kit? it's pretty succinct. https://github.com/extratone/Runestone/tree/main/PressKit
also, somewhat separately - since I ended up making it for myself, anyway - I thought I'd share this rough template for those of us who'd feel more comfortable preparing our submissions in markdown beforehand. just in case you think it might be useful to others. https://gist.github.com/d72d11ffc4cc1b0a0e42bf4d937dd098
---
### Replies
It's totally cool to re-use press material. The features that are already included in the checkboxes should be cut, and lines longer than ~60ch should be abbreviated, but I do that on my end as necessary, too.
-[@ttscoff](https://twitter.com/ttscoff/status/1539009966861959173)
https://github.com/extratone/Runestone/issues/
are y'all gon shame me for using the huge icons.
https://github.com/extratone/latte/generate
---
Submit a new editor or a correction to an existing listing. Correction submissions may fill out just the affected fields, your contact info and a clarification note.
This listing is for PLAIN TEXT editors only. If your app cannot edit and export plain text, it will not be listed. All submissions will be reviewed before publishing.
---
- **App name**: Runestone Text Editor
- **Price**: 0.00
*Enter the USD price for the app. If the app is free, enter 0.00.*
- **App Store ID**: 1548193893
- **Homepage**: https://runestone.app
*Developer pages are preferred, App Store links may be used if none exists. App Store links will be generated automatically in the listing based on App ID.*
## Platform
*Check all that apply*
- [x] iPhone
- [x] iPad
## Export options
*Check all that apply*
- [ ] Dropbox
- [ ] iCloud
- [ ] WebDAV
- [ ] iTunes
- [ ] Simplenote
- [ ] Proprietary
- [ ] Plain Text
- [ ] Copy HTML
- [ ] Email text
- [ ] Email HTML
- [ ] PDF
- [x] Print
- [x] Open in...
- [x] Document Provider
- [x] iCloud Drive
*Add additional sync/transport options under "additional features".*
## Standard features
*Check all that apply*
- [ ] TextExpander
- [ ] Markdown preview/export
- [ ] Markdown editing features
- [x] Appearance options
- [ ] Extra keyboard row
- [x] In-document search
- [x] Search and replace
- [x] Full-text file search
- [ ] Word count
- [ ] Character count
- [ ] Page count
- [ ] Reading time
- [ ] URL scheme
- [ ] Web browser
- [x] Syntax highlighting
- [ ] Desktop companion
- [x] Split Screen
*Add unlisted features/clarifications under "additional features".*
---
## Additional features
*One feature per line, one line per feature, no hyphens or asterisks at the beginning. Please keep them short and concise.*
...
## Contact info (email) and additional comments
...
# Shortcut Comment Template
Short description
My contact information:
Email: [email protected]
Contact card: bit.ly/whoisdavidblue
RoutineHub Profile: https://routinehub.co/user/blue
GitHub: https://github.com/extratone/i
Telegram: t.me/extratone
Twitter: twitter.com/NeoYokel
Reddit: reddit.com/u/asphaltapostle
Mastodon: mastodon.social/@DavidBlue
EVERYWHERE: bit.ly/dbrolodex
# Snippets Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [Drafts](drafts://open?uuid=CAABBB06-186C-437D-BC30-65844BDBEC2B)
- [WTF](https://davidblue.wtf/drafts/CAABBB06-186C-437D-BC30-65844BDBEC2B.html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Simplenote Local
- Simplenote Publish
- Things
---
# The Psalms Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**GitHub Issue**](https://github.com/extratone/bilge/issues/<|>)
- [Local]([[draft_open_url]])
- Notes
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- Things
---
## The most magical configurables I've ever created for iOS by a long way.
<!--more-->
<!--comment-->
# Tilde.Town Blog Template | 02212022-055406
# Underdocumented Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**GitHub Issue**](https://github.com/extratone/underdocumented/issues/)
- [Drafts](drafts://open?uuid=CAABBB06-186C-437D-BC30-65844BDBEC2B)
- [WTF](https://davidblue.wtf/drafts/CAABBB06-186C-437D-BC30-65844BDBEC2B.html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Simplenote Local
- Simplenote Publish
- Things
---
# Video Template
Updated `[[date|%m%d%Y-%H%M%S]]`
- [**GitHub Issue**](https://github.com/extratone/bilge/issues/<|>)
- Local
- [Notes]([[draft_open_url]])
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Things
---
## Social
---
## Meta
### Description
※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣
World Wide Web: https://bilge.world
Contact Card: https://davidblue.wtf/db.vcf
Twitter: https://twitter.com/NeoYokel
Mastodon: https://mastodon.social/@DavidBlue
Instagram: https://instagram.com/asphaltapostle
【※】【※】【※】【※】【※】【※】【※】【※】【※】【※】
『※』『※』『※』『※』『※』『※』『※』『※』『※』『※』
≋※≋※≋※≋※≋※≋※≋※≋※≋※≋※≋
░※░※░※░※░※░※░※░※░※░※░
# WTF Template <|>
Updated `[[date|%m%d%Y-%H%M%S]]`
- [[[display_title]]]([[permalink]])
- [WTF](https://davidblue.wtf/drafts/[[uuid]].html)
- [Local](shareddocuments:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Written/[[uuid]].md)
- Things
---