- Atom Editor Tutorials
https://flight-manual.atom.io/getting-started/sections/why-atom/
https://www.youtube.com/watch?v=WWwBQQOGllo&list=PLLnpHn493BHHf0w8uGu9NM8LPf498ZvL_
# Python, Atom 에디터로 시작해보자
https://blog.azulpintor.io/entry/start-python-as-atom-editor
===================
Q & A
===================
- 한글 깨짐
https://issuepoint.tistory.com/80
- Execute Python scripts with input()
https://discuss.atom.io/t/input-problem/63299/5
- Hydrogen, python working directory is one folder up from the current folder. How do i change it to the current folder?
In case you are using Hydrogen, just change working directory as follows:
1.find your installed Hydrogen in installed packages (Preferences)
2.click Settings
3.find the toggle for 'Directory to start kernel in
4.switch to 'Current directory of the file'
5.Hydrogen disable -> enable
finish
- Ensure Single Trailing Newline 해제
https://flight-manual.atom.io/using-atom/sections/editing-and-deleting-text/#whitespace
-> Ensure Single Trailing Newline 해제
-> Remove Trailing Whitespace 해제
=============================
Python
=============================
# 패키지
- autocomplete-python 설치 : https://atom.io/packages/autocomplete-python
- script 설치 : https://atom.io/packages/script
-> Python 실행 : Ctrl + Shift + B
- Hydrogen 설치 : https://lelecoder.com/99
-> Clear Result : Ctrl + Shift + Backspace
-> Hydrogen이 동작하지 않을 때 : https://github.com/nteract/hydrogen/issues/1870#issuecomment-583562668
c:\> pip install apm
c:\> apm install hydrogen@2.8.0 <- 시간이 한참 소요되므로 될 때까지 기다리세요
- platformio-ide-terminal 설치 : https://atom.io/packages/platformio-ide-terminal
-> 화면 왼쪽 하단 + 기호 : Ctrl + `
- atom-file-icons 설치
- jupyter-notebook 설치 : OS X, Linux (Debian) 가능.. Windows 안됨
- Atom 패키지 추천 : https://the-illusionist.me/45
-> highlight-seleted 설치
- atom-beautify 설치
기본 설치된 atom-autocomplete-python 제거할 것
# 사용법
- Command Palette
https://flight-manual.atom.io/getting-started/sections/atom-basics/#command-palette
-> Command Palette : Ctrl + Shift + P
=============================
Front-end
=============================
# 패키지
- autoclose-html-plus 설치
- minimap 설치
- atom-html-preview 설치 : https://mingtrace.tistory.com/277
-> Black screen in html-preview : https://github.com/harmsk/atom-html-preview/issues/214
-> 대신 기본 설치된 markdown-preview를 사용해보세요 : Ctrl + Shift + M
- Emmet
-> 사용법 : https://gunbin91.github.io/etc/2018/09/05/emmet.html
- ide-css 설치
- Front-end 개발자를 위한 Atom 개발환경 셋팅
http://superjang.com/archives/3105
=============================
Flask
=============================
# 패키지
- flask-snippets 설치 뒤 Atom 재시작할 것
-> 사용법 : https://github.com/jleonra/flask-snippets
'LIFE > TIP' 카테고리의 다른 글
[Tip] 블프 제대로 즐겨보쟈! 블랙프라이데이 꿀팁! (0) | 2022.11.24 |
---|---|
[연말정산] 피부양자 자료 정보제공 동의 (0) | 2021.05.27 |
[Tool] Windows에서 휴대폰 관리하기- 사용자 휴대폰 (0) | 2021.05.24 |