Compare commits

..

15 Commits

Author SHA1 Message Date
rca
8a3e85c327 remove unused 2024-08-26 09:59:48 +09:00
rca
a97deaa812 ファイルリスト修正 2024-08-26 09:59:13 +09:00
rca
1a1867001f menu.md 2024-08-26 09:57:36 +09:00
rca
ac26df3c40 rev.md 2024-08-26 09:56:25 +09:00
rca
0dcdcdd0fb fix index 2024-08-26 09:55:25 +09:00
rca
1782f4defc rev.md 2024-08-26 09:55:08 +09:00
rca
22532af847 rename.md 2024-08-26 09:52:51 +09:00
rca
ff6e3aed50 結合済みindex.md 2024-08-26 09:51:09 +09:00
rca
1669e252bc メニュー画面の解説を切り出し 2024-08-26 09:48:22 +09:00
rca
711b126ff3 空行削除 2024-08-26 09:43:15 +09:00
rca
d53877e572 ファイルリスト修正 2024-08-26 09:40:47 +09:00
rca
2c9cf24423 rename.md 2024-08-26 09:37:04 +09:00
rca
04d8c696d4 tag.md 2024-08-26 09:32:54 +09:00
rca
606817ae9d update.md 2024-08-26 09:30:54 +09:00
rca
5a6cf3cfea viewer_index 2024-08-26 09:28:25 +09:00
13 changed files with 239 additions and 123 deletions

View File

@ -1,3 +0,0 @@
# Combine_Test
## テスト

View File

@ -6,3 +6,13 @@ home/index.md
library/index.md
settings/index.md
settings/tag_manage.md
viewer/index.md
viewer/rename.md
viewer/update.md
viewer/menu.md
viewer/tag.md
viewer/rev.md
viewer_combined/index.md
viewer_combined/rename.md
viewer_combined/menu.md
viewer_combined/rev.md

View File

