Adjusted some wording on the comments in launch-ulysses.js
This commit is contained in:
@@ -6,10 +6,10 @@ javascript:(function()%7Bvar%20template%20%3D%20%60%2523%2523%2520title%250Aslug
|
||||
/*
|
||||
The following is the expanded code
|
||||
|
||||
It takes the URL encoded template as a variable
|
||||
checks the user agent to see if you're running it on an iPhone/iPad/iPod
|
||||
If you're running on iOS, it opens a new sheet in Ulysses with the template
|
||||
If you're on any other platform, it copies the template to your clipboard
|
||||
- It takes the URL encoded template as a variable
|
||||
- Checks the user agent to see if you're running it on an iPhone/iPad/iPod
|
||||
- If you're running on iOS, it opens a new sheet in Ulysses with the template
|
||||
- If you're on any other platform, it copies the template to your clipboard
|
||||
*/
|
||||
|
||||
var template = `%23%23%20title%0Aslug%0Atags%0A%0Abody`;
|
||||
|
Reference in New Issue
Block a user