Web Analytics

obsidian-orgmode-cm6

⭐ 140 stars Korean by BBazard

Obsidian Orgmode CM6

Orgmode for Obsidian.

스크린샷

사용법

기본적으로 org 파일은 사이드바에 표시되지 않습니다. 표시하려면 obsidian 설정의 파일 및 링크 섹션으로 이동하여 모든 파일 확장자 감지를 선택해야 합니다.

모든 파일 확장자 감지

금고에 org 파일을 만들려면 현재 obsidian 외부에서 만들어야 합니다. obsidian은 비마크다운 파일 생성을 허용하지 않기 때문입니다.

이미 org 파일이 없다면, 다음 내용을 가진 todo.org라는 파일을 만들어 보세요:

 TODO [#A] A task with high* priority

The description of the task

  • A collapsed section
You cannot see the description when collapsed

  • DONE something done already :sometag:
SCHEDULED: <2023-12-08 Fri 11:13> :PROPERTIES: :CREATED: [2023-12-03 Sun 10:48] :END:

a [[https://github.com/BBazard/obsidian-orgmode-cm6][link]]

#+begin_src javascript const block = "highlighted" #+end_src

지원 기능

Orgmode 편집기

Orgmode 파서 (구문 강조)

Org Syntax 따름

구현 세부사항

마크다운 파일에서 orgmode 작업 표시

이 기능은 불안정하며 향후 호환성에 영향을 주는 방식으로 변경될 가능성이 높습니다.

현재는 TODO와 DONE만 처리됩니다.

https://github.com/BBazard/obsidian-orgmode-cm6/assets/10139245/b071b2c8-b56e-4050-8fcf-02a922fdd1c0

필터링을 위해 orgzly 검색 표현식이 지원됩니다 (구현됨: s, d, c, i, it, ad).

``orgmode-tasks filepath: Orgmode/Orgmode file.org query: it.todo or it.done


개발

git clone https://github.com/bbazard/obsidian-orgmode-cm6 cd obsidian-orgmode-cm6 npm install npm run build npm test cp main.js styles.css manifest.json "$OBSIDIAN_VAULT"/.obsidian/plugins/obsidian-orgmode-cm6/ ``

--- Tranlated By Open Ai Tx | Last indexed: 2026-07-10 ---