ayntgl
|
7a8e6a4def
Cleanup
|
4 years ago |
ayntgl
|
a1f1a258bb
Use OS-specific config directory to store config file
|
4 years ago |
ayntgl
|
4ab256ecb7
Modularize tview widgets into separate functions
|
4 years ago |
ayntgl
|
d0b3af13b3
ui: do not clear messages TextView twice
|
4 years ago |
ayntgl
|
d52e488cf4
discord: parse markdown in embed description and field values
|
4 years ago |
ayntgl
|
7212644748
discord: distinguish between inline and non-inline embed fields
|
4 years ago |
ayntgl
|
a8e5998734
discord: improve message embed rendering
|
4 years ago |
ayntgl
|
69007026c2
Convert snake_case config fields to TitleCase
|
4 years ago |
ayntgl
|
d86465a938
ux: change default config path to ~/.config/discordo.toml
|
4 years ago |
ayntgl
|
813188198d
feat: render message embeds (#70)
|
4 years ago |
ayntgl
|
083eda48bf
refactor: move renderer functionality to discord.go
|
4 years ago |
ayntgl
|
7cede44f60
fix: goroutinize message-rendering and channel-acking together
|
4 years ago |
ayntgl
|
1541b77fc1
perf: efficiently convert string to []byte and use *tview.TextView.Write()
|
4 years ago |
ayntgl
|
2d5784f840
docs: add config path to usage section
|
4 years ago |
ayntgl
|
7c140afb03
feat: switch to toml for config (#67)
|
4 years ago |
ayntgl
|
b0ca25677f
docs(README): update sample conf lang to jsonc to allow comments
|
4 years ago |
ayntgl
|
82253cef01
docs(README): add sample configuration
|
4 years ago |
ayntgl
|
14f93ee1c0
feat: mark unread channels (#65)
|
4 years ago |
ayntgl
|
d159421013
docs: remove trailing whitespace
|
4 years ago |
ayntgl
|
15919470eb
docs: update markdown support status
|
4 years ago |
ayntgl
|
ff7aa4eef3
feat: implement discord-flavored markdown renderer (#66)
|
4 years ago |
ayntgl
|
85438d0799
refactor: preload (append to guild TreeNode) channels upon receiving READY event (#64)
|
4 years ago |
ayntgl
|
80179a8246
feat: support w3c names and hex value colors in config (#60)
|
4 years ago |
ayntgl
|
88674c5f4d
refactor: rename mainTreeView to channelsTree
|
4 years ago |
ayntgl
|
90751d4c39
build: update module path
|
4 years ago |
ayntgl
|
b2c15c1b47
Merge branch 'main' of https://github.com/ayntgl/discordo
|
4 years ago |
ayntgl
|
53f3760dc6
Update README.md
|
4 years ago |
ayntgl
|
359e22318a
refactor: use genChannelRepr() for text channels
|
4 years ago |
ayntgl
|
a91c1a35b4
refactor: move findByMessageID() to util.go
|
4 years ago |
ayntgl
|
cbfd15ade8
feat: add DM channels functionality (#58)
|
4 years ago |