WikifyWeb: Difference between revisions

From fridemar.ai
Jump to navigation Jump to search
(Drag and drop the below link WikifyWeb (on this page, not that in the sidebar) into your (Chrome, Safari Browser) BookmarksList and you can apply Wikify (nearly) everywhere in the Web.)
(Extended WikifyWeb by youtube and aipedia)
Line 51: Line 51:


<html>
<html>
<a href="javascript:function ai() {
<a href="javascript:function ai() {
     var WikiMap = ['http://google.com/search?q=','https://everipedia.org/wiki/','https://wikipedia.org/wiki/','https://twitter.com/search?q=','https://twitter.com/hashtag/'],
     var WikiMap = ['http://google.com/search?q=','https://everipedia.org/wiki/','https://wikipedia.org/wiki/','https://twitter.com/search?q=','https://twitter.com/hashtag/','https://www.youtube.com/results?search_query=', 'https://aipedia.eu/wiki/' ],
         i, j, k, len, llen, link, linkpatt,
         i, j, k, len, llen, link, linkpatt,
         linkText, linkTextArray = [], msg, myArray, node, txt, href, a, reg, span,
         linkText, linkTextArray = [], msg, myArray, node, txt, href, a, reg, span,
Line 78: Line 79:


                     link = myArray[0];
                     link = myArray[0];
                     linkTextArray = [link, ' (e', ' w', ' t', ' h)'];
                     linkTextArray = [link, ' (e', ' w', ' t', ' h', ' y', ' a)'];
                     span.appendChild(document.createTextNode(txt.substring(lastLastIndex, myArray.index)));
                     span.appendChild(document.createTextNode(txt.substring(lastLastIndex, myArray.index)));
                     lastLastIndex = linkpatt.lastIndex;
                     lastLastIndex = linkpatt.lastIndex;
Line 106: Line 107:
}
}
ai();">WikifyWeb</a>
ai();">WikifyWeb</a>
</html>
</html>

Revision as of 00:05, 12 March 2018

Intro

What if we could create links everywhere in the Web, by just writing CamelCase words like the inventor of Wikis WardCunningham introduced them in WardsWiki.

Currently the author fridemar offers this as a free OpenSource BookMarklet to empower work and collaboration on the EveriPedia.

About

This BookMarklet WikifyWeb turns WikiWords into UserDefinable MultiLinks. On this page you get the actual bookmarklet.

Versions

v1.1: with number subscripts

v1.2: made it mnemonic friendly with letters

v1.3: used this WikiMap = ['http://google.com/search?q=','https://everipedia.org/wiki/','https://wikipedia.org/wiki/','https://twitter.com/search?q=','https://twitter.com/hashtag/'],

Use of the Bookmarklet

Clicking on the link WikifyWeb (at the end of this page) enriches each WikiWord in any document in the Web (articles, blogs, posts, .. ) with the following 5 links:

1. Mainlink: GoogleSearch

2. letter e: EveriPediaSearch

3. letter w: WikiPediaSearch

4. letter t: TwitterSearch

5. letter h: TwitterHashSearch


Drag and drop the below link WikifyWeb (on this page, not that in the sidebar) into your (Chrome, Safari Browser) BookmarksList and you can apply Wikify (nearly) everywhere in the Web.

For simplicity test all five search links on the word BookMarklet, since the author verified, that it always gives results.

To get rid of the MultiLinks simply refresh the page of the browser.

Disclaimer

The author fridemar did his best to make this a useful contribution to the CreativeCommons, but cannot guarantee that each WikiWord has SearchResults nor can he take responsibility

1. for the user chosen link targets

2. for modifications of the source, which is under CcBySa

Enjoy


WikifyWeb