forked from mronkko/ZoteroQuickLook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<fix> <user layer>: compatible with Zotero 6.0 and make preview windo…
…w focus in Linux // <zoteroquicklook.pl> a bug fix that preventing the new sushi preview window from losing window focus <.gitignore> ignore .xpi/.zoteroplugin files for version management <linux_build.sh> add shell script to perform auto-pack for .xpi plugin, compatiale with Zotero 6.0 <README.md> modify installing section and the part description of non-Windows system 1) installation note for zotero 6.0 2) add path check for quicklook application 3) Gnome Suhi installation guide <.rdf> update zotero6.0 version support and update plugin version numbers to 1.4.3 <TODO> list Bugs/Low-priority bugs/Ideas // Close mronkko#44, mronkko#43
- Loading branch information
Showing
9 changed files
with
48 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
builds | ||
github.token | ||
github.token | ||
*.xpi | ||
*.zoteroplugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Bugs: | ||
- Missing special character escapes, file names with special sysmbos like $m^{2}$.pdf cant preview | ||
- | ||
|
||
Low-priority bugs: | ||
- Unable to preview with in 10 seconds of Zotero just starting | ||
- Sushi sometimes jump to Nautilus file preview window when Zotero select nothing and type to preview | ||
|
||
Ideas (to be validated): | ||
- | ||
- |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<em:id>[email protected]</em:id> | ||
<em:type>2</em:type> <!-- type=extension --> | ||
<em:name>ZoteroQuickLook</em:name> | ||
<em:version>1.4.2</em:version> | ||
<em:version>1.4.3</em:version> | ||
<em:creator>Mikko Ronkko</em:creator> | ||
<em:contributor>Brenton M. Wiernik</em:contributor> | ||
<em:description>Quick Look Utility for Zotero.</em:description> | ||
|
@@ -14,14 +14,14 @@ | |
<Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
</Description> | ||
</em:targetApplication> | ||
<em:targetApplication> | ||
<Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
</Description> | ||
</em:targetApplication> | ||
</Description> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
zip -r ./zoteroquicklook.xpi chrome defaults install.rdf chrome.manifest -x .* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,20 @@ | |
<rdf:Seq> | ||
<rdf:li> | ||
<rdf:Description> | ||
<em:version>1.4.2</em:version> | ||
<em:version>1.4.3</em:version> | ||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
<em:updateLink>https://github.com/mronkko/ZoteroQuickLook/releases/download/1.4.2/zoteroquicklook.zoteroplugin</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
<em:updateLink>https://github.com/mronkko/ZoteroQuickLook/releases/download/1.4.2/zoteroquicklook.zoteroplugin</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,20 @@ | |
<rdf:Seq> | ||
<rdf:li> | ||
<rdf:Description> | ||
<em:version>1.4.2</em:version> | ||
<em:version>1.4.3</em:version> | ||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
<em:updateLink>https://github.com/mronkko/ZoteroQuickLook/releases/download/1.4.2/zoteroquicklook.zoteroplugin</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
<em:updateLink>https://github.com/mronkko/ZoteroQuickLook/releases/download/1.4.2/zoteroquicklook.zoteroplugin</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
|