-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
in #87 this issue is mentioned for chrome, and in #98 @alex-a-soto fixed the chrome output by including a title url in the note's name.
It would be great if the firefox-backend also did this.
Furthermore it appears that the firefox script is adding a single space before all the lines after the ## -- coding: utf-8 mode: org -- line. I am running the AUR package and wrote the below script to run the package (it gives an error when firefox is running) and fix the first line issue.
#!/usr/bin/sh
pgrep -x firefox >/dev/null && echo "firefox is running" ||
memacs_firefox -f /home/japhir/.mozilla/firefox/5sm2gv3t.default/places.sqlite | sed 's/^ \*/*/' > /home/japhir/org/memacs/mozhist.org_archiveMetadata
Metadata
Assignees
Labels
No labels