Tootfinder

Opt-in global Mastodon full text search. Join the index!

@dennisfaucher@infosec.exchange
2025-10-25 15:50:15

I finally found a way to print #logseq queries. There is no native way and every plugin also just prints the query and not the query output.
github.com/cldwalker/logseq-qu
Th…

@groberschnitzer@graz.social
2025-09-15 07:34:42

Hab ein paar richtig coole #Logseq Templates von @… gefunden:
github.com/wieerwill/logseq_t…

@dennisfaucher@infosec.exchange
2025-10-09 13:41:12

So, since I found a bug in #logseq where pasting formatted notes from MS Teams causes logseq to use incorrect bold markdown syntax ([space]** at the end of a phrase instead of just **), I wrote this sed script to fix the logseq markdown files after I paste content in:
$ cat fix_logseg_bold_journals.sh
#!/bin/bash
cd /Users/faucherd/Documents//Logseq/journals
sed -i '…