히스토리
- 내 사랑 로그시크. 램노트
- 연동하려고 했는데 아무래도 이건 아니다. 로그시크에서 Org-mode 쓰는 것은 아니다. 그냥 옵시디언 스타일이 좋다.
- 이맥스로 옮기면서 만듬
KEYWORDS
- bib/ @PADAone #일본 #옵시디언 #전문가 ‘2024-04-24 #2025-03-27
- bib/ @숀케아렌스 #제텔카스텐 스마트노트 ‘2024-05-16 #2025-06-08
- bib/ @토니부잔 마인드맵 창의력 시각화 도구 사고법 ‘2024-06-12
- bib/ @shopify 온라인 스토어 플랫폼 창업자 로그시크 ‘2025-04-08 #2025-04-08
- bib/ @Apollo Org-Gnosis 그노시스 ‘2025-04-08 #2025-04-08
- bib/ @김익한 기록 노트 유튜버 ‘2025-06-06 #2025-06-06
- botlog/ dblock 링크 기술 포맷 정책 — 폴더 접두사와 제목 일관성 ‘2026-03-08 #2026-03-16
- notes/ #옵시디언: 이맥스 디노트 연동 방법 ‘2023-07-25 #2025-04-15
- notes/ #쿼츠: #디지털가든 #설치 ‘2023-08-11 #2025-04-17
- notes/ @localauthor §zk §zk-index §zk-desktop 지케이 #노트테이킹 #패키지 #이맥스 #폴게제텔 ‘2023-10-31 #2025-07-14
- notes/ #로그시크 #백업: #올드노트 #문헌노트 #홀드 ‘2023-11-25 #2025-04-16
- notes/ ¤excalidraw 마인드맵 이맥스 옵시디언 드로잉툴 ‘2024-03-28 #2025-04-15
- notes/ #에버그린노트: 씨앗 줄기 열매 - 디지털가든 ‘2024-09-08 #2025-06-07
- notes/ #옵시디언: #디노트 #템플릿 #데일리 #노트 #연동 ‘2024-09-17
- notes/ #웹클리퍼: markdownload - #옵시디언 ‘2024-10-10
- notes/ #모음: #노트테이킹 #애플리케이션 ‘2024-12-07 #2025-03-25
- notes/ @힣: #노트테이킹 #유니코드 #기호: 파일명 § ⓕ † ‡ № ¶ ↔ → ∉ ⊢ © ¬ ¢ ¤ µ ¥ £ ¡ ¿ ‘2024-12-25 #2024-12-25
- notes/ @Bilyanskyy #licht1stein §obsidian.el 이맥스 옵시디언 패키지 ‘2025-04-11 #2025-04-11
- notes/ §obsidian-spacekeys 옵시디언 플러그인: 스페이스맥스 이맥스 스타일 ‘2025-04-15 #2025-04-15
- notes/ #모음: #월간 #아카이브 ‘2025-05-03 #2025-05-03
- notes/ @힣: #AI노트 #지식도구 #핵심: 질문과 답변 - 불완전함 ‘2025-05-08 #2025-05-08
- notes/ @힣: §memex-kb 힣의 범용 지식베이스 변환 시스템 ‘2025-10-30 #2026-02-12
BIBLIOGRAPHY
“Remnote - the All-in-One Tool for Thinking and Learning.” n.d. Accessed June 5, 2025. https://www.remnote.com/.
관련메타
관련링크
logseq/logseq: A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap
(“Logseq/Logseq: A Privacy-First, Open-Source Platform for Knowledge Management and Collaboration. Download Link: Http://Github.Com/Logseq/Logseq/Releases. Roadmap: Http://Trello.Com/B/8txsm12g/Roadmap” n.d.)
RemNote - The all-in-one tool for thinking and learning
(“Remnote - the All-in-One Tool for Thinking and Learning” n.d.)
Turn Any Source Into AI Powered Flashcard, Quiz, and Summary Instantly!
ROAM 으로 가져오기
(defun my/org-id-gets-files (directory extension)
(interactive (list (read-directory-name "Directory: ")
(read-string "File extension: ")))
(dolist (file (directory-files-recursively directory extension))
(find-file file)
(goto-line 2)
(newline)
(goto-line 2)
(insert "#+filetags: :@ARCHIVE:@LOGSEQ:\n")
(org-id-get-create)
(save-buffer)
(kill-buffer nil))
)from logseq to org-roam
org-roam 을 잘쓰고 싶다만 대량의 데이터가 logseq 에 있다. 그렇다고 해도 무작정 옮기면 지저분할 것 같다. 적절하게 하긴 해야 하는데… 일단 기록해두자. 따끈한 자료이다. org-roam-logseq.el · GitHub
name-format : triple-lowbar
이건 디노트를 따라한 것 같다. 잠시만.
ensure org-roam is creating nodes similarly to bear in mind that it won’t be exact mapping due to Logseq’s built-in
파일 네이밍 관련
오그롬과 로그시크의 파일 네이밍 룰 무엇을 선호하는가?! 오그롬. 뒤에 공백 이슈도 있다. 아무튼 이건 아니다. 이건 아니다.
Conver Logseq md to Org mode
org 로 바꾸고 * title:: 생성 해준다.
pandoc with wrap preserve —
org 로 바꿈
fd -e md -x pandoc --wrap=preserve {} -o {.}.org타이틀이 없는 파일의 타이틀을 생성해 준다.
모든 파일 앞에 타이틀을 넣어준다.
title:: 이 없는 파일만 추출아래에서 정보를 얻었다. 각자 다 툴에 인터페이스가 있다. 그 중에서 rg 를 사용했다.
title 을 헤딩으로 만들어준다.
1 directory, 883 files 파일이다.
멘 앞의 title:: 을 헤딩으로 만든다. 어떻게?! rg-menu 에서 첫 뻔째 title:: 만 찾는다. wgrep 버퍼로 만들고, 수정하고 저장 ZZ 한다.
org-roam-logseq
GitHub - idanov/org-roam-logseq.el: Converter of logseq links to org-roam links 이 패키지를 보면 된다. 재미있는 부분은 …
Comments