contacts::lijigang Ignoramus marktext 간단한 개념인데 유용할 때가 있다. 더 복잡해지면 안쓰게 될 것이다.
#문헌노트 이맥스 패키지 활용
(JunghanKim [2024] 2024)
-
JunghanKim 2024 “junghan0611/org-zettel-ref-mode” org-zettel-ref-mode: A Zettelkasten-style literature note tool.
-
M-x org-zettel-ref-init
-
org-zettel-ref-sync-overview
이건 내보내기 안된다. 상관없다. 내부용이다.
(progn
(add-to-list 'load-path "~/sync/emacs/git/junghan0611/org-zettel-ref-mode")
(require 'org-zettel-ref-mode)
(setq org-zettel-ref-overview-directory (concat org-directory "overviews/"))
(setq org-zettel-ref-mode-type 'denote) ; Options: 'normal, 'denote, 'org-roam
(setq org-zettel-ref-quick-markup-key "C-c M")
;; (org-zettel-ref-enable-auto-sync)
(setq org-zettel-ref-python-environment 'system) ; 'conda 'system, 'venv
;; (setq org-zettel-ref-python-env-name "your-env-name") ; If using Conda or venv
(setq org-zettel-ref-python-file "~/sync/emacs/git/junghan0611/org-zettel-ref-mode/convert_to_org.py")
(setq org-zettel-ref-temp-folder "~/temp/convert/")
(setq org-zettel-ref-reference-folder "~/sync/markdown/reference/")
(setq org-zettel-ref-archive-folder "~/sync/markdown/archives/")
;; PyPDF2, pdf2image,pytesseract
;; sudo apt-get install python3-pypdf2 poppler-utils
;; pipx install pytesseract
)
Using Scripts to Convert Documents in PDF, ePub, HTML, MD, TXT Formats to Org Files
width=“100%” >
이 그림이 다 했다.
#웹클리퍼: markdownload - #옵시디언
표시한 텍스트만 요약 보기
(lijigang [2024] 2024)
- lijigang 2024 “lijigang/org-marked-text-overview”
Related-Notes
(yibie [2024] 2024)
BIBLIOGRAPHY
JunghanKim. (2024) 2024. “Junghan0611/Org-Zettel-Ref-Mode.” https://github.com/junghan0611/org-zettel-ref-mode.
lijigang. (2024) 2024. “Lijigang/Org-Marked-Text-Overview.” https://github.com/lijigang/org-marked-text-overview.
yibie. (2024) 2024. “Yibie/Org-Supertag.” https://github.com/yibie/org-supertag.