Markdown記法 チートシート - Qiita https://qiita.com/Qiita/items/c686397e4a0f4f11683d
※重要メモ Web での Qiita 上で編集した時は下記手順を実行する。
- 自分の記事が保存してある
GitHub repository
を開く - 画面上側にあるタブの"Actions"から"Qiita Sync" を開く
- "Run workflow" をクリックするを実行する。
ファイル名は取得した時点のQiitaコード付きのファイル名を変更できる。 ファイル名にスペースを入れてはいけない。 ファイル名に日本語が使える。
<!--
title: <タイトル>
tags: <タグ>
private: false
-->
<記事本文>
Template repository to synchronize markdown files with Qiita site.
Create your own repository based on this template and push your markdown files, then those files are automatically published in Qiita site.
- Click "Use this template" button at top-right corner of this page, and create your GitHub repository.
- Generate "Qiita Access Token" of at your Qiita site, and copy the generated Qiita Access Token.
- Open "Settings" >> "Secrets" >> "Actions" >> "New repository secret" at your GitHub repository.
- Input
QIITA_ACCESS_TOKEN
to "Name", and paste the generated Qiita Access Token to "Value", and click "Add secret" - Open "Actions" >> "Qiita Sync" >> "Run workflow" pulldown menu, and click "Run workflow" button
- Your Qiita articles will be downloaded to your GitHub repository.
- Rewrite this README for your own with the badge below (Replace
<Your-ID>
and<Your-Repository>
)
![Qiita Sync](https://github.com/<Your-ID>/<Your-Repository>/actions/workflows/qiita_sync_check.yml/badge.svg)
- このページの右上にある "Use this template" ボタンをクリックして、GitHub リポジトリを作成します。
- Qiita サイトで "Qiita Access Token" を作成し、生成された token をコピーします。
- GitHub リポジトリで、"Settings" >> "Secrets" >> "Actions" >> "New repository secret" を開きます。
- "Name" に
QIITA_ACCESS_TOKEN
と入力し、"Value" には生成された Qiita Access Token を貼り付けます。そして "Add secret" をクリックします。 - "Actions" >> "Qiita Sync" >> "Run workflow" のプルダウンメニューを開き、"Run workflow" ボタンをクリックします。
- GitHub リポジトリに Qiita 記事がダウンロードされます。
- README を書き換え、以下のバッジを挿入します(
<Your-ID>
と<Your-Repository>
は置き換えてください)
![Qiita Sync](https://github.com/<Your-ID>/<Your-Repository>/actions/workflows/qiita_sync_check.yml/badge.svg)
Find more details in:
- English: Qiita-Sync README
- Japanese: GitHub 連携で Qiita 記事を素敵な執筆環境で!