1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-14 03:15:49 +02:00

Rewrite names and descriptions of plugins & update debug plugin

This commit is contained in:
chylex 2018-04-26 21:54:40 +02:00
parent 0096a1a4ef
commit 1ce5ddfd98
8 changed files with 26 additions and 18 deletions
Resources/Plugins
.debug
clear-columns
edit-design
emoji-keyboard
reply-account
templates
timeline-polls

View File

@ -2,14 +2,18 @@
Debug plugin
[description]
- Enables debug functionality and tests
- Only included in debug configuration
Enables debug functionality and tests.
Text line 2.
Text line 3.
Text line 4.
Text line 5.
Text line 6.
[author]
chylex
[version]
1.1
1.2
[website]
https://tweetduck.chylex.com

View File

@ -61,3 +61,7 @@ ready(){
disabled(){
$(document).off("keydown", this.onKeyDown);
}
configure(){
alert("Configure triggered");
}

View File

@ -1,9 +1,9 @@
[name]
Clear columns
Clear column shortcuts
[description]
- Adds buttons and keyboard shortcuts to quickly clear columns
- Hold Shift when clicking or using a keyboard shortcut to restore the column instead
Adds convenient buttons and keyboard shortcuts to clear/restore individual or all columns.
When enabled, the list of keyboard shortcuts is available in the [Settings] menu.
[author]
chylex

View File

@ -2,7 +2,7 @@
Edit layout & design
[description]
- Adds new layout and design configuration, which can be accessed via Settings - Edit layout & design
Expand the [Settings] menu and open [Edit layout & design] to customize how TweetDeck looks.
[author]
chylex

View File

@ -1,9 +1,9 @@
[name]
Emoji keyboard
Emoji picker
[description]
- Adds an emoji keyboard when writing tweets
- Emoji list provided by http://unicode.org/emoji/charts/emoji-ordering.html
Adds a button that opens an emoji picker in the New Tweet panel.
Use :short_codes: to quickly add emoji when writing tweets.
[author]
chylex

View File

@ -1,12 +1,12 @@
[name]
Custom reply account
[description]
- Allows customizing the automatically selected reply account per column
Customizable reply account
[author]
chylex
[description]
Allows configuring which account is pre-selected for replies in each column.
[configfile]
configuration.js

View File

@ -1,8 +1,8 @@
[name]
Templates
Tweet templates
[description]
- Adds a templating system for tweets
Adds a [Manage templates] button to the New Tweet panel.
[author]
chylex

View File

@ -1,8 +1,8 @@
[name]
Polls in timelines
Show poll results
[description]
- Adds poll results into timelines and quoted tweets
Displays poll results directly in timelines and notifications.
[author]
chylex