aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
Commit message (Collapse)AuthorAgeFilesLines
* autoloadmarty hiatt2023-10-131-0/+1
|
* add offset/limit params to search queries/buf specmarty hiatt2023-10-131-3/+7
|
* remove "api/v1/" from trends endpoint in buffer spec and buffer checksmarty hiatt2023-10-131-2/+1
|
* improve processing for trending-statusesmarty hiatt2023-10-131-6/+1
|
* set buffer spec explicitly for acct searchmarty hiatt2023-10-131-1/+4
|
* docstringmarty hiatt2023-10-131-4/+4
|
* add user id to user item inserting, for paginationmarty hiatt2023-10-131-5/+6
|
* add update function to search buf spec: --timelinemarty hiatt2023-10-131-1/+2
|
* add basic limit/offset search paramsmarty hiatt2023-10-131-1/+7
|
* mastodon-http--api-search fun (search uses api v2)marty hiatt2023-10-131-6/+3
|
* implement following "accounts" search. FIX #493.marty hiatt2023-10-131-9/+21
|
* sub command keys for profile / search msgmarty hiatt2023-10-121-1/+3
|
* flychecksmarty hiatt2023-10-121-1/+5
|
* rough account statuses searchmarty hiatt2023-10-121-0/+2
|
* add completing-read for search type + message bindingmarty hiatt2023-10-121-1/+9
|
* rename two search funsmarty hiatt2023-10-121-4/+4
|
* rework search into three separate views with view cycling on C-c C-cmarty hiatt2023-10-121-15/+66
|
* audit search.elmarty hiatt2023-05-101-45/+36
|
* refactor format-heading in search.elmarty hiatt2023-05-101-15/+11
|
* Merge branch 'with-masto-buf-2' into developmarty hiatt2023-05-071-46/+40
|\
| * eval-when-compile for with-mastodon-buffer, and re-indentmarty hiatt2023-05-061-41/+40
| |
* | Revert "with-mastodon-buffer macro"marty hiatt2023-05-061-28/+30
| | | | | | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c.
* | Revert "updates to with-mastodon-buffer macro"marty hiatt2023-05-061-15/+18
|/ | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5.
* updates to with-mastodon-buffer macromarty hiatt2023-05-041-18/+15
|
* with-mastodon-buffer macromarty hiatt2023-05-031-30/+28
|
* add horiz bar to follow suggests/reqsmarty hiatt2023-04-211-1/+3
|
* Fix missing close parenBruce Durling2023-03-311-1/+1
|
* view-trending: add limit params, and go to point minmarty hiatt2023-03-301-2/+8
|
* cull stray hashtags commentmarty hiatt2023-03-291-1/+0
|
* remove stray interactive calls for search-accounts/tags-querymarty hiatt2023-03-291-2/+0
|
* refactor trending-tags to view-trending, add trending-statusesmarty hiatt2023-03-291-13/+39
|
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
| | | | main file is set in .dir-locals.el now
* replace hypen horiz-bars with unicode masto-tl--horiz-bar if possmarty hiatt2023-03-231-8/+8
|
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-2/+2
| | | | thanks stephan!
* FIX #412. give render-text account data to work withmarty hiatt2023-03-201-1/+1
|
* remove unused codemarty hiatt2023-03-201-2/+0
|
* sort all autoloadsmarty hiatt2023-03-191-6/+6
| | | | sort autoloads in profile.el
* fix set buffer spec buffer name for trending tagsmarty hiatt2023-01-151-1/+1
|
* remove first empty line in docstringsmarty hiatt2023-01-091-2/+0
|
* remove stray company funs in search.elmarty hiatt2022-11-261-11/+3
|
* always use --set-buffer-spec, not setq --buffer-specmarty hiatt2022-11-261-11/+8
|
* comment remove company mentionmarty hiatt2022-11-251-1/+1
|
* Merge branch 'develop' into capf-completionmarty hiatt2022-11-251-2/+1
|\
| * docstrings and autoloadsmarty hiatt2022-11-241-2/+1
| |
* | Merge branch 'develop' into capf-completionmarty hiatt2022-11-241-5/+6
|\|
| * remove redundant --get-search(-json) funs, use new params --get-jsonmarty hiatt2022-11-221-5/+7
| |
| * params always in http.el, only ever send alists from elsewhere.marty hiatt2022-11-211-2/+2
| | | | | | | | probably incomplete but mostly done.
* | silence the tags/handles searche queriesmarty hiatt2022-11-221-3/+3
| |
* | a first go at capf completion backends for mentions and tagsmarty hiatt2022-11-221-2/+10
|/ | | | | the regex searches still fail sometimes, and completions don't show urls or usernames like the old company backends.
* refactor search--propertize-usermarty hiatt2022-11-191-21/+25
|