Web Analytics Made Easy -
StatCounter

めモらンだム・ヤード

自分用のアプリ設定やスクリプト類の備忘録・覚え書き(Memorandum) / 作った物のライセンスはCC BY-NC-SAで。 / 内容が古いまま、間違ったまま、書いている途中、途中で放置など、手入れはあまり行き届いていない庭 / 対象の仕様変更で動かなくなったもの多々。WorkFlowy向けは全滅したので削除 / 製作物のインストール及び使用は各自の責任で。使用によって、利用者および第三者に損害が発生したとしても、当方は一切責任を負いかねます

2022-08-18 (「選択したテキスト」、「WebページのURL」、「写真アプリの写真」の内、何れか(いずれか)一つだけを共有シートからLogseqに送るconfig.ednの設定)



config.ednファイル上の、共有シートからのクイックキャプチャ時の出力フォーマットを指定する箇所には、

 ;; Quick capture templates on mobile for recieving contents from other apps.
 ;; Each template contains three elements {time}, {text} and {url}, which can be auto-expanded
 ;; by received contents from other apps. Note: the {} cannot be omitted.
 ;; - {time}: capture time
 ;; - {text}: text that users selected before sharing.
 ;; - {url}: url or assets path for media files stored in Logseq.
 ;; You can also reorder them, or even only use one or two of them in the template.
 ;; You can also insert or format any text in the template as shown in the following examples.
;;  :quick-capture-templates
;;  {:text "[[quick capture]] **{time}**: \n - {text} from {url}"
;;   :media "[[quick capture]] **{time}**: \n - {url}"}

と、少し複雑なフォーマットで出力できるかのように書かれている。
しかし現状は、

  • 選択テキストとURLの両方が同時に出力されることは無い。
  • 改行とBulletが書かれていても、そこから先が新しいブロックとして出力されることもない。

と、開発を忘れられているのか?優先順位が低いのか?Logseqのここは今のところ未完成のまま。
なので、

:quick-capture-templates
{
  :text "{text}{url}"
  :media "{url}"
}

と、とてもシンプルな設定にして使っている。

また、現在のLogseqアプリには、ショートカットアプリと連携する仕組みは無い。



©︎ 2022 Sorashima