0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Markdown記法を使ってアカウント一覧表を作る

Posted at

Markdown記法を使ってアカウント一覧表を作る

アカウントが色々増えてしまい、どうまとめようか考えた時に
Markdownで表を作り管理することとしました。
1つのセルの中に改行をいれて上段にID、下段にパスワードを入れるようにしました。
行も列も好きなだけ追加可能です。

アカウント一覧表

MailAdress
password
TwitterID
password
InstagramID
password
Memo etc
hoge1@gmail.com
いつもの
hoge1
いつもの
hoge1
いつもの
メインアカウント
hoge2@i.softbank.jp
いつもの
hoge2
xxx123xxx
hoge2
xxx456xxx
サブアカウント
hoge3@gmail.com
xxx123xxx

捨てアカウント
hoge4@yahoo.co.jp
xxx789xxx
hoge4
xxx789xxx
捨てアカウント

Markdown

| MailAdress <br> password | TwitterID <br> password | InstagramID <br> password | Memo etc |
|:--|:--:|:--:|:--:|
|`hoge1@gmail.com` <br> いつもの | hoge1<br>いつもの | hoge1<br>いつもの | メインアカウント |
|`hoge2@i.softbank.jp` <br> いつもの | hoge2<br>xxx123xxx | hoge2<br>xxx456xxx |  サブアカウント |
|`hoge3@gmail.com` <br> xxx123xxx | <br> | | 捨てアカウント |
|`hoge4@yahoo.co.jp` <br> xxx789xxx | hoge4<br>xxx789xxx | | 捨てアカウント |
0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?