shithub: hell

Download patch

ref: 52c6b158133939d788b23853b802ac418c9aa473
parent: 95834e68cadf21039fb697bb2259485057957b50
author: penny <penny@limitedideas.org>
date: Sun Nov 9 08:11:45 EST 2025

add todo document

--- /dev/null
+++ b/todo.md
@@ -1,0 +1,91 @@
+ - [ ] Keyword filtering
+ - [ ] Undo timeout
+ - [ ] […] long posts
+ - [ ] Test mode that doesn’t  actually send statuses
+ - [ ] Hashtag support + works with edit
+ - [ ] Poll support
+ - [ ] lists
+ - [ ] Interupt handler
+ - [ ] Load missed posts when we get mastodon error events
+ - [ ] Profile search pagination
+ - [ ] /mute
+ - [ ] /unmute
+ - [ ] /pin
+ - [ ] /unpin
+ - [ ] Pinned count in /account
+ - [ ] /write to save current loaded settings
+ - [ ] Files are always saved with a filename
+ - [ ] Profile editor
+ - [ ] Autopause setting
+ - [ ] Next won’t take you past the last page
+ - [ ] Show profile fields
+ - [ ] Thread loader gets the top parent then reloads
+ - [ ] Thread context in /cat
+ - [ ] /Refresh: try to pull more data for a page
+ - [ ] automatically pause on long lined edits
+ - [ ] fix markdown/parameters for edit
+ - [x] label hellclient
+ - [x] display name in /cat
+ - [x] Print statuses from myself even when paused!
+ - [x] Hide CRs in account profiles
+ - [x] /cat displays visibility and time+date and edit time
+ - [x] Filter reposts from user
+ - [x] Don’t copy own user out of reply mentions
+ - [x] /page reprint current page
+ - [x] Qualified usernames in cat
+ - [x] Incoming content warnings 
+ - [x] /block
+ - [x] /unlblock
+ - [x] unlike command
+ - [x] Dm pages
+ - [x] fix file picker can elaborate 
+ - [x] Content mode (markdown)
+ - [x] /read command to mark notifications as read without displaying
+ - [x] make website
+ - [x] Translation
+ - [x] Replies to replies replies to users being replied to?
+ - [x] Replies to myself replying to others does reply to them
+ - [x] View post command
+ - [x] View pinned posts
+ - [x] file picker
+ - [x] upload media
+ - [x] $HOME support
+ - [x] Configurable execs
+ - [x] Write help command
+ - [x] Edit command fixes account links
+ - [x] help command
+ - [x] Show follow request status on account page
+ - [x] Timeline pages
+ - [x] Follow accounts
+ - [x] Add dot operator
+ - [x] Thread viewer uses pages 
+ - [x] Account pages
+ - [x] Dms - open problem, there is a dm command but it’s use is limited with no account lookup facilities you can now look up accounts by name with /account
+ - [x] Display bookmarks
+ - [x] Notification pagination
+ - [x] “Follows me” for account renderer
+ - [x] Marker updating routine
+ - [x] Multi-line mode
+ - [x] Preformatted code render?media etc
+ - [x] Edits don’t post HTML to the timeline
+ - [x] Don’t need to reference last post referenced
+ - [x] Flood control
+ - [x] Post dispatcher
+ - [x] Rewrite hint parsing
+ - [x] Status filtering
+ - [x] Fix rm recentpost interactions
+ - [x] Post option hints
+ - [x] Urls get a targetable index
+ - [x] Fix video/other previewing
+ - [x] Pause stream command
+ - [x] Account info renderer
+ - [x] Hyphenating supports utf8
+ - [x] Replies
+ - [x] Emoji to show when a post has image(s)
+ - [x] Reblogs
+ - [x] Hyphenated word breaks
+ - [x] Undo/delete
+ - [x] Don’t reply with username to self
+ - [x] Bookmarks
+ - [x] Preview images
+ - [x] Image descriptions
\ No newline at end of file
--