EINDEX / logseq-copilot

Logseq Copilot is a Browser extension that allows you to access your Logseq via your browser.
https://logseq-copilot.eindex.me
GNU General Public License v3.0
235 stars 21 forks source link

Journale page used as dateformat, stops quickCapture from working #40

Closed mbm-peter closed 10 months ago

mbm-peter commented 10 months ago

In this code the date format that is passed is the journalPage name. As it is August now, the first letter is A and this is not a valid character for date formatting.

Uncaught (in promise) RangeError: Format string contains an unescaped latin alphabet character `A`
    result moz-extension://7e84ec07-5a40-42f1-a0ae-62fdd0e916a8/background.js:5104
    format moz-extension://7e84ec07-5a40-42f1-a0ae-62fdd0e916a8/background.js:5085
    blockRending moz-extension://7e84ec07-5a40-42f1-a0ae-62fdd0e916a8/background.js:8548
    quickCapture moz-extension://7e84ec07-5a40-42f1-a0ae-62fdd0e916a8/background.js:8621
    async* moz-extension://7e84ec07-5a40-42f1-a0ae-62fdd0e916a8/background.js:8592
EINDEX commented 10 months ago

This issue seems to be the core reason for #38 . migrate to that issue, and thanks for your information.