-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescribtion.html
26 lines (26 loc) · 1014 Bytes
/
describtion.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
<b>SmartInsert Add-on for Anki desktop</b>
<br>
<br>
Features
<ul>
<li>Analysis of pasted content to detect Headlines and separated paragraphs</li>
<li>Removal of line breaks to enhance the card's layout on different screen widths</li>
<li>Replacement of bullet symbol with a custom one (defaults to -)</li>
</ul>
<br>
<br>
Known issues
<ul>
<li>Headlines containing two or more lines are interpreted as headline and paragraph</li>
<li>Unable to detect headlines in a position other than the first line or more than one headline per paste</li>
<ul>
<li>Workaround: Copy and paste them one after another</li>
</ul>
</ul>
<br>
<br>
Contribute
<ul>
<li>For feature suggestions and bug reports, use the Issues tab on <a href="https://github.com/swssl/anki-smart-insert" target="_blank">Github</a></li>
<li>For development, clone the repository and follow <a href="https://addon-docs.ankiweb.net/editor-setup.html">official tutorial</a> in order to connect to your Anki installation. </li>
</ul>