본문 바로가기

etc/TIP3

[블로그 꾸미기] Tistory 자동 목차 만들기 아래 블로그를 참고 했는데 티스토리 블로그_왼쪽 사이드 스크롤 반응형 자동 목차 만들기티스토리에 자동 목차를 넣는 방법은 여러 가지가 있습니다. 그중에서 저는 본문 내에 넣는 목차와, 본문 바깥 사이드에 넣는 목차를 적용해 보았습니다. 이번 글은 본문 바깥 사이드에 넣는 목moneymole.tistory.comCSS 만 다음과 같이 수정(개인적으로 오른쪽에 목차 있는 걸 좋아 해서)/* TOC */.toc-absolute { position: absolute; margin-top: 24px;}.toc-fixed { position: fixed; top: 165px;}.toc { right: calc((100% - 1020px) / 2 - 250px); width: 200px; padding:.. 2025. 7. 28.
크롬(Chrome)에서 드래그 안되는 본문 복사하는 방법 대부분 자바스크립트로 막기 때문에 그냥 임시로 자바스크립트를 꺼주면 된다 먼저 크롬을 열고 F12를 눌러준다 상단에 톱니 바퀴를 눌러 준다 Preferences에서 쭉 내려서 Debugger 항목을 찾아 준다 Disable JavaScript 를 체크해주고 새로 고침을 해주어서 본문을 복사한다 작업이 완료 가 되면 Disable JavaScript를 원상복구 해준다 (체크해제) 이게 제가 블로그 드래그 방지를 하지 않는 이유입니다 2023. 4. 5.
[Tips] 내가 찾은건 아니지만.... 먹고 살아야지.. https://github.com/google/latexify_py GitHub - google/latexify_py: Generates LaTeX math description from Python functions. Generates LaTeX math description from Python functions. - GitHub - google/latexify_py: Generates LaTeX math description from Python functions. github.com GitHub - google/latexify_py: Generates LaTeX math description from Python functions. Generates LaTeX math description fro.. 2022. 10. 2.