diff --git a/let-me-know.md b/let-me-know.md new file mode 100644 index 000000000..9c81353ce --- /dev/null +++ b/let-me-know.md @@ -0,0 +1,4 @@ +# let me know + +- [[pull]] [[flancian]] + diff --git a/promnesia-howto.md b/promnesia-howto.md index ad05c1ae9..79c6847d4 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -1,7 +1,18 @@ # promnesia howto -- a [[howto]] for [[promnesia]]j. +- a [[howto]] for [[promnesia]]. + +In this howto I'll try to document my experience getting Promnesia from zero to fully up and running and integrated with my [[personal knowledge management]] system and the [[agora]]. From [[go/promnesia/git]]: "[[Promnesia]] is a [[browser extension]] for Chrome and Firefox which serves as a web surfing copilot, enhancing your browsing history and web exploration experience" + +I would myself qualify this a bit and say that Promnesia is a tool with several legs, one of which is the browser extension (. To provide full benefits, you also need to install a local process in your machine (a "backend"). In any case, let's begin: + +1. Install the browser extension component. + 1. Currently supported are [Firefox](https://addons.mozilla.org/en-US/firefox/addon/promnesia/ and [Chrome](https://chrome.google.com/webstore/detail/promnesia/kdmegllpofldcpaclldkopnnjjljoiio). Choose one :) I use Firefox. +2. Install the local process. + 1. On Linux, type in your terminal: ```pip3 install --user promnesia bs4 lxml mistletoe logzero```. If pip3 is not found, please refer to [[pip]] to install it. + 2. On OSX: should be the same. + 3. On Windows: unsure. I have a Windows install so I might give it a try soon and report back; [[let me know]] if you are interested and I'll prioritize this.