Coder Social home page Coder Social logo

david-04 / winclipv2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fupeijiang/winclipv2

0.0 0.0 0.0 14 KB

ahk_Hv2 of WinClip - by Deo - WinClip is a clipboard manipulation class extending AutoHotkey's clipboard capabilities including support for RTF, HTML and images.

winclipv2's Introduction

This version works with AutoHotkey 2 (tested with 2.0.2).

credits where it's due: WinClip - AHKv2 Compatibility

og is written in AutoHotkey_L v1

this project converted it to AutoHotkey_H v2 alpha
download: https://github.com/HotKeyIt/ahkdll-v2-release/archive/master.zip
I run .ah2 with: ahkdll-v2-release-master\x64w_MT\AutoHotkey.exe


folder imgSrc to HTML Format\: answers Stack Overflow:

Modifying a clipboard content to be treated as HTML

tested here: https://html5-editor.net/

what you get after pasting HTML Format in WYSIWYG editor:

  • from hightlight ctrl+c:
    <p><img src="https://cdn.sstatic.net/Img/teams/teams-illo-free-sidebar-promo.svg?v=47faa659a05e" alt="" width="139" height="114" /></p>

  • from ahk: src -> HTML Format (ctrl+shift+v)
    <p><img src="https://cdn.sstatic.net/Img/teams/teams-illo-free-sidebar-promo.svg?v=47faa659a05e" /></p>
    we only have the src in our clipboard, no size information

winclipv2's People

Contributors

fupeijiang avatar david-04 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.