mirror of
https://github.com/jvsteiner/send-note.git
synced 2026-07-22 11:20:26 +00:00
Update docs
This commit is contained in:
parent
3d4552fdd9
commit
4d82aae5ca
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,9 @@ WHERE share_link
|
|||
**You need to make sure to paste as plain text. If you don't know how to do that,
|
||||
change to Source Mode first before pasting.**
|
||||
|
||||
To sort with your most recent shares at the top, add a `SORT` under the `WHERE` line like this:
|
||||
Note titles are truncated at 28 characters. You can change that on the third line by changing the value in the `truncate` function.
|
||||
|
||||
To sort with your most recent shares at the top, add a `SORT` after the `WHERE` line like this:
|
||||
|
||||
```
|
||||
WHERE share_link
|
||||
|
|
|
|||
Loading…
Reference in a new issue