forked from jchristopher/linkmarklet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
72 lines (52 loc) · 3.36 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
=== Linkmarklet ===
Contributors: jchristopher
Donate link:http://mondaybynoon.com/donate/
Tags: link, linkblog, press this
Requires at least: 3.3
Tested up to: 3.6
Stable tag: 0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Linkmarklet is an alternative to the Press This! bookmarklet aimed at rapid linkblogging. Quickly post while saving a link to a Custom Field.
== Description ==
Instead of the traditional Press This! interface, Linkmarklet offers a much more streamlined UI allowing you to linkblog quickly. Upon clicking the bookmarklet, Linkmarklet will present you with a simple way of editing the page title, the page link, the page slug, and the post content. In the settings you can define three things:
1. The category to which Linkmarklet posts will be added
2. The Custom Field name you're using to store the submitted link
3. The Post Format you would like to use for each post
4. Whether or not to Future Post the current post and by how many minutes compared to your future-most scheduled post
That's about it. Clicking Publish pushes the entry live instantly (or schedules it). Clicking Save will store the post as a Draft.
== Installation ==
1. Download the plugin and extract the files
1. Upload `linkmarklet` to your `~/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Install the bookmarklet provided on the `Settings > Linkmarklet` screen
1. Customize your installation using the `Settings > Linkmarklet` menu in the WordPress admin
== Changelog ==
= 0.7 =
* Fixed an issue where post Tags were set after the post was published which caused interference with other plugin processes
= 0.6 =
* Fixed an issue where Future Publish settings wouldn't properly unset after being set.
* Added autocomplete to Tags
= 0.5.3 =
* Fixed an edge case issue where Linkmarklet would show up as a 404 when invoked. Triggered by certain web hosts (in particular HostGator) that seem to interfere when a $_GET includes a protocol.
= 0.5.2 =
* Removed unwanted escaping of post content that was causing issue with Markdown and inline HTML
= 0.5.1 =
* Fixed an issue where offiste image processing would not take place if using HTTPS
= 0.5 =
* Support for offsite images. If you include a Markdown-formatted image (e.g. `![Alt text](http://example.com/image.jpg)`) it will be downloaded and imported into your Media library so as to not hotlink someone else's image. The image will be wrapped a link to the source article so as to mimic OEMBED policies. **Note:** image titles are not supported at this time.
= 0.4 =
* Support for Future Publishing. If you're like me, you like to bulk-linkblog, but you don't want to innundate readers with tons of posts all at once. There's now a setting that will let you auto-schedule a post to go live within a timeframe after your future-most-scheduled post. You can also set a 'bumper' of time between your most recently published posts.
* Added (optional) support for Tags
* Initial support for [Markdown on Save](http://wordpress.org/extend/plugins/markdown-on-save/)
= 0.3 =
* Support for Post Formats
= 0.2 =
* Better handling of text input fields on mobile devices
* Option to auto-generate the slug (or not)
* Added 'Save' button to save as a Draft instead of Publish straight away
= 0.1 =
* Initial release
== Screenshots ==
1. Linkmarklet UI
2. Linkmarklet Settings