Plugin: Paste HTML Fragment v1.0

Browse, download and discuss plugins for Blumentals code editors
Post Reply
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Plugin: Paste HTML Fragment v1.0

Post by pmk65 »

WeBuilder Plugin: Paste HTML Fragment v1.0

Allow pasting of Clipboard HTML fragments captured in Web Browsers.

Usage: Open a browser and select/copy an area on a webpage. Then use the plugin to insert the HTML fragment in the editor. (Normal paste will just insert the text of the copied area.)


Installation:
1) Download plugin .ZIP file.
2) Open WeBuilder and select "Plugins -> Manage Plugins" from the menu.
3) Click "Install" and select the .ZIP file you downloaded in step 1.

Feedback appreciated. ;)
(I only use WeBuilder, so I haven't tested if it works in HTMLPad, Rapid CSS or Rapid PHP.)
Attachments
Paste HTML.zip
Paste HTML Fragment v1.0
(41.56 KiB) Downloaded 993 times
There are 10 types of people in the world: Those who understand binary and those who don't.
pety
Posts: 187
Joined: Fri Mar 02, 2012 7:17 pm

Re: Plugin: Paste HTML Fragment v1.0

Post by pety »

Checked and it works.
Great job, thanks !
kms
Posts: 3
Joined: Mon Jul 23, 2018 7:53 pm

Re: Plugin: Paste HTML Fragment v1.0

Post by kms »

A good plugin, but unfortunately does not work with Cyrillic.
And I think the problems with any non-Latin characters.

I wrote my utility GetClip, it solves my problem with Cyrillic.
You just need to replace the file GetClip.exe.

https://youtu.be/vbwiaqOkX0A
Attachments
GetClip.rar
(601.43 KiB) Downloaded 833 times
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Plugin: Paste HTML Fragment v1.0

Post by pmk65 »

kms wrote:A good plugin, but unfortunately does not work with Cyrillic.
And I think the problems with any non-Latin characters.

I wrote my utility GetClip, it solves my problem with Cyrillic.
You just need to replace the file GetClip.exe.

https://youtu.be/vbwiaqOkX0A
Thanks. I never thought of testing it with non-Latin characters. :D
Do you have a web or Github page where your GetClip can be downloaded?

As I have moved my plugin development to Github, and want to avoid including 3rd-party tools directly to insure people always get the latest versions. (And also to avoid licensing problems)
So instead I will link to the 3rd-party tools needed.
There are 10 types of people in the world: Those who understand binary and those who don't.
kms
Posts: 3
Joined: Mon Jul 23, 2018 7:53 pm

Re: Plugin: Paste HTML Fragment v1.0

Post by kms »

The utility and source codes can be downloaded at this link.
http://upload.elektronshiki.ru/enigma/MySoft/GetClip/

PS: The GetClip utility is not a full analog of the original utility.
It supports only parameters/frag and / html
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Plugin: Paste HTML Fragment v1.0

Post by pmk65 »

kms wrote:The utility and source codes can be downloaded at this link.
http://upload.elektronshiki.ru/enigma/MySoft/GetClip/

PS: The GetClip utility is not a full analog of the original utility.
It supports only parameters/frag and / html
Great. I have updated and added the plugin to my Github repositories here: https://github.com/pmk65/wbp-pastehtmlfragment

BTW: I like the Video player at the root of your site. It's hilarious :D
There are 10 types of people in the world: Those who understand binary and those who don't.
Post Reply