Compare commits

..

No commits in common. "174170cf2688b6a37cb1986cf6d3f91b8ef5b96a" and "14135705180b393cc0faa2c4a36dbfccf1c76553" have entirely different histories.

13 changed files with 5 additions and 91 deletions

View File

@ -1,26 +0,0 @@
/* flow_imgの中のimg要素に高さ指定を追加 */
.flow_img img {
height: 160mm;
margin: 0 auto;
}
/* スクショimg要素を中央揃え横並びで表示させる*/
.ss_img {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0 auto;
width: 100%;
max-width: 100%;
padding: 0;
list-style: none;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.ss_img img {
height: 100mm;
margin: 0 auto;
}

View File

@ -1,4 +1,2 @@
flow/main.md
flow/scan.md
flow/viewer.md
flow/viewer_combined.md
main.md
combine_test.md

View File

@ -1,14 +0,0 @@
# メインフロー
<div class="flow_img">
![メインフロー](/documents/img/flow/main_flow.png)
</div>
1. 右下のFABをタップしてスキャンフローに推移
2. 選択されたドキュメントをビューアーで表示
3. タグ管理画面へ推移
4. タグ追加ダイアログの表示

View File

@ -1,14 +0,0 @@
# スキャンフロー
<div class="flow_img">
![スキャンフロー](/documents/img/flow/scan_flow.png)
</div>
5. スキャナ起動
6. ページ追加
7. スキャン結果確認, 処理選択
8. 新規保存(右上左側)
9. 既存のドキュメントに追加(右上右側)

View File

@ -1,16 +0,0 @@
# ビューアフロー
<div class="flow_img">
![ビューアフロー](/documents/img/flow/viewer_flow.png)
</div>
10. ファイル削除(右上左端)
11. ファイル結合(右上右端)
12. メニュー展開(右上三点メニュー)
13. ファイル名変更
14. ファイルの移動
15. タグ適用
16. 表示するリビジョン(遡るバージョン)の選択

View File

@ -1,13 +0,0 @@
# ビューア(結合済)フロー
<div class="flow_img">
![ビューアフロー](/documents/img/flow/viewer_combined_flow.png)
</div>
17. ドキュメント切り替え(タブ)
18. メニュー展開
19. アイテム名(タブ名, =ファイル名)変更
20. 表示するリビジョン(遡るバージョン)の選択

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

View File

@ -7,7 +7,7 @@
"build:step2": "npx doctoc --notitle --maxlevel 3 work/all.md",
"build:step3": "node scripts/mdit.js work/all.md work/all_md.html",
"build:step4": "node scripts/ejs.js template/template.html work/all.html",
"build:step5": "npx html-inline work/all.html -b ./ -o dist/all.html",
"build:step5": "npx html-inline work/all.html -b doc -o dist/all.html",
"build:step6": "npx tsx scripts/convert.ts",
"build": "npm run build:step1 && npm run build:step2 && npm run build:step3 && npm run build:step4 && npm run build:step5 && npm run build:step6"
},

View File

@ -5,9 +5,8 @@
<meta name="openaction" content="#view=fit">
<meta name="author" content="r-ca" />
<title>Template</title>
<link rel="stylesheet" href="/css/github-markdown.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="stylesheet" href="/css/fix.css">
<link rel="stylesheet" href="../css/github-markdown.css">
<link rel="stylesheet" href="../css/custom.css">
</head>
<body>
<div class="FrontCover">