summaryrefslogtreecommitdiff
path: root/docs/user_guide/posts.md
AgeCommit message (Collapse)AuthorFiles
2024-12-08[feature] Allow partial-word hashtags using non-breaking spaces (#3606)Libravatar tobi1
* [feature] Allow partial-word hashtags using non-breaking spaces * update docs
2024-11-25[docs] Added note to documentation about mutuals-only posts not being ↵Libravatar VirtualWolf1
functional. (#3557)
2024-07-17[feature] Allow users to set default interaction policies per status ↵Libravatar tobi1
visibility (#3108) * [feature] Allow users to set default interaction policies * use vars for default policies * avoid some code repetition * unfuck form binding * avoid bonkers loop * beep boop * put policyValsToAPIPolicyVals in separate function * don't bother with slices.Grow * oops
2024-01-27[docs] Add media attachments section to user docs (#2578)Libravatar tobi1
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi1
* update go-fed * do the things * remove unused columns from tags * update to latest lingo from main * further tag shenanigans * serve stub page at tag endpoint * we did it lads * tests, oh tests, ohhh tests, oh tests (doo doo doo doo) * swagger docs * document hashtag usage + federation * instanceGet * don't bother parsing tag href * rename whereStartsWith -> whereStartsLike * remove GetOrCreateTag * dont cache status tag timelineability
2023-04-19[docs] Explain that markdown is enabled on the user settings page. (#1699)Libravatar Phil Hagelberg1
* Explain that markdown is enabled on the user settings page. The current wording seems to imply that the input formatting can be set on a per-post basis, which no client currently supports. It's not clear that you have to go to the user settings page to change it. * Update FAQ; some of the missing features are not missing any more!
2022-11-19[feature] Support markdown format for Account bio/note (#1037)Libravatar Michael Manfre1
* [feature] Status format also controls bio format * test
2022-08-26[docs] Add user settings panel docs, other small updates (#768)Libravatar tobi1
* add more links to markdown section * update password management * add user settings panel documentation * move the user guide higher up in the docs
2021-12-14document post settings (#346)Libravatar tobi1
2021-07-28Link parsing (#120)Libravatar Tobi Smethurst1
* add link parsing + formatting functionality * refinement + docs * add missing test * credit url library