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

Ability to choose which HTML tags to use

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

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
swift
領域
mobile

調査の方向性

Aztec.TextView と getHTML() のエクスポートパスから始め、attributedText がどのように HTML に変換されるかを追跡します。太字、斜体、下線、段落出力に使用するタグを呼び出し側がどのように選択するかを定義します。getHTML() が手動置換を必要とせずに要求されたタグの選択をサポートすれば完了です。

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

説明

[Priority] Low [Type] Enhancement

Is your feature request related to a problem? Please describe.
For my project I need to be able to export the HTML after editing with the TextView selecting which tags I want to use. For example, we need to use <b> for bold text instead of <strong>.

Describe the solution you'd like
Letting the user the possibility of choosing tags to use when getting the html (using getHTML()).

Describe alternatives you've considered
For now I will need to manually replace all tags by what I need. I also don't want to use <p> tags which are added automatically so I will need to replace those accordingly.

Additional context
I'm using the Aztec.TextView in Swift and setting its attributedText with my own attributed string at the beginning. The only html tags we want to use are <b>, <i> and <u>.

Many thanks! 😊

主要言語
Swift
スター
669
フォーク
153
平均マージ
11時間 27分
マージ済み PR(30日)
4

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

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

はじめの一歩

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

wordpress-mobile/AztecEditor-iOS のほかの issue

wordpress-mobile/AztecEditor-iOS の issue をすべて見る

似ている issue

Swift の issue をもっと見る

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

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