aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
* block fave/boost/bookmark on folls/foll-reqsmarty hiatt2024-06-181-84/+92
|
* refactor apply status fields propsmarty hiatt2024-06-031-45/+56
|
* editing to preserve polls. create poll plist from JSON.marty hiatt2024-06-031-11/+41
| | | | | still can't edit actual polls, but can view/clear them, which is much better than zilch.
* display poll deets in help-echo for display fields flag.marty hiatt2024-06-021-1/+3
|
* mastodon-toot--clear-pollmarty hiatt2024-06-021-0/+9
|
* display a POLL flag in compose buffer.marty hiatt2024-06-021-3/+14
| | | | next step: display/edit/cancel polls
* working max-id arg for hometimeline/reloadmarty hiatt2024-05-311-0/+2
|
* fix setting lang un toot compose buffermarty hiatt2024-05-281-2/+1
|
* autoloadsmarty hiatt2024-05-281-0/+3
|
* set default language in compose buffer frommarty hiatt2024-05-281-0/+9
| | | | is set from mastodon-profile-acccount-preferences-data
* get-source-pref > get-source-valuemarty hiatt2024-05-281-1/+1
|
* flycheck toot.elmarty hiatt2024-05-221-1/+1
|
* reload on posting if prev view was thread. FIX #555.marty hiatt2024-05-221-1/+9
|
* hack to fix item action toggling when point on item bodymarty hiatt2024-04-241-1/+8
|
* bookmarking: no move when checking bookmarked-p statusmarty hiatt2024-03-291-1/+1
|
* docstrings - reduce explicit refs to Mastodon itself.marty hiatt2024-03-271-3/+3
|
* condition case for lingva translationsmarty hiatt2024-03-171-10/+12
|
* reply when replying: prompt to either nuke existing or abortmarty hiatt2024-03-151-19/+23
|
* toot-compose: only call mode funs if not buffer-existsmarty hiatt2024-03-151-2/+5
| | | | this avoids wiping prev set buf-local vars
* apply not cl-reduce to find longest item for paddingmarty hiatt2024-03-121-1/+1
|
* only complete on : if emojify-mode enabled.marty hiatt2024-02-271-3/+6
| | | | it's too hard for now to enable completion without emojify
* compose: only try to enable emojify-mode if its boundmarty hiatt2024-02-271-2/+5
|
* actually use mastodon-toot--emojify-in-compose-buffermarty hiatt2024-02-231-1/+3
|
* make byte-compiler happiermarty hiatt2024-02-221-1/+2
|
* string-trim-left on remove-docsmarty hiatt2024-02-201-1/+2
|
* toot: defcustom emojify in composemarty hiatt2024-02-201-0/+3
|
* toot.el: use all emoji for : capf, and get text annotationmarty hiatt2024-02-191-4/+18
|
* Merge pull request 'Use display-buffer to allow customization' (#522) from ↵martianh2024-02-081-13/+6
|\ | | | | | | | | | | rahguzar/mastodon.el:display-buffer into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/522
| * Count characters directly from stringRahguzar2024-01-061-13/+6
| |
* | Add 'o' binding to open the current toot in a browserDavid Edmondson2024-01-261-0/+5
| |
* | edit attachments description funmarty hiatt2024-01-221-0/+24
|/
* fix signature of make-capf so we call it right!marty hiatt2023-12-311-1/+1
|
* Avoid error when there's only one window in a frame when closing windowBjörn Bidar2023-12-311-1/+2
| | | | | | | | Use `(quit-window 'kill)` instead of `(kill-buffer-and-window)` to avoid error when there's only one window instead the frame: `kill-buffer-and-window: Attempt to delete minibuffer or sole ordinary window` Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
* Merge branch 'emoji-capf' into developmarty hiatt2023-12-191-33/+55
|\
| * clean up emoji capfmarty hiatt2023-12-191-6/+6
| |
| * refactor mastodon-toot--make-capfmarty hiatt2023-12-191-40/+23
| |
| * start on emoji-capf for compose buffermarty hiatt2023-12-051-9/+48
| |
* | FIX #515. completion-ignore-case t buffer-local for composemarty hiatt2023-12-181-0/+1
| |
* | toot--send: check for media with media-attachment-ids for speedmarty hiatt2023-12-181-3/+3
|/ | | | media-attachments contains image data, so is slow.
* docstrings/comments for quote-reply issuesmarty hiatt2023-11-111-4/+8
|
* Merge branch 'quote-region' into developmarty hiatt2023-11-111-5/+39
|\
| * when active region on reply, insert quoted str in reply buffermarty hiatt2023-11-101-5/+39
| |
* | remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
|/
* toot--reply: call toot--compose-buffer not just tootmarty hiatt2023-11-091-1/+1
|
* edit toots adopt attachments. FIX #506marty hiatt2023-11-061-17/+36
| | | | | | | - fetch media from url (http--read-file-as-string) - on edit, set media-attachments/-ids with the data from the toot/url - nb: users still can't edit attachments, can only remove all or maintain them as they are. but that's much better than always nuking them!
* add msg about loss of attachments on editing tootmarty hiatt2023-11-061-1/+1
|
* flychecksmarty hiatt2023-10-301-0/+1
|
* triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-281-6/+6
| | | | this means the triage callback always needs to handle 1 arg.
* edit toot at point: do-if-item-strictmarty hiatt2023-10-241-19/+20
|
* no y-or-n-p for (un)bookmarkingmarty hiatt2023-10-231-14/+10
|