From 3a4b6cbc40ca28553665c2849dda3602e7ab65e2 Mon Sep 17 00:00:00 2001 From: Vladimir Alexiev Date: Wed, 13 Nov 2024 13:33:46 +0200 Subject: [PATCH 1/3] Update README.md add section "Zotero and PDF integrations" --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e5a25..7c84f0f 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,6 @@ These are integrations that are officially supported by the third party: - [logseq-tools](https://github.com/PiotrSss/logseq-tools) By PiotrSss - calendars, themes and more - [logseq-encrypt-ui](https://github.com/kanru/logseq-encrypt-ui) By Kanru - encrypt and decrypt all the files - [logseq-snippets](https://github.com/71/logseq-snippets) By Greg - custom queries, code snippets, RSS feeds, and other extensions of the Logseq platform -- [logseq-zotero](https://github.com/aljedaxi/logseq-zotero/) By Aljedaxi - rudimentary means of exporting a zotero library to logseq - [gcal2logseq](https://github.com/WilliamDurin/gcal2logseq) By Will - Python Script + Alfred Workflow to add Google Calendar events into your graph - [keep2log](https://github.com/lugenx/keep2log) By lugenx - CLI tool that converts Google Keep Takeout files to Logseq journal entries, allowing you to migrate your notes from Google Keep to the Logseq note-taking app. - [todoist2logseq](https://github.com/WilliamDurin/todoist2logseq) By Will - Bash Script + Alfred Workflow to import tasks from Todoist into your graph @@ -130,6 +129,14 @@ These are integrations that are officially supported by the third party: - [save-to-logseq](https://chromewebstore.google.com/detail/send-to-logseq/mgdccnefjlmhnfbmlnhddoogimbpmilj) By yutaodou - Web clipper extension for Logseq. Send page, selection text, page link, images, twitter, YouTube video to Logseq via Logseq HTTPs API server. - [logseq-mass-pages-recovery](https://github.com/jmbenedetto/logseq_mass_pages_recovery.git) by JMB - Jupyther notebook writen in python to undo mass pages changes as the ones done through VS Code. It leverages LogSeq backup in logseq/bak dir within LogSeq local graph. +### Zotero and PDF Integrations +Zotero is widely used in scientific research, and scientist often need to read PDFs and take in-depth notes. +- [/zotero](https://docs.logseq.com/#/page/zotero) command - native Zotero integration +- [logseq-pdf-extract](https://github.com/e-zz/logseq-pdf-extract) by e-zz - Works with local zotero (no internet needed), [OCRs and extracts math formulas]([url](https://github.com/e-zz/logseq-pdf-extract?tab=readme-ov-file#2-annotation-extraction-)) ([see comparison](https://github.com/e-zz/logseq-pdf-extract/discussions/6)) +- [logseq-zotero](https://github.com/aljedaxi/logseq-zotero/) By Aljedaxi - rudimentary means of exporting a zotero library to logseq +- [logseq-pdf-export](https://github.com/sawhney17/logseq-pdf-export) by sawhney17 - customizable PDF export +- [logseq-pdf-nav](https://github.com/OverflowCat/logseq-pdf-nav) by OverflowCat - better navigation between internal PDF locations + ## πŸ” Other Resources - [Logseq Advanced Query Builder](https://adxsoft.github.io/logseqadvancedquerybuilder/) by adxsoft - An Experimental online tool to help Logseq Users build advanced queries from simple commands From 4517e5d7318e15e9e68b07d80ffc624ef7a8133c Mon Sep 17 00:00:00 2001 From: Vladimir Alexiev Date: Wed, 13 Nov 2024 13:40:00 +0200 Subject: [PATCH 2/3] add another Bibliography addon --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c84f0f..d304e72 100644 --- a/README.md +++ b/README.md @@ -129,10 +129,11 @@ These are integrations that are officially supported by the third party: - [save-to-logseq](https://chromewebstore.google.com/detail/send-to-logseq/mgdccnefjlmhnfbmlnhddoogimbpmilj) By yutaodou - Web clipper extension for Logseq. Send page, selection text, page link, images, twitter, YouTube video to Logseq via Logseq HTTPs API server. - [logseq-mass-pages-recovery](https://github.com/jmbenedetto/logseq_mass_pages_recovery.git) by JMB - Jupyther notebook writen in python to undo mass pages changes as the ones done through VS Code. It leverages LogSeq backup in logseq/bak dir within LogSeq local graph. -### Zotero and PDF Integrations -Zotero is widely used in scientific research, and scientist often need to read PDFs and take in-depth notes. +### Bibliography and PDF Integrations +Bibliography managers (eg Zotero) are widely used in scientific research, and scientist often need to read PDFs and take in-depth notes. - [/zotero](https://docs.logseq.com/#/page/zotero) command - native Zotero integration -- [logseq-pdf-extract](https://github.com/e-zz/logseq-pdf-extract) by e-zz - Works with local zotero (no internet needed), [OCRs and extracts math formulas]([url](https://github.com/e-zz/logseq-pdf-extract?tab=readme-ov-file#2-annotation-extraction-)) ([see comparison](https://github.com/e-zz/logseq-pdf-extract/discussions/6)) +- [logseq-pdf-extract](https://github.com/e-zz/logseq-pdf-extract) by e-zz - Works with local zotero (no internet needed, thus faster), [OCRs and extracts math formulas]([url](https://github.com/e-zz/logseq-pdf-extract?tab=readme-ov-file#2-annotation-extraction-)) ([see comparison](https://github.com/e-zz/logseq-pdf-extract/discussions/6)) +- [logseq-citation-manager](https://github.com/sawhney17/logseq-citation-manager) by sawhney17 - Works on .bib files, so it supports Zotero, Paperpile and any other bib manager that supports this standard format - [logseq-zotero](https://github.com/aljedaxi/logseq-zotero/) By Aljedaxi - rudimentary means of exporting a zotero library to logseq - [logseq-pdf-export](https://github.com/sawhney17/logseq-pdf-export) by sawhney17 - customizable PDF export - [logseq-pdf-nav](https://github.com/OverflowCat/logseq-pdf-nav) by OverflowCat - better navigation between internal PDF locations From 7d33a8b437e016816f653263e0e12c6c424ec767 Mon Sep 17 00:00:00 2001 From: Vladimir Alexiev Date: Wed, 13 Nov 2024 13:42:05 +0200 Subject: [PATCH 3/3] add TOC entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d304e72..155aae6 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Awesome Logseq extensions and resources created by the community <3 - [🀝 Third Party Integrations](#-third-party-integrations) - [πŸ“š Guides and How-tos](#-guides-and-how-tos) - [πŸ’‘ Workflows and Innovations](#-workflows-and-innovations) + - [πŸ—Ž Bibliography and PDF Integrations](#-bibliography-and-pdf-integrations) - [πŸ” Other Resources](#-other-resources) - [🌱 Community Knowledge Gardens](#-community-knowledge-gardens) - [πŸ‡ΊπŸ‡² En](#-en)