From 2ea9ca0a0be0c882c731e1b4f4c2279812450a1c Mon Sep 17 00:00:00 2001 From: Zhenbo Li <3221521+Endle@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:23:44 -0400 Subject: [PATCH] Update README.md Remove some old doc --- README.md | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/README.md b/README.md index e3a3229..4b3d097 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ -fireSeqSearch: Append Logseq notes while Googling +fireSeqSearch: Append Logseq/Obsidian notes while Googling Introduction -------- [fireSeqSearch](https://github.com/Endle/fireSeqSearch) is inspired by [Evernote](https://evernote.com)'s browser extension - if we search a term, for example, `softmax` in Google, [fireSeqSearch](https://github.com/Endle/fireSeqSearch) will also search in our personal notebook, and append the hits into Google results. - -With [logseq 0.6.6](https://discuss.logseq.com/t/done-deep-linking-or-url-scheme-allow-linking-to-logseq-pages-from-outside-the-app/3146/26?u=endle), [Logseq URL Protocol](http://discordapp.com/channels/725182569297215569/756886540038438992/965024044183339088) , it's time for [fireSeqSearch](https://github.com/Endle/fireSeqSearch) to support jumping into Logseq! - - More examples at @@ -41,33 +37,6 @@ Steps: 5. Min rust version: See https://github.com/Endle/fireSeqSearch/blob/master/.github/workflows/rust.yml#L21 -#### Docker (experimental) - -``` -git clone https://github.com/Endle/fireSeqSearch && cd fireSeqSearch -``` - -Configure the path to your logseq notebook by - -``` -cp example.env .env -``` - -and edit `.env`. - -Finally run - -``` -docker-compose up -d -``` - -> **Note**: Alternatively, you can also run docker directly without docker-compose via: - -```bash -export $(cat .env | xargs) -docker run -d -v $NOTEBOOK_DIR:$NOTEBOOK_DIR -p 127.0.0.1:3030:3030 --env-file .env ghcr.io/endle/fireseqsearch:latest -``` - License ----------------