-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.html
63 lines (45 loc) · 3 KB
/
README.html
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
<!--readme file for the AnkiWeb page-->
<b>AnkiWikiPopup</b>
Anki 2.1 addon to display Wikipedia page previews inside of <a href="https://apps.ankiweb.net/">Anki</a>.
Shows a popup of the Mobile Wikipedia page / Extract for the selected text. In order to avoid conflicts with the
Popup Dictionary addon, this addon only supports keyboard shortcuts <b>(Control-Shift-W)</b> for now. <b> Currently it still clashes with Popup Dictionary, this will be fixed soon!</b>
<b>Modes:</b>
Mobile (default)
<img src="https://raw.githubusercontent.com/cfculhane/AnkiPopupWikipedia/master/docs/content_mobile.png" alt=""/>
Extract (shorter, faster to load)
<img src="https://raw.githubusercontent.com/cfculhane/AnkiPopupWikipedia/master/docs/content_extract.png" alt=""/>
<b> Features </b>
<ul>
- Popup of either full mobile pages, or shorter extracts
- page caching to speed up repeated searches
- Multilanguage support - change the language in config.json with the language <a href="https://en.wikipedia.org/wiki/List_of_Wikipedias#List">as per list here</a>.
</ul>
This is currently in beta stage - things will almost certainly break! Please submit a bug report if it does.
<b>Installation</b>
The easiest way to install Pop-up Dictionary is through <a href="https://ankiweb.net/shared/info/">AnkiWeb</a>.
<b>License and Credits</b>
Significant portions of the code (as marked in the source files)
were based on the Anki add-on <a href="https://github.com/glutanimate/popup-dictionary/">Pop-up Dictionary</a> by
Glutanimate. <a href="https://glutanimate.com/support-my-work/">Click here to support Glutanimate's work</a>.
I would also like to thank the team at <a href="https://www.amboss.com/">AMBOSS</a> for their encouragment and
inspiration for this work. Some css and js code was taken from their <a
href="https://www.amboss.com/us/anki-amboss?hp=header">extremely good Anki Addon</a>.
Ships with the following javascript libraries:
<ul>
- jQuery (v1.12.4), (c) jQuery Foundation, licensed under the MIT license
- qTip2 (v2.1.1), (c) 2011-2018 Craig Michael Thompson, licensed under the MIT license
- imagesLoaded (v4.1.4) (c) David DeSandro, licensed under the MIT license
</ul>
PopupWikipedia is free and open-source software. The add-on code that runs within Anki is released under the GNU
AGPLv3 license. For more information please see the <a
href="https://github.com/cfculhane/AnkiPopupWikipedia/blob/master/LICENSE">LICENSE</a> file that accompanied
this program.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
<b> Known issues</b>
<ul>
- Clicking on links inside the popup opens the browser, but with the wrong URL
- Disambiguation pages are not handled well
- Does not work with NightMode due to the way Night-Mode monkeypatches Reviewer.revHtml, see <a
href="https://github.com/krassowski/Anki-Night-Mode/issues/53">this github issue here</a>
- Currently does not play nicely with Popup Dictionary. Currently trying to figure this out!
</ul>