-
Notifications
You must be signed in to change notification settings - Fork 5
/
readme.txt
320 lines (226 loc) · 7.65 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
=== Shownotes ===
Contributors: simonwaldherr
Donate link: https://flattr.com/profile/simonwaldherr
Tags: shownotes, osf, markup, podlove, md, podcast, markdown, etherpad, affiliate
Requires at least: 3.3.1
Tested up to: 4.3
Stable tag: trunk
License: MIT License
License URI: http://opensource.org/licenses/mit-license.php
simplifies Show Notes, write them in OSF, get them as HTML
== Description ==
This Plugin converts <a href="https://github.com/shownotes/OSF-in-a-Nutshell/blob/master/OSF-in-a-Nutshell.md">Shownotes in OSF (Open Shownotes Format)</a> to HTML, mp4 Chapters and Audacity/Reaper label tracks. All links to Amazon, will automatically converted to affiliate links. It also can import the show notes directly from the shownot.es ShowPad und will provide many metadata features in future.
== Installation ==
1. Upload the `shownotes-shortcode` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress
3. Use the `[shownotes]` shortcode in your post or page with the options on the front page.
4. Visit the options page
== Frequently Asked Questions ==
= What does this Plugin? =
convert OSF to HTML
= What is OSF? =
a simple format for (Podcast-) show notes, more informations about OSF are at the <a href="https://github.com/shownotes/OSF-in-a-Nutshell/blob/master/OSF-in-a-Nutshell.md">OSF-in-a-Nutshell Repo</a>
= Why should i use it? =
it's easy to write, you get better results in less time and it's automatically changes links to affiliate links
= do i have to use the <a href="http://pad.shownot.es">ShowPad</a>? =
no, you don't have to, but we recommend it
= under which license the code is released? =
MIT License
= how do i get the nice icons? =
you can select one of the CSS files in the shownotes settings
= what must i do to get the affiliate links? =
enter your Amazon affiliate ID in the settings
== Support ==
= only on GitHub =
if you need help, go to <a href="https://github.com/SimonWaldherr/wp-osf-shownotes/issues">github.com/simonwaldherr/wp-osf-shownotes</a>
== Screenshots ==
1. Options
2. Result (Block style)
3. Result (List style)
4. Result (Button style)
5. Meta box for OSF/MD input with Preview
== Changelog ==
= 0.5.5 =
* set search to shownotes + blogpost as default, but you can turn it off (opt-out in settings page)
* proxy all Shownot.es-API Requests through your own server, so it is encrypted with your SSL connection
* remove preview buttons (most browsers nowadays block all popups)
= 0.5.4 =
* search improved for multisite installations and installations with a custom db prefix (many thanks to @chemiker)
= 0.5.3 =
* search in shownotes and blogpost content at the same time (many thanks to @RobRoy)
= 0.5.2 =
* wordpress search is a bit of confusing, so i made a switch to turn the show notes search on and off
= 0.5.1 =
* a few fixes
* performance improvements
= 0.5.0 =
* analyze osf shownotes
* enable search of OSF content
* provide chapters to other plugins (pwp)
* old icons are depricated
* fix crazy wordpress multisite bug
= 0.4.1 =
* cascading bugfix
* osf export bugfix
* minor fixes
= 0.4.0 =
* more icons
* error on save bugfix
= 0.3.9 =
* fix a bug which hides all untagged items
= 0.3.8 =
* more icons
* osf as git submodule
* accept more person string formats
= 0.3.7 =
* more small fixes
= 0.3.6 =
* small fixes
= 0.3.5 =
* more and nicer icons
* preview via php parser (instead of tinyOSF)
* API added
= 0.3.4 =
* more stable as 0.3.3
* save and preselect ShowPad Pad name
= 0.3.3 =
* empty chapters fix
* chapter without time fix
* add more hierarchy (ranks)
* improvements for instaca.st
* some small improvements
* font awesome icons added
* API Cache on Serverside added
= 0.3.2 =
* added hierarchy at list template
* added upgrade code in settings
* works even without chapters and times
* more valid HTML
* better feed code
* code cleanup
= 0.3.1 =
* new Screenshots
* Wordpress SVN Bugfix
= 0.3.0 =
* new template added (buttons)
* firefox style fix
* better style
* small fixes
* better output
* clean feed output
= 0.2.5 =
* delimiter bug fixed
* titles added to items
* switch between in- and exclude tags
* much better tags handling
= 0.2.4 =
* put osf code in a separate file
* requires at least 3.1 (no, not really, but there is no reason to run WP3.0)
* filter disturbing chars at beginning and end of items
* fix custom field rename bug
= 0.2.3 =
* rename custom field shownotes to _shownotes to hide it from custon fields list
* open links in new tab/window
* podcaster template added
* header/get persons code improved
* change - to & #8209;
* show more debug info
= 0.2.2 =
* delimiter after last item added
= 0.2.1 =
* delimiter after subitem bugfix
= 0.2 =
* debug mode added
* only show template associated options
* chapter delemiter added
* preview in popup added
= 0.1.3 =
* show all podcasts in dropdown (asterisk)
= 0.1.2 =
* better templates
* various improvements
* load Pads and Padcontent via AJAX
* better shortcode handling
= 0.1.1 =
* delimiter changeable
* shortcodes changeable
* better shownoter matching
* also include subitems without tags
* small bugs removed
= 0.1.0 =
* typographically correct quotation marks
* export modes renamed and glossary added
* show shownoter (as new output mode)
* tags selectable via attributes
* markdown support added
* settings rearranged
= 0.0.6 =
* small fullmode fix
= 0.0.5 =
* shownot.es CSS can be turned off
* import from ShowPad
* export tags changeable
= 0.0.4 =
* wikigeeks style added
= 0.0.3 =
* first Version on Wordpress.org.
* working Version with meta_box and shortcode content.
== Upgrade Notice ==
= 0.5.5 =
set search to shownotes + blogpost as default, but you can turn it off (opt-out in settings page)
= 0.5.4 =
search improved for multisite installations and installations with a custom db prefix (many thanks to @chemiker)
= 0.5.3 =
search in shownotes and blogpost content at the same time (many thanks to @RobRoy)
= 0.5.2 =
wordpress search is a bit of confusing, so i made a switch to turn the show notes search on and off
= 0.5.1 =
a few fixes and performance improvements
= 0.5.0 =
This version is recommended for all podcasters outside of metaebene. It delivers searchable shownotes, a osf validity indicator, wordpress multisite support, small fixes and many new icons
= 0.4.1 =
fixes a cascading bug and a few other bugs
= 0.4.0 =
more icons, error on save bugfix, fix a bug which hides all untagged items, accept more person string formats and many more small fixes
= 0.3.6 =
small fixes
= 0.3.5 =
more and nicer icons and preview via php parser (instead of tinyOSF)
= 0.3.4 =
saves pad names and is more stable as 0.3.3
= 0.3.3 =
0.3.3 testversion with many fixes, but maybe bugs too. A lot of hierarchy added and font awesome style
= 0.3.2 =
hierarchy at list mode, upgrade code in settings and works without chapters and times
= 0.3.1 =
Same as last commit with changes
= 0.3.0 =
new template added, firefox style fix, better style and clean feed output
= 0.2.5 =
much better tag handling and configurability added and small bugs fixed
= 0.2.4 =
small fixes
= 0.2.3 =
shownotes custom field renamed to _shownotes to hide it from custom fields list and important improvements
= 0.2.2 =
delimiter after last item added
= 0.2.1 =
delimiter after subitem bugfix
= 0.2 =
preview added, chapter delimiter added, options improved
= 0.1.3 =
show all podcasts in import dropdown
= 0.1.2 =
pad import and output templates improved
= 0.1.1 =
more adjustment options and tiny improvements
= 0.1.0 =
many important improvements
= 0.0.6 =
fullmode fixed
= 0.0.5 =
export tags now changeable and osf shownotes can be imported via ajax
= 0.0.4 =
new style added (wikigeeks)
= 0.0.3 =
first Version on Wordpress.org.