본문으로 건너뛰기
사용자

nyangx3/a(r43판)

편집 시각·1
보기RAW역사
[주의!] 문서의 이전 버전(에 수정)을 보고 있습니다. 최신 버전으로 이동


















































































































































































































는 신이야
별 이유 없이 오셨다면, 별 이유는 없고 사용자 문서에 별(
) 한 번 눌러 주세요.

는 신이야
별 이유 없이 오셨다면, 별 이유는 없고 사용자 문서에 별(
) 한 번 눌러 주세요.





























































































































































































































는 신이야
별 이유 없이 오셨다면, 별 이유는 없고 사용자 문서에 별(
) 한 번 눌러 주세요.

는 신이야
별 이유 없이 오셨다면, 별 이유는 없고 사용자 문서에 별(
) 한 번 눌러 주세요.
CONTENTS
0.
 
복사 붙여넣기
0.
정규식 치환
1.
Ionicons
2.
 
그 외
알트 입력법
폰트
1.
 
0.
단축키
1.
문법
2.
 
그 외
토론
게시판
2.
 
요상한거
0.
계산기
1.
나무나무마크
2.
 
그 외
uuid 판별기
소수 판별기
encoder
rgb to hex
3.
 
예쁜거
0.
ui(espejo)
1.
인별dm
2.
 
그 외
0.배경 패턴
1.포?스터
별자리































































































































































































































































































  
-1. 복사 붙여넣기
































































































































































































































































































  • 다크 모드 대응
    ((color=)(#[a-f0-9]{3}|#[a-f0-9]{6}|[a-z]{3,20})(>))|((\{\{\{)(#[a-f0-9]{3}|#[a-f0-9]{6}|#[a-z]{3,20})(\s))
    $2$6$3$7,$3$7$4$8
    #사용법
  • 표 속 접기 문법
    {️{{#!wiki style="margin: 0 -10px -5px; min-height: calc(1.5em + 5px)"
    {️{{#!folding [ 펼치기 · 접기 ]
    {️{{#!wiki style="margin: -5px -1px -11px"
  • 글자 그라디엔트:
    display: inline; color: transparent; background: text linear-gradient(to right, gradient)
  • Ionicons:
    {️{{#!html <span style="font-family: Ionicons">&#xf3d0</span>}}}
  • 일반 라운딩:
    {️{{#!wiki style="margin: 0 auto; max-width: 700px; border-radius: 8px; background: #000; text-align: center; word-break: keep-all; border: 2px solid #000" dark-style="border: 2px solid #666"
  • 표(테이블) 라운딩:
    • 우측:
      {️{{#!wiki style="max-width: 700px; overflow: hidden; float: right; border-radius: 8px; word-break: keep-all"
      {️{{#!wiki style="margin: -12px -2px"
    • 중앙:
      {️{{#!wiki style="text-align: center"
      {️{{#!wiki style="word-break: keep-all; display: inline-block; width: min(100%, 700px); border-radius: 8px; overflow: hidden; border: 2px solid #000" dark-style="border-color: #666"
      {️{{#!wiki style="margin: -12px -2px"

  • 리터럴:
    font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace
  • 자간 조정:
    font: 1em/line_height monospace; font-family: revert
  
2. 정규식 치환
































































































































































































































































































편집기에서 Ctrl(Comend)+H 누르면 '찾기/바꾸기' 창이 나오는데, 해당 창의 '찾기' 칸 우측의
.*
부분을 클릭하여 활성화한다.(정규식 모드)
그 뒤 아래의 것들을 찾기/바꾸기 칸에 적절히 입력한 뒤, 바꾸기 칸 옆에 있는 '모두 바꾸기' 버튼을 누른다.
  • 다크 모드 대응
    ((color=)(#[a-f0-9]{3}|#[a-f0-9]{6}|[a-z]{3,20})(>))|(({{{)(#[a-f0-9]{3}|#[a-f0-9]{6}|#[a-z]{3,20})(\s))
    $2$6$3$7,$3$7$4$8
  • 년도 수정(0000. 00. 00.)
    (\d{4})\.\s?0?(\d{1,2})\.\s?0?(\d{1,2})\.?
    $1. $2. $3.
  • 날짜 링크 걸기
    (\d{1,4})년\s*0?(1[0-2]|\d)월\s?0?(3[01]|[1-2]?\d)일
    [[$1년]] [[$2월 $3일]]