mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 06:19:03 +00:00
20 lines
7.8 KiB
HTML
20 lines
7.8 KiB
HTML
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>Add a desktop search engine for your digital library</title><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script><script type="text/x-mathjax-config">
|
|
MathJax = {
|
|
tex: {
|
|
inlineMath: [ ['$','$'], ['\(','\)'] ],
|
|
displayMath: [ ['$$','$$'], ['[',']'] ]
|
|
},
|
|
options = {
|
|
processHtmlClass = "math"
|
|
}
|
|
}
|
|
</script><meta name="next-head-count" content="6"/><link rel="preload" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" as="style"/><link rel="stylesheet" href="/wiki/_next/static/css/52fc2ba29703df73922c.css" data-n-g=""/><noscript data-n-css=""></noscript><link rel="preload" href="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" as="script"/><link rel="preload" href="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" as="script"/></head><body><div id="__next"><main><h1>Add a desktop search engine for your digital library</h1><section class="post-metadata"><span>Date: <!-- -->2020-04-15 20:41:51 +08:00</span><span>Date modified: <!-- -->2021-05-13 14:15:39 +08:00</span></section><nav class="toc"><ol class="toc-level toc-level-1"></ol></nav><p>Desktop search engines adds a crucial thing for <a href="/wiki/2020-04-14-18-28-55">Maintaining your own digital library</a>: retrievability.
|
|
With the ability to search and retrieve for information scattered throughout our files, we can then quickly connect and add information without much burden.
|
|
</p><p>An ideal desktop search engine should have the following things:
|
|
</p><ul><li><p>Features both a graphics user interface (GUI) and a command-line interface (CLI).
|
|
</p></li><li><p>Accepts not only plain-text files but other file formats such as images, videos, and audio.
|
|
</p></li><li><p>Quickly searches through text and even <a href="/wiki/data.file-metadata">File metadata</a> for binary files.
|
|
</p></li><li><p>Invites integration (and extension) with an API allowing for more control and features.
|
|
</p></li><li><p>Highlights searching with a query language that is both simple and powerful.
|
|
</p></li></ul><p>With a cursory search, I found <a href="/wiki/2021-05-13-11-43-13">Recoll</a> that fits the bill with the added bonus of being a cross-platform tool and easily configurable.
|
|
</p><section><h2>Backlinks</h2><ul><li><a href="/wiki/2020-06-27-16-21-47">Apply search tools and techniques for your digital library</a></li><li><a href="/wiki/2021-04-06-22-25-17">Prefer referencing over remembering</a></li><li><a href="/wiki/2021-04-07-18-53-58">Future-proofing your notes is only worth if the future is relevant</a></li></ul></section></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"metadata":{"date":"\"2020-04-15 20:41:51 +08:00\"","date_modified":"\"2021-05-13 14:15:39 +08:00\"","language":"en","source":""},"title":"Add a desktop search engine for your digital library","hast":{"type":"root","children":[{"type":"element","tagName":"nav","properties":{"className":"toc"},"children":[{"type":"element","tagName":"ol","properties":{"className":"toc-level toc-level-1"},"children":[]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Desktop search engines adds a crucial thing for "},{"type":"element","tagName":"a","properties":{"href":"/2020-04-14-18-28-55"},"children":[{"type":"text","value":"Maintaining your own digital library"}]},{"type":"text","value":": retrievability.\nWith the ability to search and retrieve for information scattered throughout our files, we can then quickly connect and add information without much burden.\n"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"An ideal desktop search engine should have the following things:\n"}]},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Features both a graphics user interface (GUI) and a command-line interface (CLI).\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Accepts not only plain-text files but other file formats such as images, videos, and audio.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Quickly searches through text and even "},{"type":"element","tagName":"a","properties":{"href":"/data.file-metadata"},"children":[{"type":"text","value":"File metadata"}]},{"type":"text","value":" for binary files.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Invites integration (and extension) with an API allowing for more control and features.\n"}]}]},{"type":"element","tagName":"li","properties":{},"children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Highlights searching with a query language that is both simple and powerful.\n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"With a cursory search, I found "},{"type":"element","tagName":"a","properties":{"href":"/2021-05-13-11-43-13"},"children":[{"type":"text","value":"Recoll"}]},{"type":"text","value":" that fits the bill with the added bonus of being a cross-platform tool and easily configurable.\n"}]}]},"backlinks":[{"path":"/2020-06-27-16-21-47","title":"Apply search tools and techniques for your digital library"},{"path":"/2021-04-06-22-25-17","title":"Prefer referencing over remembering"},{"path":"/2021-04-07-18-53-58","title":"Future-proofing your notes is only worth if the future is relevant"}]},"__N_SSG":true},"page":"/[[...slug]]","query":{"slug":["2020-04-15-20-41-51"]},"buildId":"Ie9t5zutrXP6Of75Cb5xF","assetPrefix":"/wiki","nextExport":false,"isFallback":false,"gsp":true}</script><script nomodule="" src="/wiki/_next/static/chunks/polyfills-99d808df29361cf7ffb1.js"></script><script src="/wiki/_next/static/chunks/main-ae4733327bd95c4ac325.js" async=""></script><script src="/wiki/_next/static/chunks/webpack-50bee04d1dc61f8adf5b.js" async=""></script><script src="/wiki/_next/static/chunks/framework.9d524150d48315f49e80.js" async=""></script><script src="/wiki/_next/static/chunks/commons.0e1c3f9aa780c2dfe9f0.js" async=""></script><script src="/wiki/_next/static/chunks/pages/_app-8e3d0c58a60ec788aa69.js" async=""></script><script src="/wiki/_next/static/chunks/940643274e605e7596ecea1f2ff8d83317a3fb76.4841a16762f602a59f00.js" async=""></script><script src="/wiki/_next/static/chunks/pages/%5B%5B...slug%5D%5D-1aa198f87ede1cd0e1dc.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_buildManifest.js" async=""></script><script src="/wiki/_next/static/Ie9t5zutrXP6Of75Cb5xF/_ssgManifest.js" async=""></script></body></html> |