Skip to content

Commit d15511b

Browse files
committedDec 30, 2021
Fix screenshots
1 parent 0841d25 commit d15511b

7 files changed

+19
-2
lines changed
 

‎README-ja.org

+9-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,22 @@
1616
画像リンクに対して、キャプションとHTML属性を設定し、コメントアウトし、再びコメント化解除をする例:
1717

1818
#+CAPTION: Set CAPTION, ATTR_HTML, comment, and uncomment for image links.
19-
#+ATTR_HTML: :width 400
2019
[[file:./screenshot/org-cmenu-image-link.gif]]
2120

2221
表をいろいろ操作する例:
2322

2423
#+CAPTION: Cut and paste or move part of the table.
25-
#+ATTR_HTML: :width 580
2624
[[file:./screenshot/org-cmenu-table.gif]]
2725

26+
#+CAPTION: Plain List Menu
27+
[[file:screenshot/org-cmenu_plain-list.png]]
28+
29+
#+CAPTION: Insert menu
30+
[[file:screenshot/org-cmenu-insert.png]]
31+
32+
#+CAPTION: Entity Menu
33+
[[file:screenshot/org-cmenu-pretty.png]]
34+
2835
* デフォルトのメニューで実装している機能
2936

3037
現在の所、デフォルトのメニュー(org-cmenu-setup.elで定義)で実装している機能は次の通り。

‎README.org

+10
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ Example of working with a table:
2727
#+ATTR_HTML: :width 580
2828
[[file:./screenshot/org-cmenu-table.gif]]
2929

30+
#+CAPTION: Plain List Menu
31+
[[file:screenshot/org-cmenu_plain-list.png]]
32+
33+
#+CAPTION: Insert menu
34+
[[file:screenshot/org-cmenu-insert.png]]
35+
36+
#+CAPTION: Entity Menu
37+
[[file:screenshot/org-cmenu-pretty.png]]
38+
39+
3040
* Features implemented in the default menu
3141

3242
Currently, the functions implemented in the default menu (defined in org-cmenu-setup.el) are as follows.

‎screenshot/org-cmenu-image-link.gif

-159 KB
Loading

‎screenshot/org-cmenu-insert.png

8.96 KB
Loading

‎screenshot/org-cmenu-pretty.png

5.08 KB
Loading

‎screenshot/org-cmenu-table.gif

-142 KB
Loading

‎screenshot/org-cmenu_plain-list.png

11.3 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.