generated from r-ca/md2pdf-meow
Compare commits
No commits in common. "8a3e85c327cc111c8c91d242ce4e12f9a25f80f3" and "d215659957c721de4f5a3754d3b1a72d5dc7b41c" have entirely different histories.
8a3e85c327
...
d215659957
3
documents/combine_test.md
Normal file
3
documents/combine_test.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Combine_Test
|
||||
|
||||
## テスト
|
|
@ -6,13 +6,3 @@ 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
|
||||
|
|
120
documents/main.md
Normal file
120
documents/main.md
Normal file
|
@ -0,0 +1,120 @@
|
|||
|
||||
# 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**!
|
|
@ -1,25 +0,0 @@
|
|||
## ビューア画面
|
||||
### トップ画面
|
||||
|
||||
<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>
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
### メニュー
|
||||
|
||||
<div class="ss_img">
|
||||
|
||||
![メニュー展開](/documents/img/ss/viewer/viewer_menu_open.png)
|
||||
|
||||
</div>
|
||||
|
||||
#### 概要
|
||||
- 詳細な操作を行うためのメニューです
|
||||
|
||||
#### 詳細
|
||||
- 右上三点メニューをタップすることでメニューが展開します
|
||||
- メニュー項目
|
||||
- バージョン履歴
|
||||
- ドキュメントのバージョン履歴を表示します
|
||||
- リネーム
|
||||
- ドキュメントの名前を変更します
|
||||
- 移動
|
||||
- ドキュメントを別のフォルダに移動します
|
||||
- タグの管理
|
||||
- ドキュメントにタグを追加, 削除します
|
||||
|
||||
#### 予定(TODO)
|
||||
- 文言の修正
|
||||
|
||||
<!-- 改ページ -->
|
||||
<div class="page-break"></div>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
### リネーム
|
||||
|
||||
<div class="ss_img">
|
||||
|
||||
![リネームダイアログ](/documents/img/ss/viewer/viewer_rename.png)
|
||||
|
||||
</div>
|
||||
|
||||
#### 概要
|
||||
- ドキュメントの名前を変更します
|
||||
|
||||
#### 詳細
|
||||
- 新しい名前を入力し, 変更ボタンをタップすることで名前が変更されます
|
||||
|
||||
#### 予定(TODO)
|
||||
- サジェストの実装
|
||||
|
||||
<!-- 改ページ -->
|
||||
<div class="page-break"></div>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
### バージョン履歴
|
||||
|
||||
<div class="ss_img">
|
||||
|
||||
![バージョン履歴ダイアログ](/documents/img/ss/viewer/viewer_select_rev.png)
|
||||
|
||||
</div>
|
||||
|
||||
#### 概要
|
||||
- バージョン履歴を表示します
|
||||
|
||||
#### 詳細
|
||||
- 遡りたいバージョンを選択し, 選択ボタンをタップすることで選択したバージョンに戻ります
|
||||
|
||||
#### 予定(TODO)
|
||||
- コミットメッセージ修正機能を実装
|
||||
|
||||
<!-- 改ページ -->
|
||||
<div class="page-break"></div>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
### タグ適用
|
||||
|
||||
<div class="ss_img">
|
||||
|
||||
![タグ適用ダイアログ](/documents/img/ss/viewer/viewer_tag_apply_dialog.png)
|
||||
|
||||
</div>
|
||||
|
||||
#### 概要
|
||||
- 設定画面で作成したタグをドキュメントに適用します
|
||||
|
||||
#### 詳細
|
||||
- チェックボックスがオンのタグが適用されます
|
||||
|
||||
#### 予定(TODO)
|
||||
- タグカラーの表示
|
||||
- タグ作成画面への推移
|
||||
|
||||
<!-- 改ページ -->
|
||||
<div class="page-break"></div>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
### ページ更新
|
||||
|
||||
<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>
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
## ビューア画面(結合済み)
|
||||
### トップ画面
|
||||
|
||||
<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>
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
### メニュー
|
||||
|
||||
<div class="ss_img">
|
||||
|
||||
![メニュー展開](/documents/img/ss/viewer/viewer_combined_menu_open.png)
|
||||
|
||||
</div>
|
||||
|
||||
#### 概要
|
||||
- 詳細な操作を行うためのメニューです
|
||||
|
||||
#### 詳細
|
||||
- 右側三点メニューをタップすることでメニューが展開します
|
||||
- メニュー項目
|
||||
- 過去のリビジョン
|
||||
- ドキュメントのバージョン履歴を表示します
|
||||
- リネーム
|
||||
- ドキュメントの名前を変更します
|
||||
- 削除
|
||||
- アイテムを削除します
|
||||
|
||||
#### 予定(TODO)
|
||||
- 文言の修正
|
||||
|
||||
<!-- 改ページ -->
|
||||
<div class="page-break"></div>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
### リネーム
|
||||
|
||||
<div class="ss_img">
|
||||
|
||||
![リネームダイアログ](/documents/img/ss/viewer/viewer_combined_item_rename_dialog.png)
|
||||
|
||||
</div>
|
||||
|
||||
#### 概要
|
||||
- アイテムの名前を変更します
|
||||
|
||||
#### 詳細
|
||||
- 新しい名前を入力し, 変更ボタンをタップすることで名前が変更されます
|
||||
|
||||
#### 予定(TODO)
|
||||
- サジェストの実装
|
||||
|
||||
<!-- 改ページ -->
|
||||
<div class="page-break"></div>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
### バージョン履歴
|
||||
|
||||
<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