Compare commits

..

9 Commits

Author SHA1 Message Date
rca
174170cf26 ファイルリスト修正 2024-08-24 15:03:32 +09:00
rca
998ae4f4be viewer_combined.md 2024-08-24 15:02:44 +09:00
rca
ddf6a25654 ファイル名修正 2024-08-24 15:01:44 +09:00
rca
f6a5847485 viewer.md 2024-08-24 15:00:58 +09:00
rca
8ede57ab59 scan.md 2024-08-24 14:59:11 +09:00
rca
fceaf3ca4c main.md 2024-08-24 14:56:47 +09:00
rca
86cee1dca8 css修正など対応 2024-08-24 14:53:34 +09:00
rca
9eedf191e5 微修正CSS追加 2024-08-24 14:52:10 +09:00
rca
583567a79c 画像ディレクトリ作成, 画像追加 2024-08-24 14:50:32 +09:00
13 changed files with 91 additions and 5 deletions

26
css/fix.css Normal file
View File

@ -0,0 +1,26 @@
/* 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,2 +1,4 @@
main.md
combine_test.md
flow/main.md
flow/scan.md
flow/viewer.md
flow/viewer_combined.md

14
documents/flow/main.md Normal file
View File

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

14
documents/flow/scan.md Normal file
View File

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

16
documents/flow/viewer.md Normal file
View File

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

View File

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

0
documents/img/.gitkeep Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

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 doc -o dist/all.html",
"build:step5": "npx html-inline work/all.html -b ./ -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,8 +5,9 @@
<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/github-markdown.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="stylesheet" href="/css/fix.css">
</head>
<body>
<div class="FrontCover">