apple-notes-exporter
MacOS app written in Swift that bulk exports Apple Notes (including iCloud Notes) to a multitude of formats preserving note folder structure.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- dco.yml
- CODEOWNERS
- pull_request_template.md
- AppleNotesKit-Bridging-Header.h
- AppleNotesKit.c
- AppleNotesKit.h
- Contents.json
- Contents.json
- icon_1024.png
- icon_128.png
- icon_16.png
- icon_256 1.png
- icon_256.png
- icon_32 1.png
- icon_32.png
- icon_512 1.png
- icon_512.png
- icon_64.png
- Contents.json
- Signing.local.xcconfig.example
- Signing.xcconfig
- combine-schedulers-LICENSE.txt
- FullDiskAccess-LICENSE.txt
- GPLv3-LICENSE.txt
- swift-clocks-LICENSE.txt
- swift-concurrency-extras-LICENSE.txt
- swift-dependencies-LICENSE.txt
- swift-html-to-pdf-LICENSE.txt
- swift-syntax-LICENSE.txt
- SwiftProtobuf-LICENSE.txt
- threeplanetssoftware-LICENSE.txt
- xctest-dynamic-overlay-LICENSE.txt
- EmbeddedImageHelper.swift
- ExportConfiguration.swift
- NotesModels.swift
- NotesNote+Export.swift
- SyncManifest.swift
- Contents.json
- NotesRepository.swift
- ExportViewModel.swift
- NotesViewModel.swift
- AppIntents.swift
- Apple_Notes_Exporter.entitlements
- AppleNotesExporterApp.swift
- AppleNotesExporterView.swift
- Data+Compression.swift
- ExportLogView.swift
- ExportSupport.swift
- ExportView.swift
- FormatOptionsView.swift
- HTMLAttachmentProcessor.swift
- LicensePermissionsView.swift
- NoteHTMLGenerator.swift
- NoteSelectorView.swift
- notestore.pb.swift
- notestore.proto
- TableParser.swift
- utilities.swift
- ExportCommand.swift
- ListAccountsCommand.swift
- ListFoldersCommand.swift
- ListNotesCommand.swift
- SyncStatusCommand.swift
- AppleNotesExporterCLI.entitlements
- CLIError.swift
- CLIExportEngine.swift
- CLIOutput.swift
- NotesExportCLI.swift
- AppleNotesExporterMCP.entitlements
- MCPToolHandlers.swift
- NotesMCPServer.swift
- Package.resolved
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Apple Notes Exporter.xcscheme
- project.pbxproj
- Apple_Notes_ExporterTests.swift
- DOCXRoundtripTests.swift
- ExportSupportTests.swift
- MarkdownExportTests.swift
- Apple_Notes_ExporterUITests.swift
- Apple_Notes_ExporterUITestsLaunchTests.swift
- Apple-Notes-Exporter-Info.plist
- icon.svg
- icon_1024.png
- icon_128.png
- icon_16.png
- icon_256.png
- icon_32.png
- icon_512.png
- icon_64.png
- v0.1.png
- v0.2.png
- v0.3.png
- v0.3_export_progress.png
- v0.3_selection.png
- v0.4.png
- v1.0.png
- v1.0_export_done.png
- v1.0_export_log.png
- v1.0_export_progress.png
- v1.0_pdf_options.png
- v1.0_selection.png
- v1.0_tex_options.png
- v1.1.png
- v1.1_export_done.png
- v1.1_export_progress.png
- v2.0.png
- v2.0_export_done.png
- v2.0_export_log.png
- v2.0_export_progress.png
- v2.0_note_selection.png
- v2.0_pdf_options.png
- v2.0_tex_options.png
- .gitignore
- CONTRIBUTING.md
- CONTRIBUTORS.txt
- LICENSE
- Makefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/kzaremski/apple-notes-exporter
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd apple-notes-exporter
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
