I developed a Chrome extension: Copy as AsciiDoc.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

I developed a Chrome extension: Copy as AsciiDoc.

diguage
I developed a Chrome extension:  Copy as AsciiDoc

The extension can copy the current page link and title as AsciiDoc. It helps me to refer the current page link.

My I contribute the extension to the AsciiDoctor project?

The code repo: diguage/ADL: Chrome extension. Copy the current page link links as AsciiDoc
Ted
Reply | Threaded
Open this post in threaded view
|

Re: I developed a Chrome extension: Copy as AsciiDoc.

Ted
I tried it. That is pretty useful.

So basically it takes any web page that you are on and creates a link you can paste into an AsciiDoc.

e.g. using the Copy as AsciiDoc extension on this page

http://discuss.asciidoctor.org/I-developed-a-Chrome-extension-Copy-as-AsciiDoc-td4944.html[Asciidoctor :: Discussion - I developed a Chrome extension: Copy as AsciiDoc.]
- Ted @TedAtCIS
Reply | Threaded
Open this post in threaded view
|

Re: I developed a Chrome extension: Copy as AsciiDoc.

mojavelinux
Administrator
In reply to this post by diguage
I also find this extension useful, especially when it can copy any link (or image) as an AsciiDoc macro.

I am a bit concerned that the name is misleading. "Copy as AsciiDoc" implies that it's copying the whole content as AsciiDoc. Perhaps you'd consider making the name more specific, such as "Copy Location as AsciiDoc" (or "Copy Address as AsciiDoc"). This is consistent with the terminology that Firefox and Chrome use in the context menu for links or images. You might even consider "Copy Location as AsciiDoc Macro".

We'll also need to select a name for the repository that's consistent with the other browser extensions if we decide to bring it into the Asciidoctor organization.

Cheers,

-Dan

On Fri, Sep 9, 2016 at 4:35 AM, diguage [via Asciidoctor :: Discussion] <[hidden email]> wrote:
I developed a Chrome extension:  Copy as AsciiDoc

The extension can copy the current page link and title as AsciiDoc. It helps me to refer the current page link.

My I contribute the extension to the AsciiDoctor project?

The code repo: diguage/ADL: Chrome extension. Copy the current page link links as AsciiDoc


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/I-developed-a-Chrome-extension-Copy-as-AsciiDoc-tp4944.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux
Reply | Threaded
Open this post in threaded view
|

Re: I developed a Chrome extension: Copy as AsciiDoc.

diguage
The icon is short of "AsciiDoc Link", put the "L" under the "AD", is like a smail face.

I think "Copy Link as AsciiDoc" is a perfect name.

The repository name may be changed to "asciidoctor-chrome-extension-links"?
Reply | Threaded
Open this post in threaded view
|

Re: I developed a Chrome extension: Copy as AsciiDoc.

diguage
In reply to this post by diguage
This is my develop plan : Develop Plan.

If you have a good idea, please post a issue or make a comment here. Thanks.