aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
* fix unfolding faved/bookmarked tootsmarty hiatt2024-07-301-3/+4
|
* toot.el: use mastodon-toot--base-toot-or-item-jsonmarty hiatt2024-07-301-9/+5
|
* flymake our user-error messmarty hiatt2024-07-301-27/+27
|
* Merge branch 'with-toot-item' into developmarty hiatt2024-07-301-122/+119
|\
| * docstringmarty hiatt2024-07-031-1/+1
| |
| * toot.el: user-error not message when neededmarty hiatt2024-07-021-31/+29
| |
| * use with-toot-item and clean up functions that use itmarty hiatt2024-07-021-89/+88
| |
* | flip an if clausemarty hiatt2024-07-301-11/+11
| |
* | add item-json prop to fave/boost strings, so (un)folding worksmarty hiatt2024-07-291-4/+6
| |
* | read CW when setting, not when sending, also display it. FIX #569.marty hiatt2024-07-191-22/+12
| |
* | toot--insert-emoji: defalis -> defun.marty hiatt2024-07-191-4/+5
| | | | | | | | | | the alias is only set on loading, when mastodon-use-emojify may not be set yet. so we defun it which means it'll check the var whenever it is run.
* | flip an if clausemarty hiatt2024-07-181-14/+14
| |
* | Merge branch 'emoji.el' into developmarty hiatt2024-07-181-5/+6
|\ \
| * | toot: default to emoji.el, emojify customizemarty hiatt2024-07-061-9/+7
| |/ | | | | | | mastodon-use-emojify customize
* | use mastodon-use-emojify in toot.elmarty hiatt2024-07-181-1/+1
| |
* | flymake toot.elmarty hiatt2024-07-181-4/+4
| |
* | multisession var in -toot.elmarty hiatt2024-07-181-20/+28
| |
* | flymakemarty hiatt2024-07-181-6/+6
| |
* | mastodon-use-emojify customizemarty hiatt2024-07-061-4/+1
| |
* | replace persist with multisessionmarty hiatt2024-07-041-1/+3
|/
* move/rename with-toot-itemmarty hiatt2024-07-011-6/+15
|
* docstringmarty hiatt2024-06-241-1/+1
|
* use map alist in attach descs and server poll to localmarty hiatt2024-06-241-6/+5
|
* 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
|