Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Expose post content rendering helper in PostExtension

オープン
#175 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
elixir
領域
web-dev

調査の方向性

Tableau.PostExtension.post()、Tableau.Page.t()、および既存のTableau.markdown/2エントリーポイントから始めて、postとpageのレンダリング関数がどのように公開されているかを追跡します。両方の関連インターフェースにrender_content関数を追加し、拡張機能が抜粋やその他のメタコンテンツを一貫してレンダリングできるようにしてから、issueに記載されているTempleの使用方法を確認します。

索引モデルが issue の本文から書いたものです。

説明

I've got a couple of extensions, TableauExcerptExtension and an as-yet-unpublished revisions tracking extension where I've got meta-content in frontmatter that should be written in the same format as the main content.

Right now, that only works reasonably well for markdown posts because Tableau.markdown/2 exists. However, if each post has a render_content/1 function included (similar to the renderer function attribute), this could be handled for extended content types without special handling‡.

Tableau.PostExtension.post() would need to be updated to include a render_content, function, and Tableau.Page.t() would need to be updated so the same function is exposed for use just like page.template.

This would allow post rendering to do something like this (Temple example in a index page):

div do
  post.render_content.(post.excerpt)
end

‡ There is special handling in an upcoming version of TableauExcerptExtension because it has to do some processing of the content, but that's something separate.

主要言語
Elixir
スター
307
フォーク
18
平均マージ
7時間 28分
マージ済み PR(30日)
2

環境構築

このプロジェクトには開発コンテナ、Dockerfile、コントリビューションガイドがありません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

elixir-tools/tableau のほかの issue

elixir-tools/tableau の issue をすべて見る

似ている issue

Elixir の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。