aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-10/+10
|
* move url-lookup to mastodon.elmarty hiatt2022-09-031-30/+1
|
* docstringmarty hiatt2022-09-031-1/+1
|
* url-lookup: keymap and silent call / messagemarty hiatt2022-09-031-3/+9
|
* --thread edits to work with --url-lookup: id arg, point at tootmarty hiatt2022-09-031-9/+17
|
* tl--url-lookup command, FIX #240marty hiatt2022-09-031-0/+25
|
* simple error handling in single-toot and --threadmarty hiatt2022-09-021-31/+35
|
* start on loading masto URL links in mastodon.elmarty hiatt2022-09-021-0/+7
|
* add optional instance arg to -view-instance-descriptionmarty hiatt2022-09-021-4/+6
|
* work on printing instance detailsmarty hiatt2022-09-021-29/+120
| | | | | | | | | | more work on printing instance details readme - instance description more more work on printing instance details more more more work on printing instance details
* fix --do-if-toot debug declaremarty hiatt2022-09-021-1/+1
|
* make render-text arg TOOT optionalmarty hiatt2022-09-021-1/+1
|
* view instance details of post at point's author.marty hiatt2022-09-011-0/+52
|
* RET on byline to view profile.marty hiatt2022-08-291-1/+3
| | | | - no more need to tab to handle
* bump version in boilerplatemarty hiatt2022-08-271-1/+1
|
* flycheck and docstringsmarty hiatt2022-08-201-7/+17
|
* Merge branch 'single-toot-view' into developmarty hiatt2022-08-201-10/+56
|\
| * --thread: detailed-p for current toot in thread contextmarty hiatt2022-08-041-5/+5
| | | | | | | | and load single toot if no thread
| * add single toot viewmarty hiatt2022-07-291-5/+51
| | | | | | | | | | | | - add detailed-p optional args to --byline, --insert-status --toot - for now, --byline just prints the app used if detailed-p - mastodon-tl--single-toot new fun to display
* | tl--byline: add bookmarked-p propmarty hiatt2022-08-201-0/+1
| |
* | tl--insert-status: fetch base-toot-id from parent-toot if presentmarty hiatt2022-08-201-1/+3
| |
* | FIX bookmark toggle, updating display in bylinemarty hiatt2022-08-201-4/+4
| | | | | | | | just boilerplate copying fave/boost funs for now, better than nothing.
* | use bookmark emoji if possiblemarty hiatt2022-08-191-2/+6
| |
* | FIX the post visibility marker displayable checkmarty hiatt2022-08-191-2/+2
| |
* | format for bookmarked toots, help-echo for B/F/K format charsmarty hiatt2022-08-191-4/+15
| |
* | docstringmarty hiatt2022-08-191-1/+1
| |
* | tl--init*: fix a stray bracketmarty hiatt2022-08-191-8/+7
| |
* | rename do-if-toot -- add tl prefixmarty hiatt2022-08-191-7/+7
| |
* | fix formatting of unmute-usermarty hiatt2022-08-101-1/+2
| |
* | -tl--do-if-toot macromarty hiatt2022-08-101-48/+43
|/
* --thread: use --api for get-json url for tootmarty hiatt2022-07-271-4/+2
|
* --thread: fetch current toot before printing threadmarty hiatt2022-07-261-1/+6
| | | | fixes #264, where if you fave a toot then enter its thread, fave status is lost.
* no fave counts for fol-req notifsmarty hiatt2022-07-231-1/+8
|
* tl--thread: FIX fetching of toot id for notifs/use parent tootmarty hiatt2022-06-271-2/+7
|
* --get-buffer-property: or rather than ifmarty hiatt2022-06-271-4/+3
|
* tl--more: message before and after appending more toots.mousebot2022-05-131-1/+3
| | | | | | | | | this user feedback prevents hitting 'n' running tl--more again before toots have been appended, when what the user wanted was only to naviagate to the next too after they'd been appended. running tl--more before toots are appended causes a bug of appending the same set of toots twice.
* flychecks and docstringsmousebot2022-04-051-1/+2
|
* attach parent JSON to fave/boost notifs to fix repliesmousebot2022-03-191-2/+3
| | | | | | | because we switched to using boost/fave JSON rather than parent, as 'toot-json, replies to these toots were broken (mentions, etc.) so now we attach both bits of data and selectively pull from each.
* make timestamps for boost/fave notifs the time of orig tootmousebot2022-03-121-4/+13
| | | | | | | | | | | | do not use the time stamp of the boosting/faving. in other views, mastodon-tl--field already handles this by fetching from 'reblog if present, but in notifs, there's no reblog section, and instead there's a status section. so we fetch from status if present, else fallback to using --field. this became necessary when we started attaching the boost/fave json to such notifs, rather than the json of the boosed/faved toot.
* fix follow etc user when point on profile header infomousebot2022-03-111-10/+16
| | | | | | | | we just modify the if test to not run in accounts buffers, which means we end up using the next-toot solution, as was originally the case. hopefully a profile view will always have a toot or user or sth. else we cd find a better solution
* favourite not favoritemousebot2022-03-111-2/+2
|
* display image caption in help echomousebot2022-03-101-2/+3
|
* test for toot-json before following/muting/blocking etcmousebot2022-02-181-28/+42
| | | | | | | | | | | this is more needed now that we have some other buffers like follow suggestions and follow requests, which want to be able to use these functions. previously, if any of them were called in these buffers when not on the correct item, the buffer would reload and duplicate. ultimately this was probably due to tl--property calls failing, which causes goto-next-toot to be called, which when it also fails calls tl--more.
* FIX buffers that use alt acct fetch in interactive-user-handles-getmousebot2022-02-181-8/+8
|
* handle empty display_name in mastodon-tl--do-user-action-and-responsemousebot2022-02-181-1/+3
|
* tl--init: aslo set tl-buffer-spec before update-functionmousebot2022-02-181-4/+20
|
* no faves counts for following/followers in profile viewmousebot2022-02-171-1/+6
|
* make interactive-user-handles-get work for all profile viewsmousebot2022-02-171-2/+4
| | | | | | | | - profile statuses: leave as is - profile followers/following: we extract handle direct from toot-json without running mastodon-profile--extract-users-handles on the toot, as with user views there is no toot
* run goto-first-item in tl--init, unless profile viewmousebot2022-02-171-16/+15
| | | | | | | | - remove call to goto-next-item from view filters and view foll suggests tweak init-sync goto-first-item behaviour remove call to goto-next-toot on profile load
* cleanup indentation in tl.elmousebot2022-02-171-51/+51
| | | | cleanup indents