Conversation
## 概要 `index.html` を新規追加し、`xlsx2md` 画面右上メニューの遷移先を同一フォルダの `index.html` に修正します。 ## 変更内容 - `index.html` を新規追加 - `xlsx2md-src.html` の `menu-home-href` を `../index.html` から `./index.html` へ変更 - 生成済みの `xlsx2md.html` の `menu-home-href` を `../index.html` から `./index.html` へ変更 ## 影響範囲 - `index.html` - `xlsx2md-src.html` - `xlsx2md.html`
index.html を追加し、xlsx2md から同一フォルダのトップへ戻れるように修正
## 概要 `xlsx2md` のページヘッダーに GitHub へのリンクを追加します。あわせて、`lht-page-hero` がラベルなしのアイコン単体リンクを扱えるように調整します。 ## 変更内容 - `xlsx2md-src.html` - GitHub 用の SVG symbol `md-icon-github` を追加 - `lht-page-hero` に `action-href` / `action-aria-label` / `action-icon-id` を追加 - `lht-cmn/js/components.js` - `lht-page-hero` のアクションリンク生成条件を拡張し、`action-label` がなくても `action-icon-id` があれば描画できるように変更 - ラベルなしの場合に `ms-hero-link--icon-only` を付与 - ラベルがある場合のみテキストノードを追加するように変更 - `src/xlsx2md/css/app.css` - `.md-icons` を追加 - `.ms-hero-link` / `.ms-hero-link--icon-only` / `.ms-btn-icon` を追加し、アイコン単体リンク用の見た目を定義 - `xlsx2md.html` - 上記変更の生成物を更新
xlsx2md のヘッダーに GitHub アイコンリンクを追加し、アイコン単体表示に対応
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
develの成果をmainに反映