Skip to content

memacs_firefox output does not include url title #103

@japhir

Description

@japhir

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_archive

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions