generated from r-ca/md2pdf-meow
Compare commits
15 Commits
d215659957
...
8a3e85c327
Author | SHA1 | Date | |
---|---|---|---|
8a3e85c327 | |||
a97deaa812 | |||
1a1867001f | |||
ac26df3c40 | |||
0dcdcdd0fb | |||
1782f4defc | |||
22532af847 | |||
ff6e3aed50 | |||
1669e252bc | |||
711b126ff3 | |||
d53877e572 | |||
2c9cf24423 | |||
04d8c696d4 | |||
606817ae9d | |||
5a6cf3cfea |
|
@ -1,3 +0,0 @@
|
||||||
# Combine_Test
|
|
||||||
|
|
||||||
## テスト
|
|
|
@ -6,3 +6,13 @@ home/index.md
|
||||||
library/index.md
|
library/index.md
|
||||||
settings/index.md
|
settings/index.md
|
||||||
settings/tag_manage.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
|
||||||
|
|
|
@ -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
25
documents/viewer/index.md
Normal 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
29
documents/viewer/menu.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
### メニュー
|
||||||
|
|
||||||
|
<div class="ss_img">
|
||||||
|
|
||||||
|
![メニュー展開](/documents/img/ss/viewer/viewer_menu_open.png)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
#### 概要
|
||||||
|
- 詳細な操作を行うためのメニューです
|
||||||
|
|
||||||
|
#### 詳細
|
||||||
|
- 右上三点メニューをタップすることでメニューが展開します
|
||||||
|
- メニュー項目
|
||||||
|
- バージョン履歴
|
||||||
|
- ドキュメントのバージョン履歴を表示します
|
||||||
|
- リネーム
|
||||||
|
- ドキュメントの名前を変更します
|
||||||
|
- 移動
|
||||||
|
- ドキュメントを別のフォルダに移動します
|
||||||
|
- タグの管理
|
||||||
|
- ドキュメントにタグを追加, 削除します
|
||||||
|
|
||||||
|
#### 予定(TODO)
|
||||||
|
- 文言の修正
|
||||||
|
|
||||||
|
<!-- 改ページ -->
|
||||||
|
<div class="page-break"></div>
|
||||||
|
|
20
documents/viewer/rename.md
Normal file
20
documents/viewer/rename.md
Normal 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
20
documents/viewer/rev.md
Normal 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
21
documents/viewer/tag.md
Normal 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>
|
||||||
|
|
23
documents/viewer/update.md
Normal file
23
documents/viewer/update.md
Normal 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>
|
||||||
|
|
24
documents/viewer_combined/index.md
Normal file
24
documents/viewer_combined/index.md
Normal 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>
|
||||||
|
|
27
documents/viewer_combined/menu.md
Normal file
27
documents/viewer_combined/menu.md
Normal 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>
|
||||||
|
|
20
documents/viewer_combined/rename.md
Normal file
20
documents/viewer_combined/rename.md
Normal 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>
|
||||||
|
|
20
documents/viewer_combined/rev.md
Normal file
20
documents/viewer_combined/rev.md
Normal 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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user