Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

追加してほしい機能やアイデアを募集 #1

Open
himorishige opened this issue May 30, 2023 · 3 comments
Open

追加してほしい機能やアイデアを募集 #1

himorishige opened this issue May 30, 2023 · 3 comments

Comments

@himorishige
Copy link
Contributor

microcms-utilsライブラリに追加してほしい機能やアイデアを募集しています。

microcms-utilsライブラリは、microCMSを利用するにあたって、あると便利な関数や機能をサポートするためのJSユーティリティを集めたライブラリです。

開発時によく利用している関数や機能、あったら便利だなと思うアイデアをぜひ教えてください。

提案いただいたものすべてを実現できるかはわかりませんができる限り色々なアイデアを取り込んでいきたいと考えています。

@dc7290
Copy link
Member

dc7290 commented May 30, 2023

リッチエディタ関連

  • HTMLをパースしてレスポンシブ画像に変更したり、iframeを遅延読み込みにしてパフォーマンス改善する
  • HTMLの見出し要素から自動的に目次を作成する

@dc7290
Copy link
Member

dc7290 commented May 30, 2023

ページネーション関連

  • totalCountなどからページネーションに必要な値を返す関数
    • ヘッドレスでの提供が良さそう

@hiro08gh
Copy link
Member

HTMLを文字列にして改行コードを追加するutils

修正前

<pre>
  <code>
    const text = 'text'
    const text2 = 'text2'
  </code>
</pre>

修正後

'<pre><code>const text = 'text'\nconst text2 = 'text2'</code></pre>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants