# Drafts Autocompletes  This is a collection of my personal “[Autocomplete Suggestions](https://docs.getdrafts.com/docs/editor/autocomplete)” (identical to what [TextExpander](https://apps.apple.com/us/app/textexpander-keyboard/id1075927186) calls “snippets”) for Drafts. Because - [**wtf**](https://github.com/extratone/drafts/blob/main/snippets/wtf.txt) ``` https://davidblue.wtf/drafts/[[uuid]].html ``` - [**x**](https://github.com/extratone/drafts/blob/main/snippets/x.txt) ``` [[[display_title]]]([[draft_open_url]]) ``` - [**latlong**](https://github.com/extratone/drafts/blob/main/snippets/latlong.txt) ``` `38.930666--92.395974-[[date|%m%d%Y-%H%M%S]]` ``` - [**img**](https://github.com/extratone/drafts/blob/main/snippets/img.txt) ``` ![]() ``` - [**code**](https://github.com/extratone/drafts/blob/main/snippets/code.txt) ``` [[clipboard]] ``` - [**snap**](https://github.com/extratone/drafts/blob/main/snippets/snap.txt) ``` [[clipboard]] ``` - [**video**](https://github.com/extratone/drafts/blob/main/snippets/video.txt) ``` <video controls> <source src="[[clipboard]]"> </video> ``` - [**audio**](https://github.com/extratone/drafts/blob/main/snippets/audio.txt) ``` <audio controls> <source src=“”> </audio> ```
Drafts Autocompletes
This is a collection of my personal “Autocomplete Suggestions” (identical to what TextExpander calls “snippets”) for Drafts. Because