Matthew
|
92fbcf18f6
|
Remove duplicate information already on Wiki
|
6 years ago |
Matthew
|
a483ccf83f
|
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework into eaf-markdown-share
|
6 years ago |
Matthew
|
e364ba672e
|
Fix typo
|
6 years ago |
Andy Stewart
|
7fd942dffe
|
Merge pull request #171 from MatthewZMD/eaf-markdown-share
Add browser bindings to md + org previewer, better messages
|
6 years ago |
Matthew
|
e09f4b37fc
|
Add browser bindings to md + org previewer, better messages
|
6 years ago |
Andy Stewart
|
ceb7a1af38
|
Merge pull request #170 from MatthewZMD/master
Rename eaf-open-this-from-dired while backward-compatible
|
6 years ago |
Matthew
|
a926b391fc
|
Rename eaf-open-this-from-dired while backward-compatible
|
6 years ago |
Andy Stewart
|
55b2bcf7fd
|
Merge pull request #169 from MatthewZMD/quit-action
Wrap keyboard-quit instead of completely replacing keyboard-quit
|
6 years ago |
Matthew
|
015da9ebf8
|
Fix typo, remap keyboard-quit
|
6 years ago |
Andy Stewart
|
b3e66eae30
|
Update keybinding docs.
|
6 years ago |
Matthew
|
2df85b2b5e
|
Wrap keyboard-quit instead of completely replacing keyboard-quit
|
6 years ago |
Andy Stewart
|
b8587b978c
|
Merge pull request #168 from MatthewZMD/browser-search
Use C-s and C-r the Emacs-way to search in EAF Browser
|
6 years ago |
Andy Stewart
|
0f46c36d70
|
Merge pull request #167 from MatthewZMD/quit-action
Introduce eaf-keyboard-quit, replacing Emacs keyboard-quit
|
6 years ago |
Andy Stewart
|
a364bca991
|
Merge pull request #166 from MatthewZMD/pdf-refactor-bug-fix
PDF code refactor, improve workflow and cancel search when zooming
|
6 years ago |
Andy Stewart
|
b8aab2b6fe
|
Merge pull request #165 from MatthewZMD/remove-eaf-title-length-restriction
Remove eaf-title-length restriction
|
6 years ago |
Matthew
|
04d79f8790
|
Fix typo
|
6 years ago |
Matthew
|
f5526b01c9
|
Use C-s and C-r the Emacs-way to search in EAF Browser
|
6 years ago |
Matthew
|
c10ab03646
|
Introduce eaf-keyboard-quit, replacing Emacs keyboard-quit
This will be needed for PDF and also another upcoming PR
|
6 years ago |
Matthew
|
a28ff859e5
|
PDF code refactor, improve workflow and cancel search when zooming
|
6 years ago |
Matthew
|
254dcc5b67
|
Remove eaf-title-length restriction
|
6 years ago |
Matthew
|
d893b9c721
|
Use file-name-nondirectory instead of regex hack
|
6 years ago |
Matthew
|
7c43c5b450
|
Enhanced EAF message prompts
|
6 years ago |
Matthew
|
366520a138
|
No need to use all 26 characters, use most convenient ones
|
6 years ago |
Andy Stewart
|
43f2564599
|
Revert "pdf-viewer: add cursor mode."
This reverts commit b9c71f23e6.
|
6 years ago |
Andy Stewart
|
1eb6dcff01
|
Merge pull request #164 from luhuaei/select_text
pdf-viewer: add cursor mode.
|
6 years ago |
luhuaei
|
b9c71f23e6
|
pdf-viewer: add cursor mode.
|
6 years ago |
Andy Stewart
|
f805ddcb2b
|
Merge pull request #163 from manateelazycat/manateelazycat-patch-1-1
Update README.md
|
6 years ago |
Andy Stewart
|
9f8c86448a
|
Update README.md
|
6 years ago |
Andy Stewart
|
beb77f64b8
|
Merge pull request #161 from MatthewZMD/pdf-refactor
Rename search_text to search_term, smarter number of generated keys
|
6 years ago |
Matthew
|
1f7878b593
|
Rename search_text to search_term, smarter number of generated keys
|
6 years ago |
Matthew
|
943c69f9ef
|
Consistent user-error message
|
6 years ago |
Andy Stewart
|
db3fa230af
|
Fix #160
|
6 years ago |
Andy Stewart
|
771d2f3687
|
Refactory search code.
|
6 years ago |
Andy Stewart
|
1a63b07340
|
Remove local search, global search is enough.
|
6 years ago |
Andy Stewart
|
cda8010487
|
Merge pull request #159 from luhuaei/master
pdf-viewer: add global search text.
|
6 years ago |
luhuaei
|
19570f87b4
|
pdf-viewer: add global search text.
|
6 years ago |
Andy Stewart
|
cb0d7c3d8d
|
Update todo list.
|
6 years ago |
Andy Stewart
|
9aaf82210e
|
Merge pull request #158 from luhuaei/master
pdf-viewer: add local search text.
|
6 years ago |
luhuaei
|
a8ca34e8a0
|
pdf-viewer: add local search text.
|
6 years ago |
Andy Stewart
|
edf108ec15
|
Update todo list.
|
6 years ago |
Andy Stewart
|
b8cb6cb0ff
|
Clean mark/jump links after user cancel input.
|
6 years ago |
Andy Stewart
|
f94313598b
|
Merge pull request #157 from luhuaei/master
pdf-viewer: jump link like Vimium
|
6 years ago |
luhuaei
|
e40ca4ef86
|
add pdf-viewer underline mark page include links.
|
6 years ago |
luhuaei
|
e3b8082f63
|
add pdf-viewer jump link base on keyboard.
|
6 years ago |
Andy Stewart
|
0c2a9f2064
|
Merge pull request #156 from MatthewZMD/generalize_get_url
Generalize get_bookmark into get_url with eaf-get-path-or-url
|
6 years ago |
Andy Stewart
|
cc4d809bea
|
Merge branch 'master' into generalize_get_url
|
6 years ago |
Andy Stewart
|
ee77ebd658
|
Merge pull request #155 from MatthewZMD/private-prefix
Use eaf-- prefixes for all internal functions
|
6 years ago |
Matthew
|
919a8e8574
|
eaf-get-path-or-url copy to kill-ring when called interactively only
|
6 years ago |
Matthew
|
d4627fd717
|
Generalize get_bookmark into get_url with eaf-get-path-or-url
|
6 years ago |
Matthew
|
22f2232c94
|
Use eaf-- prefixes for all internal functions
|
6 years ago |