{"id":13671723,"url":"https://github.com/Endle/fireSeqSearch","last_synced_at":"2025-04-27T18:31:40.133Z","repository":{"id":40328446,"uuid":"436896166","full_name":"Endle/fireSeqSearch","owner":"Endle","description":"When using search engine, it would also search local logseq notebook","archived":false,"fork":false,"pushed_at":"2024-04-17T18:51:39.000Z","size":4128,"stargazers_count":100,"open_issues_count":20,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T05:20:57.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Endle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-10T07:55:12.000Z","updated_at":"2024-07-04T03:43:08.548Z","dependencies_parsed_at":"2024-01-15T23:27:47.561Z","dependency_job_id":"ce0e6028-bb8e-49e2-87c0-52c992f889a4","html_url":"https://github.com/Endle/fireSeqSearch","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endle%2FfireSeqSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endle%2FfireSeqSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endle%2FfireSeqSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Endle%2FfireSeqSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Endle","download_url":"https://codeload.github.com/Endle/fireSeqSearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251187260,"owners_count":21549610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T09:01:17.137Z","updated_at":"2025-04-27T18:31:37.354Z","avatar_url":"https://github.com/Endle.png","language":"JavaScript","funding_links":[],"categories":["Rust","💡 Workflows and Innovations"],"sub_categories":[],"readme":"fireSeqSearch: Append Logseq/Obsidian notes while Googling\n\nIntroduction\n--------\n[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.\n\nMore examples at \u003chttps://github.com/Endle/fireSeqSearch/blob/master/docs/examples.md\u003e\n\n\n\nHow to use it\n------------------\nYou need to install **BOTH** the server-side app and the browser extension. The server reads your logseq notebooks in read-only mode, and hosts endpoints at 127.0.0.1:3030.\n\n### Install Browser Extension  \n1. Install latest web extension \u003chttps://addons.mozilla.org/en-US/firefox/addon/fireseqsearch/\u003e   \n2. If you're using other browser, you can install userscirpts instead. [Tampermonkey](https://www.tampermonkey.net/) =\u003e  [monkeyscript.user.js](https://github.com/Endle/fireSeqSearch/raw/master/fireSeqSearch_addon/monkeyscript.user.js).  [Violentmonkey](https://violentmonkey.github.io/)  =\u003e [violentmonkeyscript.user.js](https://github.com/Endle/fireSeqSearch/blob/master/fireSeqSearch_addon/violentmonkeyscript.user.js)\n\n\n### Install Local Server\n\n**Obsidian MD** users: Run `fire_seq_search_server --notebook_path \u003cpath\u003e --obsidian-md`. [Example obsidian.sh](https://github.com/Endle/fireSeqSearch/blob/master/fire_seq_search_server/obsidian.sh)  \n\n\n#### Windows\nSteps:  \n1. Download the latest release at \u003chttps://github.com/Endle/fireSeqSearch/releases\u003e\n2. If you're using PowerShell, run `.\\fire_seq_search_server.exe  --notebook_path C:\\Users\\li\\logseq_notebook`\n3. If you're using Msys2, run `./fire_seq_search_server --notebook_path /c/Users/li/logseq_notebook`\n4. Please remember to change the path to your notebook\n\n#### Linux and macOS\n1. Install rust. See \u003chttps://doc.rust-lang.org/cargo/getting-started/installation.html\u003e\n2. `git clone https://github.com/Endle/fireSeqSearch`\n3. `cd fire_seq_search_server \u0026\u0026 cargo build`\n4. `target/debug/fire_seq_search_server --notebook_path /home/li/my_notebook`\n5. Min rust version: See https://github.com/Endle/fireSeqSearch/blob/master/.github/workflows/rust.yml#L21\n\n\n\nLicense\n----------------\nThis project (both server and addon) is using MIT license. Some third party library may have other licenses (see source code)\n\n\n\u003ca href=\"https://www.flaticon.com/free-icons/ui\" title=\"ui icons\"\u003eUi icons created by manshagraphics - Flaticon\u003c/a\u003e\n\n\nLOGO link: \u003chttps://www.flaticon.com/free-icon/web-browser_7328762\u003e\n\n\nLOGO license: Flaticon license\n\n\nHow it works\n---------\nThis is what [fireSeqSearch](https://github.com/Endle/fireSeqSearch) does on my logseq notebook. I had to split it into two parts because Firefox extensions are not allowed to access local files.\n\nfireSeqSearch has two parts:\n\n### 1. search server\nIt read all local loseq notebooks, and hosts logseq pages on http://127.0.0.1:3030\n\nIt provides the API `http://127.0.0.1:3030/query/`\n\n\n### 2. Browser extension\nEvery time we use search engine, it will fetch `http://127.0.0.1:3030/query/keywords`and append all hits to the web page.\n\n\nSimilar Projects\n--------------\n* [karlicoss/promnesia](https://github.com/karlicoss/promnesia)  - [Promnesia](https://github.com/karlicoss/promnesia) is a mature and interesting project, aming a more ambitious goal. [fireSeqSearch](https://github.com/Endle/fireSeqSearch) only does one thing - append logseq hits to search engine results.\n* Logseq Copilot - https://chrome.google.com/webstore/detail/logseq-copilot/hihgfcgbmnbomabfdbajlbpnacndeihl\n\nStar History\n--------\n\n\n[![Star History Chart](https://api.star-history.com/svg?repos=Endle/fireSeqSearch\u0026type=Date)](https://star-history.com/#Endle/fireSeqSearch\u0026Date)\n\nProvided by \u003chttps://star-history.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndle%2FfireSeqSearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEndle%2FfireSeqSearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEndle%2FfireSeqSearch/lists"}