aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* cl-remove nils rather than push for poss nil paramsmarty hiatt2024-08-081-15/+18
|
* re-write all (if x y "") clauses as (when x y), if poss.marty hiatt2024-08-061-32/+27
| | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize.
* add mastodon-tl--field-statusmarty hiatt2024-08-061-0/+6
|
* tl: use mastodon-toot--base-toot-or-item-jsonmarty hiatt2024-08-021-2/+1
|
* tl--byline: handle showing edits for notifs and for TL boosts.marty hiatt2024-08-021-7/+11
|
* fix prev-item-idmarty hiatt2024-08-021-2/+2
|
* reimplement folding via insert body only.marty hiatt2024-08-021-87/+101
| | | | | | | adds a toot-body prop to body only adds toot-foldable and toot-folded props to whole toot (so can check it at byline) shouldn't add any wrong newlines adds no-byline flag to insert-status
* folding comments / action docstringmarty hiatt2024-08-011-2/+16
|
* fix where we leave point on (un)foldingmarty hiatt2024-07-311-4/+5
|
* fold-post-togglemarty hiatt2024-07-301-0/+11
|
* small adjustments to point placement with (un)foldingmarty hiatt2024-07-301-8/+11
|
* no newline after READ MORE headingmarty hiatt2024-07-301-3/+2
|
* fix newlines accumulating on (un)folding tootsmarty hiatt2024-07-301-1/+4
|
* add mastodon-tl--fold-postmarty hiatt2024-07-301-10/+18
|
* --thread: diff name for option arg to avoid macro varmarty hiatt2024-07-301-3/+6
|
* unfold toot: replace whole item on unfolding (so we have props!)marty hiatt2024-07-181-15/+16
|
* flymakemarty hiatt2024-07-181-3/+5
|
* fold toots customize/ refactormarty hiatt2024-07-181-10/+19
|
* fold long posts, unfolding cmd. FIX #572.marty hiatt2024-07-181-4/+47
|
* horiz-bar refactormarty hiatt2024-07-181-3/+2
|
* wrap --thread in with-item macromarty hiatt2024-07-121-36/+37
|
* message -> user-errormarty hiatt2024-07-091-2/+2
|
* tl: no-refresh for next-item in --single-tootmarty hiatt2024-07-041-1/+1
|
* comments on mastodon-tl--goto-item-posmarty hiatt2024-07-041-3/+7
|
* move/rename with-toot-itemmarty hiatt2024-07-011-8/+0
|
* flycheck tl.elmarty hiatt2024-06-241-0/+4
|
* map-alist: adapt arg and docstringmarty hiatt2024-06-241-4/+6
|
* cl-loop in tl--map-alistmarty hiatt2024-06-181-12/+8
|
* pop-to-buffer in handlermarty hiatt2024-06-151-1/+2
|
* with-mastodon-buffer : switch buffer after bodymarty hiatt2024-06-151-2/+3
|
* fix message-help-echo checksmarty hiatt2024-06-151-2/+2
|
* rough bookmarks, make record and handlermarty hiatt2024-06-151-0/+23
|
* add check to sensitive media togglemarty hiatt2024-06-051-15/+16
|
* add remove-overlays to with-mastodon-buffer macromarty hiatt2024-06-041-1/+1
|
* move sensitive binding off C-c C-c.marty hiatt2024-06-041-1/+1
| | | | | | | C C is bad in search buffers (it cycles them) and profile buffers (cycling), so if point isn't on image, it does the other action, and being on an image also masks that binding. we go with S instead, which otherwise is just jump to scheduled toots.
* use sensitive image placeholdermarty hiatt2024-06-041-4/+2
|
* move toggle sensitive image to tl and give it a bindingmarty hiatt2024-06-041-0/+23
|
* editing to preserve polls. create poll plist from JSON.marty hiatt2024-06-031-2/+2
| | | | | still can't edit actual polls, but can view/clear them, which is much better than zilch.
* reload on edit: only send max-id arg if we have one!marty hiatt2024-06-031-6/+7
|
* simply format-poll length formattingmarty hiatt2024-06-021-7/+4
|
* poll not toot arg for format-pollmarty hiatt2024-06-021-3/+4
|
* get-poll > format-pollmarty hiatt2024-06-021-2/+2
|
* flycheckmarty hiatt2024-06-021-4/+8
|
* set max-id in buffer spec also after reloadingmarty hiatt2024-06-011-2/+6
|
* max-id arg/params for (so far only plain) profile viewmarty hiatt2024-06-011-1/+4
|
* max-id arg/param for notifs-getmarty hiatt2024-06-011-5/+5
|
* max-id arg for other -tl.el timelinesmarty hiatt2024-06-011-6/+9
|
* working max-id arg for hometimeline/reloadmarty hiatt2024-05-311-7/+12
|
* add max-id to buffer-spec, and set when calling tl--moremarty hiatt2024-05-311-15/+18
|
* add unfilter user filter langs option to filter user langsmarty hiatt2024-05-311-4/+8
|