Karl Voit
Karl Voit
I'll close this issue here as it seems to be a duplicate of #74 Feel free to continue discussing there.
After realizing the suggested change (see above and https://github.com/novoid/Memacs/issues/74#issuecomment-1186548950) I reopen this issue because it actually introduces an in-between step between the current situation (Memacs as one single big blob)...
So far, the append mode of existing modules is using the "parse the existing/old orgmode result files and take a look on the IDs"-approach. I can't remember the discussion when...
Memacs has a module that indexes the Firefox browsing history: https://github.com/novoid/Memacs/blob/master/docs/memacs_firefox_history.org @11111000000 would like to see a similar module that deals with the Chrome/Chromium browsers and their history data. Thanks...
@11111000000 can you confirm that the module works on your side?
I installed Chrome and tried it myself and I now get: ``` vk@sherri ~/src/memacs (git)-[master] % PYTHONPATH="${HOME}/src/memacs/memacs:" python3 bin/memacs_chrome.py --file "$HOME/.config/google-chrome/Default/History" Traceback (most recent call last): File "bin/memacs_chrome.py", line 5,...
Thanks @sanzoghenzo, this is really good input here! Are you feeling confident to contribute a modified `setup.py`? If you could do me this favor, I'd be very glad since you...
With the latest contribution of @sanzoghenzo, at least specific module dependencies could be installed optionally. This definitively solves some issues we had. However, the main question still applies for other...
See https://github.com/novoid/Memacs/issues/114#issuecomment-1185630037 for an idea on splitting up within the same repo in order to install a module like `pip install memacs[photos]`
> Hi @novoid , the things I stated in that comment are exactly the same as we discussed here, there's no new information there (I didn't remember any of this...