Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | use unicode star if poss for faves. --return-fave-char | marty hiatt | 2022-11-23 | 1 | -1/+3 | |
| | | | ||||||
* | | | add annotation to completions (URL for tag, username for mention) | marty hiatt | 2022-11-24 | 1 | -11/+36 | |
| | | | | | | | | | | | | this is still rough, uses a defvar-local which may be avoidable. | |||||
* | | | clean up compose-buffer capf control flow | marty hiatt | 2022-11-23 | 1 | -11/+28 | |
| | | | ||||||
* | | | disable company completion by default | marty hiatt | 2022-11-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | working capf completion | marty hiatt | 2022-11-23 | 1 | -27/+25 | |
| | | | ||||||
* | | | a first go at capf completion backends for mentions and tags | marty hiatt | 2022-11-22 | 1 | -20/+67 | |
| | | | | | | | | | | | | | | | the regex searches still fail sometimes, and completions don't show urls or usernames like the old company backends. | |||||
* | | | defvar mastodon-toot-tag-regex | marty hiatt | 2022-11-22 | 1 | -5/+11 | |
| | | | ||||||
* | | | a rough crack at handling company to capf conversion if cape/corfu | marty hiatt | 2022-11-22 | 1 | -6/+16 | |
|/ / | ||||||
* | | only enable company-mode if corfu-mode is off | marty hiatt | 2022-11-22 | 1 | -1/+2 | |
| | | | | | | | | they conflict and hang the buffer. see #314 | |||||
* | | copy-toot-url/text - handle fave/boost notifs | marty hiatt | 2022-11-22 | 1 | -4/+10 | |
| | | ||||||
* | | set toot language in compose buffer | marty hiatt | 2022-11-22 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | like the other settings, we just save to a buffer local variable then fetch it to send manual testing shows that delete and redraft preserves and repeats the setting. | |||||
* | | choose language, return ISO code | marty hiatt | 2022-11-22 | 1 | -1/+12 | |
|/ | ||||||
* | Merge branch 'edit-posts' into develop | marty hiatt | 2022-11-21 | 1 | -9/+94 | |
|\ | ||||||
| * | display edit timestamp in byline, function to view toot history | marty hiatt | 2022-11-21 | 1 | -12/+35 | |
| | | ||||||
| * | toot--edited-at | marty hiatt | 2022-11-21 | 1 | -0/+7 | |
| | | ||||||
| * | get toot edits | marty hiatt | 2022-11-21 | 1 | -0/+8 | |
| | | ||||||
| * | docstrings + autoloads | marty hiatt | 2022-11-21 | 1 | -5/+6 | |
| | | ||||||
| * | edit toot at point | marty hiatt | 2022-11-21 | 1 | -5/+51 | |
| | | | | | | | | | | | | edit from notifs we fetch 'base-toot or 'toot-json | |||||
* | | delete/redraft/pin toots from notifications | marty hiatt | 2022-11-20 | 1 | -2/+4 | |
|/ | | | | we simply fetch 'base-toot or 'toot-json | |||||
* | mastodon-handle-regex: use for company + propertizing | marty hiatt | 2022-11-20 | 1 | -15/+33 | |
| | ||||||
* | http--post - make args + headers optional args | marty hiatt | 2022-11-19 | 1 | -2/+2 | |
| | | | | also update all calls to it, no need for nil nil everywhere. | |||||
* | toot count: URLs = 23 chars, handes = no domain | marty hiatt | 2022-11-19 | 1 | -10/+33 | |
| | ||||||
* | toot.el -- separator for all funs but company backends | marty hiatt | 2022-11-19 | 1 | -17/+17 | |
| | ||||||
* | -- separator for profile/tl funs in other files | marty hiatt | 2022-11-18 | 1 | -5/+5 | |
| | ||||||
* | tweak toot prop mentions regex | marty hiatt | 2022-11-17 | 1 | -3/+7 | |
| | ||||||
* | flycheck -toot.el | marty hiatt | 2022-11-17 | 1 | -4/+6 | |
| | ||||||
* | Merge branch 'mentions-view' into develop | marty hiatt | 2022-11-17 | 1 | -10/+6 | |
|\ | ||||||
| * | refactor array params into -http--build-array-args-alist | marty hiatt | 2022-11-17 | 1 | -10/+6 | |
| | | ||||||
* | | prop tags/handles - tweak regex for spacing | marty hiatt | 2022-11-17 | 1 | -2/+2 | |
|/ | ||||||
* | only propertize handles and tags if they are bounded by non-words | marty hiatt | 2022-11-15 | 1 | -4/+4 | |
| | | | | fixes accidental propertizing of handles in links | |||||
* | fetch and use max chars per option for polls | marty hiatt | 2022-11-13 | 1 | -7/+17 | |
| | ||||||
* | allow boost/fave of base toot from notifs | marty hiatt | 2022-11-12 | 1 | -2/+6 | |
| | ||||||
* | wholly remove parent-toot; use base-toot/-id only | marty hiatt | 2022-11-12 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | the confusion came from the three different types of statuses we often encounter: - toot - boost/fave - notification (of boost/fave/mention) in notifications, we can't just use -tl--toot-id. it will return the notif's id, not the base toot's. so we do still fetch base-toot JSON (formerly 'parent-toot prop), and get base-toot-id from there, else from toot JSON. | |||||
* | Merge branch 'window-config' into develop | marty hiatt | 2022-11-12 | 1 | -10/+29 | |
|\ | ||||||
| * | store and restore window-config before and after composing a toot | marty hiatt | 2022-11-09 | 1 | -10/+29 | |
| | | ||||||
* | | polls: fetch max options from instance, reject more than that | marty hiatt | 2022-11-11 | 1 | -1/+19 | |
| | | ||||||
* | | mastodon-toot-empty-p: count polls as non empty toot | marty hiatt | 2022-11-11 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'headers' into develop | marty hiatt | 2022-11-10 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | remove all 'headers' args in -toot and -tl | marty hiatt | 2022-11-09 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge branch 'develop' into headers | marty hiatt | 2022-11-09 | 1 | -6/+51 | |
| |\| | ||||||
| * | | add headers arg to http--process-json and --get-json-async | marty hiatt | 2022-11-05 | 1 | -2/+3 | |
| | | | ||||||
| * | | basic poll creation, with all options | marty hiatt | 2022-11-04 | 1 | -15/+30 | |
| | | | | | | | | | | | | polls docstrings etc cleanup | |||||
| * | | basic poll create funs | marty hiatt | 2022-11-04 | 1 | -1/+36 | |
| | | | ||||||
| * | | toot--kill: fix delete after change funs fun name | marty hiatt | 2022-10-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | masto-toot-mode-hook - only fetch acc settings if not set | marty hiatt | 2022-11-10 | 1 | -1/+2 | |
| |/ |/| | | | | | | | | | | | | | | | the idea is to be able to start composing a toot without making any unnecessary requests. masto-mode-hook still always fetches (in case settings changed elsewhere). and we always fetch when we change a setting. | |||||
* | | add dash to handles regex | marty hiatt | 2022-11-07 | 1 | -1/+1 | |
| | | ||||||
* | | propertize hashtags and handles in toot compose buffer | marty hiatt | 2022-11-07 | 1 | -0/+28 | |
| | | ||||||
* | | poll - add collection of expiry times | marty hiatt | 2022-11-05 | 1 | -4/+21 | |
| | | ||||||
* | | rename --make-poll-params to --make-poll-options-params | marty hiatt | 2022-11-05 | 1 | -2/+2 | |
| | | ||||||
* | | basic poll creation, with all options | marty hiatt | 2022-11-05 | 1 | -15/+30 | |
| | | | | | | | | polls docstrings etc cleanup |