개인공부/기타 9

[Markdown에디터] Typora or Mark Text

마크다운 에디터 중 Typora가 무료였으나 현재 유료로 결제를 해야함. 일단 사용하기 편했음 메모장 같은 가벼운 느낌 https://typora.io/ Typora — a markdown editor, markdown reader. Readable & Writable Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview typora.io ..

개인공부/기타 2022.01.27

[JS라이브러리] Swiper 슬라이드 만들기

슬라이드를 보다 쉽게 만들어 주는 JS라이브러리 Swiper https://swiperjs.com/ Swiper - The Most Modern Mobile Touch Slider Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com - 사용법 https://swiperjs.com/get-started Getting Started With Swiper Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazin..

개인공부/기타 2022.01.26

[JS라이브러리] gsap 애니메이션 효과 라이브러리

요소를 제어하여 애니메이션 효과를 줄 수 있는 라이브러리 https://cdnjs.com/libraries/gsap gsap - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers GSAP is a JavaScript library for building high-performance animations that work in **every** major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths, generic objects...anything JavaScript can touch! ..

개인공부/기타 2022.01.25

[JS라이브러리] Lodash로 스크롤이벤트제어

JS라이브러리인 Lodash를 사용하여 스크롤이벤트 제어 스크롤이벤트를 제어하여 과부하를 방지하도록 한다. Lodash cdn을 검색해서 복사 붙여넣기하여 연결 https://cdnjs.com/libraries/lodash.js lodash.js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers A utility library delivering consistency, customization, performance, & extras. - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-so..

개인공부/기타 2022.01.24

[vscode]visual studio code에서 저장시 자동으로 줄바꿈(정렬)

비주얼스튜디오 코드에서 저장시 자동으로 줄이 바뀌는 경우에 한줄에 다 작성하고 싶어도 저장하면 줄바꿈이 되고 두줄로 나눠서 작성하고 싶어도 한줄로 정렬이 되어버리는 경우가 있다. 이를 해결하는 방법으로 파일 - 기본설정 - 설정에서 formaton save 입력 체크를 해제하거나 json에서 true를 false로 수정한다.

개인공부/기타 2021.04.13

[Ant-Design] antd

ant.design/ Ant Design - The world's second most popular React UI framework ant.design 버튼, 아이콘 등 다양한 컴포넌트를 지원하여 쉽게 디자인을 할 수 있는 사이트 html, css 등을 사용하여 제작하는 수고를 덜 수 있다. 설치 터미널에서 npm install antd Antd 설정 git-hub github.com/ant-design/ant-design ant-design/ant-design 🌈 A UI Design Language and React UI library. Contribute to ant-design/ant-design development by creating an account on GitHub. github.c..

개인공부/기타 2021.03.05

Typora

마크다운 작성 에디터 일반 워드나 한글 또는 메모장으로 작성하는 것보다 타이포라로 기록하는 것이 코드입력하기에도 편하고 개발공부하면서 정리하는데 좋은 에디터이다. 기억하기 위해서 작성하는 글이기 때문에 자세하지 않을 수도 있다. Typora 다운로드 경로 typora.io/ Typora — a markdown editor, markdown reader. Readable & Writable Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessa..

개인공부/기타 2021.02.20