これに対応した NotionRubyMapping v3.0.2 をリリースしました。
#Notion #NotionRubyMapping
bsky.app/profile/hkob...
Latest posts tagged with #NotionRubyMapping on Bluesky
これに対応した NotionRubyMapping v3.0.2 をリリースしました。
#Notion #NotionRubyMapping
bsky.app/profile/hkob...
I have released v3.0.2 of NotionRubyMapping. This morning, the Notion API was updated to allow templates to be specified. Therefore, I have added a template_page option to create_child_page and build_child_page in NotionRubyMapping as well.
#NotionRubyMapping
rubygems.org/gems/notion_...
I have released NotionRubyMapping v3.0.1. It now supports the Place Property which was made public yesterday, ensuring that pages using this property no longer produce errors.
#Notion #NotionRubyMapping
rubygems.org/gems/notion_...
NotionRubyMapping v3.0.0 をリリースしました。Notion-Version 2025-09-03 に対応しています。
今回は大きな変更なので、まだテスト漏れがありそうな気がしますが...。今回から Database の代わりに DataSource を使うようになります。
#NotionAPI #NotionRubyMapping
rubygems.org/gems/notion_...
今後アナウンスされるデータベースを複数の datasource に対応させる変更さえしなければ、これまでの 2022-06-28 のものは最低でも半年は使えるので、API 連携しているデータベースは新機能の利用をお待ちいただければ幸いです。
#Notion #NotionRubyMapping
NotionRubyMapping の 2025-09-03 への対応は少し時間がかかると思います。お待たせしてすみません。今回は、テストに利用していた全ての API 呼び出しのレスポンスを再取得し直すためです。
#Notion #NotionRubyMapping
x.com/hkob/status/...
前回が 2022-06-28 なので、3年ぶりの破壊的アップデートになります。2022-06-28 は最低でも半年は使えるとのことですが、さっさと NotionRubyMapping はアップデートするようにします。
#Notion #NotionAPI #NotionRubyMapping
x.com/shogocat/sta...
NotionRubyMapping の場合、基本的に水面下のゴチャゴチャは見せないというスタンスなので、FileObject の拡張だけで済ませる予定です。
ユーザに見せるのは FileObject#file_name= と FileObject#remote_url= くらいだけ見せる感じ。あとは save したら裏でゴソゴソ動き出す。
#NotionRubyMapping
NotionRubyMapping も対応予定ですが、アップロード後の Image, PDF ブロックなどへの適用をシームレスにしたいため、インターフェースを検討中です。もう少しお待ちください。
#NotionRubyMapping
去年は手作業でやった Notion の授業準備のタスク。今年は思い立ってコードにした。4科目×15週分の授業に対し、それぞれ授業準備タスクを作り、その授業への依存関係だけでなく、前の授業との依存関係も同時に設定するもの。
やはり #NotionRubyMapping だとあっという間に書けてしまう。
#Notion
Wiki にある有効期限 (verification) が通常のページにも設定できるようになりました。以前、一度だけリークしたものです。以前のリークの時に、NotionRubyMapping も有効期限に対応したものをリリースしております。
#Notion #NotionRubyMapping
bsky.app/profile/noti...
NotionRubyMapping v0.8.8 has been released. For now, I've only made it so that retrieving pages with link_mentions no longer produces errors. I haven't yet tested whether link_mentions can be set.
#Notion #notionapi #NotionRubyMapping
rubygems.org/gems/notion_...
意外と情報量が多いな。多分、作成・更新はできなそうだから、とりあえず mention_object の属性に流し込むところまで作成することにするか。
#NotionRubyMapping
メンションリンクのあるブロックを NotionRubyMapping で読み込んだら、link_mention という type がないとエラーになってしまいました。ドキュメント化されていないのですが、取り敢えず JSON から読み取れることから対応したいと思います。
#Notion #notionapi #NotionRubyMapping
また、昼食前にやっていた会議を閉じ忘れた。いちいちチェックボックス押して閉じるの面倒なので、「fin」コマンドを作成。
思ったことをさっと書けるのが NotionRubyMapping の楽なところ。チェックが外れると Database automation で終了時刻が記録され、タスクも Done になる
#NotionRubyMapping