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

Expand the default "About" site page with more styles.

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

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

評価

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

調査の方向性

Start by locating the default About page content and the HTML editor/save path in plugin-SimplePages; the issue provides target markup and notes that hr and code tags are removed on save. Check the existing behavior before deciding where the change belongs, then verify that the listed elements remain available after saving.

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

説明

Equivalent to https://github.com/omeka/omeka-s/issues/1870. But simpler. No inbuilt embed codes do anything useful here out of the box.

Just found out, in Classic you can use the HTML editor to insert a "hr" horizontal line, but it gets erased as soon as you save the page. Same for putting text in a "code" tag (one of the menu options) - it appears as formatted in the HTML editor, but when you save the page the two tags disappear.

Something like this:

<p>This is an example page. Feel free to replace this content, or delete the page and start from scratch.</p>
<ul>
<li>This is a bullet list.</li>
<li>Second entry.</li>
</ul>
<p>Back to normal again.</p>
<ol>
<li>This is an ordered list.</li>
<li>Second entry.</li>
</ol>
<p>Back to normal again.</p>
<blockquote>This is a blockquote.</blockquote>
<p>Back to normal again.</p>
<p><a>This text is a link, which currently points to nothing.</a></p>
<p><strong>This text is bold, in a "strong" tag.</strong></p>
<p><em>This text is italicized, in an "em" tag.</em></p>
<p><span style="text-decoration: underline;">This text is underlined, using a span.</span></p>
<p>This text is <sub>subscript</sub> and <sup>superscript</sup> using "sub" and "sup", which can be used for adding notes and citations.</p>
<h1>This is an H1 title, the same size as the Page Title.</h1>
<h2>This is an H2 header.</h2>
<h3>This is an H3 subheader.</h3>
<h4>This is an H4 subheader.</h4>
<h5>This is an H5 subheader.</h5>
<h6>This is an H6 subheader.</h6>
<pre>This text is using the "Formatted" setting in the HTML editor.</pre>
主要言語
PHP
スター
7
フォーク
12
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

omeka/plugin-SimplePages のほかの issue

omeka/plugin-SimplePages の issue をすべて見る

似ている issue

PHP の issue をもっと見る

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

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