Skip to content

2023-11-18

引っ越し

HackMD からの移行

Obsidian からシームレスにオンライン上にメモを残すために構成を変更した。
ひとまず無料の範囲でこしらえることができた。

flowchart LR  
HackMD  
flowchart LR

subgraph フロー
    iCloud<--同期-->Google&nbspDrive
    Mobile<--同期-->Cloud
    Desktop<--同期-->Cloud
    local&nbsprepo--git&nbsppush-->main
    main-->MkDocs
    MkDocs--build-->branch
    branch--deploy-->server

    subgraph Obsidian
        Mobile
        subgraph local&nbsprepo
            Desktop
        end
    end

    subgraph Cloud
        iCloud
        Google&nbspDrive
    end

    subgraph GitHub
        subgraph remote&nbsprepo
            main
            branch

            subgraph Actions
                MkDocs
            end
        end
    end

    subgraph Netlify
        server
    end
end
flowchart LR

subgraph フロー
    iCloud<--同期-->Google&nbspDrive
    Mobile<--同期-->Cloud
    Desktop<--同期-->Cloud
    local&nbsprepo--git&nbsppush-->main
    main-->MkDocs
    MkDocs--build-->branch
    branch--deploy-->server
    article--あとで読む-->workflow
    workflow-->articles
    Google&nbspSheet--時限式トリガー-->main

    subgraph Obsidian
        Mobile
        subgraph local&nbsprepo
            Desktop
        end
    end

    subgraph Cloud
        iCloud
        Google&nbspDrive
    end

    subgraph Feedly
        article
    end

    subgraph Google&nbspSheet
        articles
    end

    subgraph IFTTT
        workflow
    end

    subgraph GitHub
        subgraph remote&nbsprepo
            main
            branch

            subgraph Actions
                MkDocs
            end
        end
    end

    subgraph Netlify
        server
    end
end

参考

Obsidian と MkDocs と GitHubActions と Netlify で君だけの最強日記環境を作りあげろ! - tick-taku's diary

今後やること

  • Feedly の記事読みをウィークリー単位でサマリ化し Actions で Netlify にポストするしくみ作り
    • IFTTT や Zapier などオートメーションサービスだとうまくいかなかったので自力で書くか
  • そのほか MkDocs やワークフローの調整