Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/toast ui 코드 하이라이터 가능하도록 처리 #894

Commits on May 14, 2024

  1. feat: toast ui 코드 하이라이터 가능하도록 처리

    - toast ui의 code syntax highlight 모듈 임포트
    - code syntax의 테마 설정을 위해 prismjs 임포트
    - toast ui의 code syntax highlight에서 모든 언어를 지원하는 js 파일을 타입스크립트로 선언
    
    #468
    redzzzi committed May 14, 2024
    Configuration menu
    Copy the full SHA
    74ed999 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. feat: toast ui 코드 하이라이터 가능하도록 처리

    - '@toast-ui/editor-plugin-code-syntax-highlight' 모듈을 임포트하여 codeSyntaxHighlight 사용
    - 하이라이트 지원하는 언어 파일을 임포트
    - Prism 테마 사용
    
    #468
    redzzzi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7a0fb35 View commit details
    Browse the repository at this point in the history
  2. feat: toast ui 코드 하이라이터 가능하도록 처리

    - '@toast-ui/editor-plugin-code-syntax-highlight' 모듈을 임포트하여 codeSyntaxHighlight 사용
    - Prism 테마 사용
    
    #468
    redzzzi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d76ad86 View commit details
    Browse the repository at this point in the history
  3. feat: toast ui 코드 하이라이터 가능하도록 처리

    - code syntax highlight 적용할 언어를 prismjs가 지원하는 선에서 임포트
    - 임포트 해오는 언어 모듈이 많아 'prism-markup-templating' 모듈을 활용
    
    #468
    redzzzi committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c0216c3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    4ffad93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d5c44 View commit details
    Browse the repository at this point in the history
  3. style : css 파일 줄 위치 변경

    redzzzi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0ece0de View commit details
    Browse the repository at this point in the history
  4. fix : merge conflict 해결

    redzzzi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    55af851 View commit details
    Browse the repository at this point in the history