- May 16, 2024
hkob’s blogcreate_child_database: NotionRubyMapping 解説 (83) - hkob’s blog
create_child_database: NotionRubyMapping 解説 (83) - hkob’s blog
第83回目のNotionRubyMappingでは、ページ内にデータベースを作成するcreate_child_databaseの使用方法を解説します。これにより、ページにデータベースを追加し、プロパティを一気に設定することができます。(要約 by Notion AI)
- May 15, 2024
hkob’s blogcreate_child_page: NotionRubyMapping 解説 (82) - hkob’s blog
create_child_page: NotionRubyMapping 解説 (82) - hkob’s blog
第82回のNotionRubyMappingでは、create_child_pageの使用方法と、データベース内にページを作成する方法を解説しました。(要約 by Notion AI)
- May 14, 2024
hkob’s blogdescending: NotionRubyMapping 解説 (81) - hkob’s blog
descending: NotionRubyMapping 解説 (81) - hkob’s blog
NotionRubyMappingの第81回目では、データベースを降順に並び替えるdescendingを使用する方法を説明しています。この方法はデータベース取得後、Queryオブジェクトに対して適用します。(要約 by Notion AI)
- May 13, 2024
hkob’s blogascending: NotionRubyMapping 解説 (80) - hkob’s blog
ascending: NotionRubyMapping 解説 (80) - hkob’s blog
第80回 NotionRubyMapping では、Query クラスの昇順並び替えに関するメソッドである ascending を解説しました。これによりデータベースの順番を自由に設定することができます。(要約 by Notion AI)
- May 12, 2024
hkob’s blogor: NotionRubyMapping 解説 (79) - hkob’s blog
or: NotionRubyMapping 解説 (79) - hkob’s blog
NotionRubyMappingの第79回目では、複数のフィルタ条件のどちらか満たすときの「or」を解説。データベースの検索に「or」を使う方法を紹介しました。(要約 by Notion AI)
- May 11, 2024
hkob’s blogand: NotionRubyMapping 解説 (78) - hkob’s blog
and: NotionRubyMapping 解説 (78) - hkob’s blog
NotionRubyMappingの第78回では、複数のフィルタ条件が同時に満たされる場合に使用される 'and' を解説しています。これはフィルタを結合する際に便利で、条件を満たすデータを効率的に取り出すことができます。(要約 by Notion AI)
- May 10, 2024
hkob’s blogfilter_less_than_or_equal_to: NotionRubyMapping 解説 (77) - hkob’s blog
filter_less_than_or_equal_to: NotionRubyMapping 解説 (77) - hkob’s blog
第77回目のNotionRubyMappingでは、filter_less_than_or_equal_toの使用法を解説しました。これは数値プロパティで、指定された値以下の項目のみを抽出するものです。(要約 by Notion AI)
- May 9, 2024
hkob’s blogfilter_less_than: NotionRubyMapping 解説 (76) - hkob’s blog
filter_less_than: NotionRubyMapping 解説 (76) - hkob’s blog
第76回目のNotionRubyMappingでは、数値プロパティのfilter_less_thanの使用方法を解説しました。また、FormulaとRollupプロパティの追加設定についても説明しました。(要約 by Notion AI)
- May 8, 2024
hkob’s blogfilter_greater_than_or_equal_to: NotionRubyMapping 解説 (75) - hkob’s blog
filter_greater_than_or_equal_to: NotionRubyMapping 解説 (75) - hkob’s blog
NotionRubyMapping解説第75回では、filter_greater_than_or_equal_toの使用法を説明し、特にFormulaとRollupプロパティにおける追加指定の説明に焦点を当てました。(要約 by Notion AI)
- May 7, 2024
hkob’s blogfilter_greater_than: NotionRubyMapping 解説 (74) - hkob’s blog
filter_greater_than: NotionRubyMapping 解説 (74) - hkob’s blog
第74回目のNotionRubyMappingでは、数値プロパティにおけるfilter_greater_thanの使用方法が解説されています。また、FormulaとRollupプロパティにおける追加の指定も解説されました。(要約 by Notion AI)
- May 6, 2024
hkob’s blogfilter_next_*: NotionRubyMapping 解説 (73) - hkob’s blog
filter_next_*: NotionRubyMapping 解説 (73) - hkob’s blog
NotionRubyMappingの第73回目では、次の週、月、年のデータを抽出するfilter_next系のメソッドについて解説しました。(要約 by Notion AI)
- May 5, 2024
hkob’s blogfilter_past_*: NotionRubyMapping 解説 (72) - hkob’s blog
filter_past_*: NotionRubyMapping 解説 (72) - hkob’s blog
NotionRubyMapping 解説の第72回目では、filter_past 系のメソッド(filter_past_week, filter_past_month, filter_past_year)をそれぞれ解説しました。これらのメソッドは、指定した週・月・年より前のデータを抽出します。(要約 by Notion…
- May 4, 2024
hkob’s blogfilter_on_or_after: NotionRubyMapping 解説 (71) - hkob’s blog
filter_on_or_after: NotionRubyMapping 解説 (71) - hkob’s blog
第71回目のNotionRubyMappingでは、filter_on_or_afterを使用して、日付が指定した日付と同じかそれ以降のデータを抽出する方法を説明しています。(要約 by Notion AI)
- May 3, 2024
hkob’s blogfilter_on_or_before: NotionRubyMapping 解説 (70) - hkob’s blog
filter_on_or_before: NotionRubyMapping 解説 (70) - hkob’s blog
第70回の NotionRubyMapping 解説では、指定した日付と同じかそれ以前の日付を抽出する filter_on_or_before について解説しました。具体的な使用例としてRubyのコードも示しました。 (要約 by Notion AI)
- May 2, 2024
hkob’s blog番外編: Alfred による「次のアクション」設定: NotionRubyMapping 解説 (69) - hkob’s blog
番外編: Alfred による「次のアクション」設定: NotionRubyMapping 解説 (69) - hkob’s blog
NotionRubyMappingの69回目では、GTDの「いつかやる」タスクを「次のアクション」に変換するAlfredワークフローを作成しました。タスクが「次のアクション」に移動すると、自動的にタスクが開始されます。(要約 by Notion AI)
- May 1, 2024
hkob’s blog番外編: Alfred による URL 保存 (X, moodle など): NotionRubyMapping 解説 (68) - hkob’s blog
番外編: Alfred による URL 保存 (X, moodle など): NotionRubyMapping 解説 (68) - hkob’s blog
NotionRubyMappingの68回目では、Arcで開かれたページを管理するWorkflowについて説明しています。特定のURLに基づいてページを自動的に生成し、保存します。これにより、ユーザーは簡単に^⌘`をタイプするだけでURLを保存できます。(要約 by Notion AI)
- Apr 30, 2024
hkob’s blog番外編: Alfred によるカレンダー登録(ancコマンド、その2): NotionRubyMapping 解説 (67) - hkob’s blog
番外編: Alfred によるカレンダー登録(ancコマンド、その2): NotionRubyMapping 解説 (67) - hkob’s blog
NotionRubyMappingの67回目であるこの記事では、ancコマンドを用いてNotionタスクとカレンダーに同時にイベントを登録する方法を解説しています。記事の最後でカレンダー側の処理を追加し、タスクの登録方法をさらに体系的に説明しています。(要約 by Notion AI)
- Apr 29, 2024
hkob’s blog番外編: Alfred によるタスク作成(ancコマンド、その1): NotionRubyMapping 解説 (66) - hkob’s blog
番外編: Alfred によるタスク作成(ancコマンド、その1): NotionRubyMapping 解説 (66) - hkob’s blog
NotionRubyMappingの66回目では、AlfredのWorkflowを用いて時間を含むタスクをNotionとカレンダーに一括で登録する方法を紹介しています。詳細な登録方法とNotion側の処理について説明されています。(要約 by Notion AI)
- Apr 28, 2024
hkob’s blog番外編: Alfred によるタスク作成: NotionRubyMapping 解説 (65) - hkob’s blog
番外編: Alfred によるタスク作成: NotionRubyMapping 解説 (65) - hkob’s blog
第65回のNotionRubyMappingでは、AlfredのWorkflowを用いてNotionの操作を自動化する方法を紹介しました。macOSのAlfredとNotionRubyMappingを組み合わせて、タスク作成やページを開く操作を効率化する手法を解説しています。(要約 by Notion AI)
- Apr 27, 2024
hkob’s blogfilter_after: NotionRubyMapping 解説 (64) - hkob’s blog
filter_after: NotionRubyMapping 解説 (64) - hkob’s blog
NotionRubyMappingの第64回目では、filter_afterの機能について解説します。filter_afterは、指定された日付より後のデータを抽出する機能です。(要約 by Notion AI)
- Apr 26, 2024
hkob’s blogfilter_before: NotionRubyMapping 解説 (63) - hkob’s blog
filter_before: NotionRubyMapping 解説 (63) - hkob’s blog
第63回目のNotionRubyMappingでは、特定の日付より前の項目を抽出するfilter_beforeを解説しました。この機能は日付関連プロパティに対して使用します。(要約 by Notion AI)
- Apr 25, 2024
hkob’s blogfilter_ends_with: NotionRubyMapping 解説 (62) - hkob’s blog
filter_ends_with: NotionRubyMapping 解説 (62) - hkob’s blog
第62回目のNotionRubyMappingでは、filter_ends_withについて解説しています。これは文字列が特定のキーワードで終わるものを抽出するためのものです。(要約 by Notion AI)
- Apr 24, 2024
hkob’s blogfilter_starts_with: NotionRubyMapping 解説 (61) - hkob’s blog
filter_starts_with: NotionRubyMapping 解説 (61) - hkob’s blog
NotionRubyMapping 解説の第61回目は、filter_starts_with を解説しました。この機能は、文字列が特定のキーワードで始まるものを抽出します。具体的な使用法と例を紹介しました。(要約 by Notion AI)
- Apr 23, 2024
hkob’s blogfilter_does_not_contain: NotionRubyMapping 解説 (60) - hkob’s blog
filter_does_not_contain: NotionRubyMapping 解説 (60) - hkob’s blog
NotionRubyMappingの第60回では、filter_does_not_containについて解説しています。このフィルタは、配列や文字列のプロパティが指定した値を含まないものだけを抽出する機能を提供します。(要約 by Notion AI)
- Apr 22, 2024
hkob’s blogfilter_contains: NotionRubyMapping 解説 (59) - hkob’s blog
filter_contains: NotionRubyMapping 解説 (59) - hkob’s blog
NotionRubyMappingの第59回解説では、filter_containsの使い方について説明しました。配列を保持するプロパティでは、特定の値が含まれるものを抽出し、文字列を保持するプロパティでは指定した文字が含まれるものを抽出します。(要約 by Notion AI)
- Apr 21, 2024
hkob’s blogfilter_is_not_empty: NotionRubyMapping 解説 (58) - hkob’s blog
filter_is_not_empty: NotionRubyMapping 解説 (58) - hkob’s blog
NotionRubyMappingの第58回目では、値が存在するものを抽出するための filter_is_not_empty の使用方法を説明します。各種プロパティでの使用例を提供し、その結果を解説します。(要約 by Notion AI)
- Apr 20, 2024
hkob’s blogfilter_is_empty: NotionRubyMapping 解説 (57) - hkob’s blog
filter_is_empty: NotionRubyMapping 解説 (57) - hkob’s blog
NotionRubyMapping 解説の第57回では、値が空のものを抽出するfilter_is_emptyを詳細に検討しました。各プロパティでの使用を確認し、その結果を説明しました。(要約 by Notion AI)
- Apr 19, 2024
hkob’s blogfilter_does_not_equal: NotionRubyMapping 解説 (56) - hkob’s blog
filter_does_not_equal: NotionRubyMapping 解説 (56) - hkob’s blog
第56回目のNotionRubyMappingでは、filter_does_not_equalの使用方法と特性を解説しました。特に日付データの比較方法について詳しく説明しています。(要約 by Notion AI)
- Apr 18, 2024
hkob’s blogfilter_equals: NotionRubyMapping 解説 (55) - hkob’s blog
filter_equals: NotionRubyMapping 解説 (55) - hkob’s blog
NotionRubyMapping解説の第55回目では、フィルター機能で等価性を確認するfilter_equalsについて解説しました。特に日付の比較では範囲を指定する処理が行われています。(要約 by Notion AI)
- Apr 17, 2024
hkob’s blogquery_database: NotionRubyMapping 解説 (54) - hkob’s blog
query_database: NotionRubyMapping 解説 (54) - hkob’s blog
NotionRubyMapping解説の第54回目では、データベースのクエリについての解説を開始します。最初のステップとして、フィルタなしでのデータベース検索を行います。(要約 by Notion AI)
- Apr 16, 2024
hkob’s blogStatusProperty(DB, Page): NotionRubyMapping 解説 (53) - hkob’s blog
StatusProperty(DB, Page): NotionRubyMapping 解説 (53) - hkob’s blog
第53回目のNotionRubyMappingでは、StatusPropertyの作成と更新について説明します。ステータスは更新可能ですが、データベースのスキーマは変更できません。(要約 by Notion AI)
- Apr 15, 2024
hkob’s blogUrlProperty(Page): NotionRubyMapping 解説 (52) - hkob’s blog
UrlProperty(Page): NotionRubyMapping 解説 (52) - hkob’s blog
52回目のNotionRubyMappingでは、ページのUrlPropertyの変更を解説します。URLを設定することができ、設定されたURLがプロパティに反映されます。(要約 by Notion AI)
- Apr 14, 2024
hkob’s blogTitleProperty(Page): NotionRubyMapping 解説 (51) - hkob’s blog
TitleProperty(Page): NotionRubyMapping 解説 (51) - hkob’s blog
NotionRubyMappingの第51回目ではTitlePropertyの変更が説明されています。TitlePropertyはRichTextPropertyと同様ですが、装飾は意味がありません。このプロパティを更新することでページのタイトルを設定できます。(要約 by Notion AI)
- Apr 13, 2024
hkob’s blogSelectProperty(Page): NotionRubyMapping 解説 (50) - hkob’s blog
SelectProperty(Page): NotionRubyMapping 解説 (50) - hkob’s blog
NotionRubyMapping 解説の第50回目では、ページの SelectProperty の変更方法について説明されています。存在しないオプションは自動的にデータベースプロパティに登録されます。(要約 by Notion AI)
- Apr 12, 2024
hkob’s blogRichTextProperty(Page): NotionRubyMapping 解説 (49) - hkob’s blog
RichTextProperty(Page): NotionRubyMapping 解説 (49) - hkob’s blog
NotionRubyMappingの第49回目では、RichTextPropertyの変更について説明しました。ページのプロパティを更新するために文字列やTextObjectを追加する方法を示しました。(要約 by Notion AI)
- Apr 11, 2024
hkob’s blogRelationProperty(Page): NotionRubyMapping 解説 (48) - hkob’s blog
RelationProperty(Page): NotionRubyMapping 解説 (48) - hkob’s blog
NotionRubyMapping 解説の第48回目では、ページの RelationProperty の変更方法を説明しました。relation = で page_id の配列を設定し、リレーションを設定することが可能です。(要約 by Notion AI)
- Apr 10, 2024
hkob’s blogPhoneNumberProperty(Page): NotionRubyMapping 解説 (47) - hkob’s blog
PhoneNumberProperty(Page): NotionRubyMapping 解説 (47) - hkob’s blog
第47回のNotionRubyMappingでは、PhoneNumberPropertyの変更について解説します。電話番号の設定状況を確認し、新たな電話番号を登録する方法を説明しました。(要約 by Notion AI)
- Apr 9, 2024
hkob’s blogPeopleProperty(Page): NotionRubyMapping 解説 (46) - hkob’s blog
PeopleProperty(Page): NotionRubyMapping 解説 (46) - hkob’s blog
NotionRubyMapping解説の第45回目では、ページのPeoplePropertyの変更を扱います。これにより、add_personでユーザを追加することが可能になります。(要約 by Notion AI)
- Apr 8, 2024
hkob’s blogNumberProperty(Page): NotionRubyMapping 解説 (45) - hkob’s blog
NumberProperty(Page): NotionRubyMapping 解説 (45) - hkob’s blog
第45回目のNotionRubyMappingでは、NumberPropertyの変更について解説します。数値の設定状況の確認や数値の代入について説明しています。(要約 by Notion AI)
- Apr 7, 2024
hkob’s blogMultiSelectProperty(Page): NotionRubyMapping 解説 (44) - hkob’s blog
MultiSelectProperty(Page): NotionRubyMapping 解説 (44) - hkob’s blog
NotionRubyMapping 解説の第44回目では、ページの MultiSelectProperty の変更について説明しています。multi_select は文字列の配列を設定することでオプションが設定可能で、データベースにないものを設定した場合は、自動的にデータベースプロパティにも追加されます。(要約 by …
- Apr 6, 2024
hkob’s blogFilesProperty(Page): NotionRubyMapping 解説 (43) - hkob’s blog
FilesProperty(Page): NotionRubyMapping 解説 (43) - hkob’s blog
NotionRubyMapping 解説の第43回目では、ページの FileProperty の変更を説明しました。外部から認証なしに参照できるファイルのみが設定できます。(要約 by Notion AI)
- Apr 5, 2024
hkob’s blogEmailProperty(Page): NotionRubyMapping 解説 (42) - hkob’s blog
EmailProperty(Page): NotionRubyMapping 解説 (42) - hkob’s blog
第42回目の NotionRubyMapping 解説では、ページの EmailProperty の変更について解説しました。この機能はメールアドレスの設定状況を確認し、変更することができます。(要約 by Notion AI)
- Apr 4, 2024
hkob’s blogDateProperty(Page): NotionRubyMapping 解説 (41) - hkob’s blog
DateProperty(Page): NotionRubyMapping 解説 (41) - hkob’s blog
NotionRubyMapping解説の第41回では、ページ側のDate Propertyの変更について説明しています。日付の設定はDateで、時刻ありの日付はTimeで、タイムゾーンを設定する場合は文字列を直接設定する必要があります。(要約 by Notion AI)
- Apr 3, 2024
hkob’s blogCheckboxProperty(Page): NotionRubyMapping 解説 (40) - hkob’s blog
CheckboxProperty(Page): NotionRubyMapping 解説 (40) - hkob’s blog
第40回の NotionRubyMapping 解説では、ページの Checkbox プロパティの取得と変更方法が説明されています。簡単なプロパティである Checkbox の使用法を理解することが目的です。(要約 by Notion AI)
- Apr 2, 2024
hkob’s blogRollupProperty: NotionRubyMapping 解説 (39) - hkob’s blog
RollupProperty: NotionRubyMapping 解説 (39) - hkob’s blog
NotionRubyMapping 解説第39回では、RollupProperty追加とそれに伴うupdate問題の修正、及びFormulaPropertyの再挑戦について説明がありました。(要約 by Notion AI)
- Apr 1, 2024
hkob’s blogRelationProperty: NotionRubyMapping 解説 (38) - hkob’s blog
RelationProperty: NotionRubyMapping 解説 (38) - hkob’s blog
第38回目のNotionRubyMappingでは、RelationPropertyの追加と設定方法について説明されています。片方向と双方向のリレーションの設定方法が異なる点に注意が必要です。(要約 by Notion AI)
- Mar 31, 2024
hkob’s blogFormulaProperty: NotionRubyMapping 解説 (37) - hkob’s blog
FormulaProperty: NotionRubyMapping 解説 (37) - hkob’s blog
NotionRubyMapping解説の第37回目では、Formulaプロパティの追加に挑戦しましたが、expressionがnullになるバグが発生してしまいました。この問題の解決に向けてデバッグを行う予定です。(要約 by Notion AI)
- Mar 30, 2024
hkob’s blogNumberProperty: NotionRubyMapping 解説 (36) - hkob’s blog
NumberProperty: NotionRubyMapping 解説 (36) - hkob’s blog
NotionRubyMappingの第36回目では、Numberプロパティの追加とそれに関わるバグを紹介しています。このバグは新規作成時に特定のフォーマットが適用されない問題で、後で修正を予定しています。(要約 by Notion AI)
- Mar 29, 2024
hkob’s blogSelectProperty, MultiSelectProperty: NotionRubyMapping 解説 (35) - hkob’s blog
SelectProperty, MultiSelectProperty: NotionRubyMapping 解説 (35) - hkob’s blog
NotionRubyMappingの第35回目では、SelectPropertyとMultiSelectPropertyの追加とそれらのオプション設定方法を解説しました。これらは事前にわかっている選択肢をデータベース生成時に設定できます。(要約 by Notion AI)
- Mar 28, 2024
hkob’s blogicsToNotion の作成: NotionRubyMapping 解説 (34) - hkob’s blog
icsToNotion の作成: NotionRubyMapping 解説 (34) - hkob’s blog
この記事では、NotionRubyMappingの34回目の解説として、icsデータからNotionに一括登録するスクリプトを紹介しています。これにより授業スケジュールなどが簡単にNotionに追加できます。(要約 by Notion AI)
- Mar 27, 2024
hkob’s blogdatabase.add_property: NotionRubyMapping 解説 (33) - hkob’s blog
database.add_property: NotionRubyMapping 解説 (33) - hkob’s blog
NotionRubyMappingの第33回目では、データベースのオプションなしのプロパティの追加について解説しました。具体的なコードの実行例とともに、プロパティの追加方法と実行結果を示しました。(要約 by Notion AI)
- Mar 26, 2024
hkob’s blogdatabase.rename_property, remove_properties: NotionRubyMapping 解説 (32) - hkob’s blog
database.rename_property, remove_properties: NotionRubyMapping 解説 (32) - hkob’s blog
NotionRubyMappingの第32回目では、データベースのプロパティの設定について解説しました。具体的には、プロパティの名前の変更と削除について説明し、その際の問題とその解決策を掲載しました。(要約 by Notion AI)
- Mar 25, 2024
hkob’s blogCodeBlock: NotionRubyMapping 解説 (31) - hkob’s blog
CodeBlock: NotionRubyMapping 解説 (31) - hkob’s blog
NotionRubyMappingの第31回目では、CodeBlockの作成と使用法について説明しました。CodeBlockはテキスト、言語、キャプションを指定して使います。また、言語に合わせた色付けが可能です。(要約 by Notion AI)
- Mar 24, 2024
hkob’s blogblock.destroy: NotionRubyMapping 解説 (30) - hkob’s blog
block.destroy: NotionRubyMapping 解説 (30) - hkob’s blog
NotionRubyMapping解説の第30回目では、ブロックのアーカイブ(削除)機能を試しました。削除はブロックの'archived'属性をtrueに設定するだけで、APIを使えば復元も可能です。(要約 by Notion AI)
- Mar 23, 2024
hkob’s blogEquationBlock: NotionRubyMapping 解説 (29) - hkob’s blog
EquationBlock: NotionRubyMapping 解説 (29) - hkob’s blog
第29回目のNotionRubyMappingでは、EquationBlockを解説しました。これは式ブロックを管理し、LaTeXの数式を渡すと式ブロックを作成します。また、式を変更する機能もあります。(要約 by Notion AI)
- Mar 22, 2024
hkob’s blogSyncedBlock: NotionRubyMapping 解説 (28) - hkob’s blog
SyncedBlock: NotionRubyMapping 解説 (28) - hkob’s blog
NotionRubyMapping 解説の第28回目では、SyncedBlockの作成方法を解説しています。オリジナルの同期ブロックを作成後、そのブロックの ID を用いてコピー版の同期ブロックを作れます。(要約 by Notion AI)
- Mar 21, 2024
hkob’s blogTableBlock, TableRowBlock: NotionRubyMapping 解説 (27) - hkob’s blog
TableBlock, TableRowBlock: NotionRubyMapping 解説 (27) - hkob’s blog
NotionRubyMappingの第27回目では、TableBlockとTableRowBlockの組み合わせを使ってシンプルテーブルを実現します。これらはまだ作りかけで、編集などの機能が実装されていません。(要約 by Notion AI)
- Mar 20, 2024
hkob’s blogColumnListBlock, ColumnBlock: NotionRubyMapping 解説 (26) - hkob’s blog
ColumnListBlock, ColumnBlock: NotionRubyMapping 解説 (26) - hkob’s blog
第26回のNotionRubyMapping解説では、複数列を管理するColumnListBlockと単一の列を管理するColumnBlockの使用方法について説明されています。これらの組み合わせにより、複数列の表示が可能になります。(要約 by Notion AI)
- Mar 19, 2024
hkob’s blogCalloutBlock: NotionRubyMapping 解説 (25) - hkob’s blog
CalloutBlock: NotionRubyMapping 解説 (25) - hkob’s blog
NotionRubyMappingの25回目は、絵文字か外部ファイルをアイコンとして設定できるCalloutBlockについて解説しています。CalloutBlockはテキストブロックで、色や子ブロックを設定可能です。(要約 by Notion AI)
- Mar 18, 2024
hkob’s blogBreadCrumbBlock, DividerBlock, TableOfContentsBlock, : NotionRubyMapping 解説 (24) - hkob’s blog
BreadCrumbBlock, DividerBlock, TableOfContentsBlock, : NotionRubyMapping 解説 (24) - hkob’s blog
NotionRubyMapping解説の第24回目では、BreadCrumbBlock、DividerBlock、TableOfContentsBlockの3つのブロックを紹介しました。これらはコンテンツを持たず、機能のみのブロックです。(要約 by Notion AI)
- Mar 17, 2024
hkob’s blogLinkToPageBlock: NotionRubyMapping 解説 (23) - hkob’s blog
LinkToPageBlock: NotionRubyMapping 解説 (23) - hkob’s blog
NotionRubyMappingの第23回目では、LinkToPageBlockを紹介しました。これは、ページやデータベースの参照を保持するブロックです。逆引きFormulaのページへのリンクの作成に苦労したものの、最終的に成功しました。(要約 by Notion AI)
- Mar 16, 2024
hkob’s blogBookmarkBlock: NotionRubyMapping 解説 (22) - hkob’s blog
BookmarkBlock: NotionRubyMapping 解説 (22) - hkob’s blog
第22回目のNotionRubyMappingでは、UrlCaptionBlockの子クラスであるBookmarkBlockが紹介されました。BookmarkBlockはブックマークを表示するブロックで、その使い方が詳しく解説されています。(要約 by Notion AI)
- Mar 15, 2024
hkob’s blogEmbedBlock: NotionRubyMapping 解説 (21) - hkob’s blog
EmbedBlock: NotionRubyMapping 解説 (21) - hkob’s blog
第21回目のNotionRubyMappingでは、FileBaseBlockの子クラスであるEmbedBlockについて解説しました。EmbedBlockはリンクを保持し、プレビューを表示しますが、ログインが必要なサイトのプレビューは作成されません。(要約 by Notion AI)
- Mar 14, 2024
hkob’s blogPdfBlock, VideoBlock: NotionRubyMapping 解説 (20) - hkob’s blog
PdfBlock, VideoBlock: NotionRubyMapping 解説 (20) - hkob’s blog
NotionRubyMapping解説の第20回目では、FileBaseBlockの子クラスであるPdfBlockとVideoBlockの使用方法を詳しく説明しました。これらのブロックはPDFやビデオのリンクを保持し、プレビューを表示します。(要約 by Notion AI)
- Mar 13, 2024
hkob’s blogFileBlock, ImageBlock: NotionRubyMapping 解説 (19) - hkob’s blog
FileBlock, ImageBlock: NotionRubyMapping 解説 (19) - hkob’s blog
第19回目のNotionRubyMappingでは、FileBlockとImageBlockの解説を行いました。これらはNotion APIを介して外部リンクを保持し、画像やファイルを表示するブロックです。次回はPDFBlockとVideoBlockについて紹介します。(要約 by Notion AI)
- Mar 12, 2024
hkob’s blogToggleHeadingNBlock: NotionRubyMapping 解説 (18) - hkob’s blog
ToggleHeadingNBlock: NotionRubyMapping 解説 (18) - hkob’s blog
本回のNotionRubyMapping解説では、トグル版の見出しであるToggleHeading1Block、ToggleHeading2Block、ToggleHeading3Blockを解説しました。問題が見つかり、将来的な修正が必要と認識しました。(要約 by Notion AI)
- Mar 11, 2024
hkob’s blogHeadingNBlock: NotionRubyMapping 解説 (17) - hkob’s blog
HeadingNBlock: NotionRubyMapping 解説 (17) - hkob’s blog
NotionRubyMapping 解説の第17回目では、見出しブロック(Heading1Block, Heading2Block, Heading3Block)を解説しました。これらは TextSubBlockColorBaseBlockの子クラスで、テキストやカラーの設定が可能です。(要約 by Notion AI…
- Mar 10, 2024
hkob’s blogToggleBlock: NotionRubyMapping 解説 (16) - hkob’s blog
ToggleBlock: NotionRubyMapping 解説 (16) - hkob’s blog
16回目のNotionRubyMappingでは、ToggleBlock(開閉できるトグルを持つテキストブロック)の作成と操作を解説します。色変更や子ブロックの追加などが可能です。(要約 by Notion AI)
- Mar 9, 2024
hkob’s blogQuoteBlock: NotionRubyMapping 解説 (15) - hkob’s blog
QuoteBlock: NotionRubyMapping 解説 (15) - hkob’s blog
NotionRubyMappingの第15回目では、TextSubBlockColorBaseBlockの子クラスであるQuoteBlockの解説を行いました。QuoteBlockはチェックボックスを持つテキストブロックで、色や子ブロックを指定することができます。(要約 by Notion AI)
- Mar 8, 2024
hkob’s blogToDoBlock: NotionRubyMapping 解説 (14) - hkob’s blog
ToDoBlock: NotionRubyMapping 解説 (14) - hkob’s blog
NotionRubyMapping解説の第14回目ではToDoBlockを紹介します。ToDoBlockはチェックボックスを持つテキストブロックで、子ブロックや色の設定が可能です。また、チェックマークの読み取りや更新も可能です。(要約 by Notion AI)
- Mar 7, 2024
hkob’s blogNumberedListItemBlock: NotionRubyMapping 解説 (13) - hkob’s blog
NumberedListItemBlock: NotionRubyMapping 解説 (13) - hkob’s blog
これはNotionRubyMappingの第13回目の解説で、番号付き箇条書きブロックである NumberedListItemBlock の使用方法について説明しています。色の指定や、子ブロックの追加、テキストの色変更などの方法を具体的に示しています。(要約 by Notion AI)
- Mar 6, 2024
hkob’s blogBulletedListItemBlock: NotionRubyMapping 解説 (12) - hkob’s blog
BulletedListItemBlock: NotionRubyMapping 解説 (12) - hkob’s blog
NotionRubyMappingの第12回目では、箇条書きブロックである BulletedListItemBlock を解説しました。このブロックは ParagraphBlock と同じ機能を利用でき、色やテキストなどを自由に設定できます。(要約 by Notion AI)
- Mar 5, 2024
hkob’s blogBookmarkBlock: NotionRubyMapping 解説 (11) - hkob’s blog
BookmarkBlock: NotionRubyMapping 解説 (11) - hkob’s blog
NotionRubyMapping 解説の第11回目では、BookmarkBlock の追加とその使用方法について詳しく説明されています。具体的なコード例を通じて、URLの追加と更新、キャプションの追加方法などを学べます。(要約 by Notion AI)
- Mar 4, 2024
hkob’s blogappend_block_children: NotionRubyMapping 解説 (10) - hkob’s blog
append_block_children: NotionRubyMapping 解説 (10) - hkob’s blog
NotionRubyMapping解説第10回目では、段落ブロックを追加するappend_block_childrenメソッドを解説します。このメソッドは、ページやブロックの最後にブロックを追加するのに使用します。また、afterオプションやappend_afterメソッドにより、特定のブロックの後にブロックを追加する…
- Mar 3, 2024
hkob’s blogRichTextArray: NotionRubyMapping 解説 (9) - hkob’s blog
RichTextArray: NotionRubyMapping 解説 (9) - hkob’s blog
第9回目のNotionRubyMappingでは、RichTextArrayの作成方法を解説します。RichTextArrayは、ほとんどのテキストを取り扱うブロックの要素であり、文字列、文字配列、RichTextObject、RichTextObject配列のいずれかを設定できます。(要約 by Notion AI)
- Mar 2, 2024
hkob’s blogEquation Object: NotionRubyMapping 解説 (8) - hkob’s blog
Equation Object: NotionRubyMapping 解説 (8) - hkob’s blog
NotionRubyMappingの第8回目では、Equation Objectの作成と使い方について説明されています。特に、数式を書き換える方法と、それをブロックに追加する方法に焦点を当てています。(要約 by Notion AI)
- Mar 1, 2024
hkob’s blogMention Object: NotionRubyMapping 解説 (7) - hkob’s blog
Mention Object: NotionRubyMapping 解説 (7) - hkob’s blog
第7回の NotionRubyMapping 解説では Mention Object の使い方を詳しく説明しました。また、MentionObject の使い勝手を改善するための To Do のリストも作成しました。(要約 by Notion AI)
- Feb 29, 2024
hkob’s blogText Object: NotionRubyMapping 解説 (6) - hkob’s blog
Text Object: NotionRubyMapping 解説 (6) - hkob’s blog
はじめに NotionRubyMapping 解説の第6回目です。これまで解説してきた中で RichTextArray というものが頻繁に出現していました。これは複数の RichText Object を要素にもつクラスでした。今回は、RichText Object のうちの一つである Text Object を解説し…
- Feb 28, 2024
hkob’s blog段落ブロックの取得と関連するメソッド: NotionRubyMapping 解説 (5) - hkob’s blog
段落ブロックの取得と関連するメソッド: NotionRubyMapping 解説 (5) - hkob’s blog
NotionRubyMapping 解説の第5回では、段落ブロックの取得とそれに関連するメソッドについて説明されています。主に、ブロックの取得、色の変更、子ブロックの取得などの機能が紹介されています。(要約 by Notion AI)
- Feb 27, 2024
hkob’s blogデータベースの取得と関連するメソッド: NotionRubyMapping 解説 (4) - hkob’s blog
データベースの取得と関連するメソッド: NotionRubyMapping 解説 (4) - hkob’s blog
この記事はNotionRubyMappingの第4回目で、データベースを取得する方法と取得したデータベースに対するメソッドについて解説しています。具体的なコード例を引用しながら、各メソッドの使用法と結果を説明しています。(要約 by Notion AI)
- Feb 26, 2024
hkob’s blogページの取得と関連するメソッド: NotionRubyMapping 解説 (3) - hkob’s blog
ページの取得と関連するメソッド: NotionRubyMapping 解説 (3) - hkob’s blog
NotionRubyMapping解説の第3回では、ページへのアクセスとそのページオブジェクトへのメソッドの使用を説明しています。ページタイトルや親のIDの取得、アイコンの設定などが含まれます。(要約 by Notion AI)
- Feb 25, 2024
hkob’s blogインテグレーションキーと初期設定スクリプトの作成: NotionRubyMapping 解説 (2) - hkob’s blog
インテグレーションキーと初期設定スクリプトの作成: NotionRubyMapping 解説 (2) - hkob’s blog
第2回目の NotionRubyMapping 解説では、インテグレーションキーの作成と設定用スクリプトの作り方を解説しました。これにより、Notion の API を Ruby で操作する準備が整いました。(要約 by Notion AI)
- Feb 24, 2024
hkob’s bloggem インストール: NotionRubyMapping 解説(1) - hkob’s blog
gem インストール: NotionRubyMapping 解説(1) - hkob’s blog
これはNotionRubyMappingの初回解説です。NotionRubyMappingはNotion APIをRubyから使いやすくするライブラリで、今回はそのインストール方法について説明しました。(要約 by Notion AI)