@ -1,120 +0,0 @@
# Markdown Example
## 1. **Basic Formatting**
You can make text **bold** or *italic*.
**Bold and _Italic_** can be combined.
---
## 2. **Lists**
### Unordered List:
- Item 1
- Subitem 1.1
- Subitem 1.2
- Item 2
### Ordered List:
1. First item
2. Second item
1. Subitem 2.1
2. Subitem 2.2
---
## 3. **Links and Images**
[OpenAI](https://www.openai.com)
<!-- ![OpenAI Logo](https://www.openai.com/favicon.ico) -->
---
## 4. **Blockquotes**
> "The only limit to our realization of tomorrow is our doubts of today."
> — *Franklin D. Roosevelt*
---
## 5. **Code Blocks**
Inline code: `print("Hello, World!")`
Python code block:
```python
def greet(name):
print(f"Hello, {name}!")
greet("Markdown")
```
---
## 6. **Tables**
| Name | Age | Country |
|----------|-----|---------|
| Alice | 24 | USA |
| Bob | 30 | UK |
| Charlie | 28 | Canada |
---
## 7. **Task Lists**
- [x] Write a markdown example
- [ ] Review the document
- [ ] Submit the assignment
---
## 8. **Footnotes**
This is a statement with a footnote.[^1]
[^1]: This is the footnote explaining the statement.
---
## 9. **Horizontal Rules**
---
## 10. **Emojis**
Let's celebrate :tada: and have some fun :smile:!
---
## 11. **Heading with ID**
### Custom Heading {#custom-heading}
You can link to [this heading](#custom-heading) using its ID.
---
## 12. **Highlighting**
==This text is highlighted== for emphasis.
---
## 13. **Mathematical Expressions**
You can include math using LaTeX:
$$ E = mc^2 $$
---
## 14. **HTML Elements**
You can also use HTML elements:
<kbd>Ctrl</kbd> + <kbd>C</kbd> to copy.
---
Enjoy experimenting with **Markdown**!

25
documents/viewer/index.md Normal file
View File

@ -0,0 +1,25 @@
## ビューア画面
### トップ画面
<div class="ss_img">
![ビューア画面](/documents/img/ss/viewer/viewer_index.png)
![ビューア画面(削除ダイアログ)](/documents/img/ss/viewer/viewer_delete_dialog.png)
![ビューア画面(結合ダイアログ)](/documents/img/ss/viewer/viewer_combine_dialog.png)
</div>
#### 概要
- スキャンしたデータの表示, 編集, 削除が行えます
#### 詳細
- スキャンしたドキュメントが表示されます
- 右上ゴミ箱アイコンをタップすることでドキュメントを削除します
- 右上マージアイコンをタップすることでドキュメントを結合します
#### 予定(TODO)
-
<!-- 改ページ -->
<div class="page-break"></div>

29
documents/viewer/menu.md Normal file
View File

@ -0,0 +1,29 @@
### メニュー
<div class="ss_img">
![メニュー展開](/documents/img/ss/viewer/viewer_menu_open.png)
</div>
#### 概要
- 詳細な操作を行うためのメニューです
#### 詳細
- 右上三点メニューをタップすることでメニューが展開します
- メニュー項目
- バージョン履歴
- ドキュメントのバージョン履歴を表示します
- リネーム
- ドキュメントの名前を変更します
- 移動
- ドキュメントを別のフォルダに移動します
- タグの管理
- ドキュメントにタグを追加, 削除します
#### 予定(TODO)
- 文言の修正
<!-- 改ページ -->
<div class="page-break"></div>

View File

@ -0,0 +1,20 @@
### リネーム
<div class="ss_img">
![リネームダイアログ](/documents/img/ss/viewer/viewer_rename.png)
</div>
#### 概要
- ドキュメントの名前を変更します
#### 詳細
- 新しい名前を入力し, 変更ボタンをタップすることで名前が変更されます
#### 予定(TODO)
- サジェストの実装
<!-- 改ページ -->
<div class="page-break"></div>

20
documents/viewer/rev.md Normal file
View File

@ -0,0 +1,20 @@
### バージョン履歴
<div class="ss_img">
![バージョン履歴ダイアログ](/documents/img/ss/viewer/viewer_select_rev.png)
</div>
#### 概要
- バージョン履歴を表示します
#### 詳細
- 遡りたいバージョンを選択し, 選択ボタンをタップすることで選択したバージョンに戻ります
#### 予定(TODO)
- コミットメッセージ修正機能を実装
<!-- 改ページ -->
<div class="page-break"></div>

21
documents/viewer/tag.md Normal file
View File

@ -0,0 +1,21 @@
### タグ適用
<div class="ss_img">
![タグ適用ダイアログ](/documents/img/ss/viewer/viewer_tag_apply_dialog.png)
</div>
#### 概要
- 設定画面で作成したタグをドキュメントに適用します
#### 詳細
- チェックボックスがオンのタグが適用されます
#### 予定(TODO)
- タグカラーの表示
- タグ作成画面への推移
<!-- 改ページ -->
<div class="page-break"></div>

View File

@ -0,0 +1,23 @@
### ページ更新
<div class="ss_img">
![トップ](/documents/img/ss/viewer/viewer_update_index.png)
![更新ダイアログ](/documents/img/ss/viewer/viewer_update_dialog.png)
</div>
#### 概要
- ドキュメントの任意のページを更新できます
#### 詳細
- 画面上のロングタップしたページを更新します
#### 予定(TODO)
- 一括更新の実装
- MediaPickerからの更新
- UX改善
<!-- 改ページ -->
<div class="page-break"></div>

View File

@ -0,0 +1,24 @@
## ビューア画面(結合済み)
### トップ画面
<div class="ss_img">
![ビューア画面(ページ1)](/documents/img/ss/viewer/viewer_combined_index_page1.png)
![ビューア画面(ページ2)](/documents/img/ss/viewer/viewer_combined_index_page2.png)
</div>
#### 概要
- 結合したドキュメントの表示, 編集, 削除が行えます
#### 詳細
- 表示部上のタブを選択 or スワイプすることでそれぞれを切り替えます
#### 予定(TODO)
- 位置関係を記録できるようにする
- タブ並べ替え
- UX改善
<!-- 改ページ -->
<div class="page-break"></div>

View File

@ -0,0 +1,27 @@
### メニュー
<div class="ss_img">
![メニュー展開](/documents/img/ss/viewer/viewer_combined_menu_open.png)
</div>
#### 概要
- 詳細な操作を行うためのメニューです
#### 詳細
- 右側三点メニューをタップすることでメニューが展開します
- メニュー項目
- 過去のリビジョン
- ドキュメントのバージョン履歴を表示します
- リネーム
- ドキュメントの名前を変更します
- 削除
- アイテムを削除します
#### 予定(TODO)
- 文言の修正
<!-- 改ページ -->
<div class="page-break"></div>

View File

@ -0,0 +1,20 @@
### リネーム
<div class="ss_img">
![リネームダイアログ](/documents/img/ss/viewer/viewer_combined_item_rename_dialog.png)
</div>
#### 概要
- アイテムの名前を変更します
#### 詳細
- 新しい名前を入力し, 変更ボタンをタップすることで名前が変更されます
#### 予定(TODO)
- サジェストの実装
<!-- 改ページ -->
<div class="page-break"></div>

View File

@ -0,0 +1,20 @@
### バージョン履歴
<div class="ss_img">
![バージョン履歴ダイアログ](/documents/img/ss/viewer/viewer_combined_select_rev.png)
</div>
#### 概要
- バージョン履歴を表示します
#### 詳細
- 遡りたいバージョンを選択し, 選択ボタンをタップすることで選択したバージョンに戻ります
#### 予定(TODO)
- コミットメッセージ修正機能を実装
<!-- 改ページ -->
<div class="page-break"></div>