From c592c867c1fb10180ecefbc5e28fb678a1e8b10e Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Apr 2021 13:31:24 +0200 Subject: [PATCH] Auto: misc. --- journal/2021-04-30.md | 2 +- promnesia-howto.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/journal/2021-04-30.md b/journal/2021-04-30.md index 6c3aa008c..d86b08bec 100644 --- a/journal/2021-04-30.md +++ b/journal/2021-04-30.md @@ -7,5 +7,5 @@ - [[2021-11-01]] - [[review]] - [[browser extensions]] - - [[promnesia]] + - [[promnesia howto]] - [[pip]] \ No newline at end of file diff --git a/promnesia-howto.md b/promnesia-howto.md index 20f94d2a1..f7b4ec217 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -10,9 +10,9 @@ From [[go/promnesia/git]]: 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 get the 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. +- Install the browser extension component. - 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. +- Install the local process. - 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. - On OSX: should be the same. - 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.