1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-18 06: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 Debug plugin
[description] [description]
- Enables debug functionality and tests Enables debug functionality and tests.
- Only included in debug configuration Text line 2.
Text line 3.
Text line 4.
Text line 5.
Text line 6.
[author] [author]
chylex chylex
[version] [version]
1.1 1.2
[website] [website]
https://tweetduck.chylex.com https://tweetduck.chylex.com

View File

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

View File

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

View File

@ -2,7 +2,7 @@
Edit layout & design Edit layout & design
[description] [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] [author]
chylex chylex

View File

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

View File

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

View File

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

View File

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