Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

starlog/postitNote-windows

Repository files navigation

PostItNotes

Windows용 포스트잇 메모 애플리케이션입니다.

기능

  • 바탕화면에 포스트잇 스타일의 메모 생성
  • 글로벌 단축키 지원
  • 메모 저장 및 불러오기

요구 사항

  • Windows 10/11
  • .NET 9.0 Runtime (Framework-dependent 버전 사용 시)

빌드 방법

사전 요구 사항

  • .NET 9.0 SDK

빌드 실행

build.bat

빌드 완료 후 출력 위치:

  • publish/ - Framework-dependent 버전 (.NET 런타임 필요)
  • publish-standalone/ - Self-contained 버전 (독립 실행형, win-x64)

프로젝트 구조

PostItNotes/
├── App.xaml / App.xaml.cs # 메인 애플리케이션
├── MainWindow.xaml / .cs # 메인 윈도우
├── Models/
│ └── PostItNote.cs # 포스트잇 데이터 모델
├── Services/
│ ├── GlobalHotkeyService.cs # 글로벌 단축키 서비스
│ ├── ConfigService.cs # 설정 서비스
│ └── NoteService.cs # 노트 관리 서비스
├── Windows/
│ ├── HotkeySettingsWindow.xaml/.cs # 단축키 설정 창
│ └── NoteWindow.xaml/.cs # 노트 창
└── build.bat # 빌드 스크립트

라이선스

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /