Skip to content

Commit

Permalink
update git link
Browse files Browse the repository at this point in the history
  • Loading branch information
daeh committed Jun 5, 2022
1 parent d227067 commit a271d64
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/daeh/zotero-markdowndb-connect?style=for-the-badge)](https://github.com/daeh/zotero-markdowndb-connect/releases/latest) ![GitHub all releases](https://img.shields.io/github/downloads/daeh/zotero-markdowndb-connect/total?style=for-the-badge)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/daeh/zotero-markdb-connect?style=for-the-badge)](https://github.com/daeh/zotero-markdb-connect/releases/latest) ![GitHub all releases](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/total?style=for-the-badge)

# MarkDBConnect (Zotero Markdown DataBase Connect)

Expand Down Expand Up @@ -26,7 +26,7 @@ Opens an existing Markdown note in [Obsidian](https://obsidian.md), [logseq](htt

## Instalation

- Download the plugin (the .xpi file) from the latest release: https://github.com/daeh/zotero-markdowndb-connect/releases
- Download the plugin (the .xpi file) from the latest release: https://github.com/daeh/zotero-markdb-connect/releases
- To download the .xpi file, right click it and select 'Save link as'
- Run Zotero (version 5.x or 6.x)
- Go to `Tools -> Add-ons`
Expand Down Expand Up @@ -147,7 +147,7 @@ A reference using an Obsidian wiki link: [[@cusimano2018cogsci]]

## Notes

[GitHub](https://github.com/daeh/zotero-markdowndb-connect): Source code repository
[GitHub](https://github.com/daeh/zotero-markdb-connect): Source code repository

Code for this extension is based on [ZotFile](https://github.com/jlegewie/zotfile) and [Zotero Citationcounts](https://github.com/eschnett/zotero-citationcounts) (which is based on [Zotero DOI Manager](https://github.com/bwiernik/zotero-shortdoi), which is based in part on [Zotero Google Scholar Citations](https://github.com/beloglazov/zotero-scholar-citations)).

Expand Down
2 changes: 1 addition & 1 deletion chrome/content/options.xul
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<!-- open github issues -->
<!-- <hbox style="margin: 0">
<label style="margin-right:0px" value="&...;"/>
<label style="margin-left:0px; margin-right:0px" class="text-link" onclick="Zotero.MarkDBconnect.loadURL('https://github.com/daeh/zotero-markdowndb-connect/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc');" value="&...;"/>
<label style="margin-left:0px; margin-right:0px" class="text-link" onclick="Zotero.MarkDBconnect.loadURL('https://github.com/daeh/zotero-markdb-connect/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc');" value="&...;"/>
<label style="margin-left:0px; margin-right:0px" value="."/>
</hbox> -->

Expand Down
4 changes: 2 additions & 2 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<em:type>2</em:type>
<em:creator>Dae Houlihan</em:creator>
<em:description>Add a tag to Zotero items that have a external note.</em:description>
<em:homepageURL>https://github.com/daeh/zotero-markdowndb-connect</em:homepageURL>
<em:updateURL>https://raw.githubusercontent.com/daeh/zotero-markdowndb-connect/main/update.rdf</em:updateURL>
<em:homepageURL>https://github.com/daeh/zotero-markdb-connect</em:homepageURL>
<em:updateURL>https://raw.githubusercontent.com/daeh/zotero-markdb-connect/main/update.rdf</em:updateURL>

<em:targetApplication>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<em:id>[email protected]</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>6.0.*</em:maxVersion>
<em:updateLink>https://github.com/daeh/zotero-markdowndb-connect/releases/download/v0.0.18/MarkDBConnect-0.0.18.xpi</em:updateLink>
<em:updateLink>https://github.com/daeh/zotero-markdb-connect/releases/download/v0.0.18/MarkDBConnect-0.0.18.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

Expand Down

0 comments on commit a271d64

Please sign in to comment.