nada9639 / AO_Docs star
2021-04-05
Closed
#8 [AO_Docs] note 기본 템플릿 페이지 뷰잉 star
2021-04-05 Closed
Tasks
요구사항 명
  • note 기본 템플릿 페이지 뷰잉
요구사항 상세
  • 최초 note 로드 시 QA에서 작성한 템플릿 css, html 적용
개발 설계 및 구현 내역
  • 템플릿 경로
    • css : classes\static\template\Template.css
    • html : classes\static\template\Template.html
  • 최초 생성 시 html note 적용
관련화면 및 동작 설명
  • 개발 완료시 작성
Issue Sharer
Comment 1

  • Update milestone 송창훈 changed milestone to [개발완료] 0.0.1 2021-04-05
  • Closed 송창훈 closed this issue 2021-04-05
    • Markdown help
    • Header
    • Text Style
    • Link
    • List
    • Checklist
    • Image
    • Blockquote
    • Code
    • Table
    • Short Link
    • Markdown Input
      Markdown Output
      # This is an H1
      ## This is an H2
      ### This is an H3
      
      # This is an H1 ## This is an H2 ### This is an H3
    • Markdown Input
      Markdown Output
      *This is an italic*
      **This is an bold**
      ~~This is an strike~~
      
      *This is an italic* **This is an bold** ~~This is an strike~~
    • Markdown Input
      Markdown Output
      - Red
          1. White
          2. Blue
      - Green.
      
      - Red 1. White 2. Blue - Green
    • Markdown Input
      Markdown Output
      - [ ] Todos
          - [x] To do A
          - [ ] To do B
          - [ ] To do C
                          
      • Todos
        • To do A
        • To do B
        • To do C
    • Markdown Input
      Markdown Output
      ![title](https://repo.yona.io/assets/images/ico-like-small.png "Yobi")
      
      ![title](/assets/images/ico-like-small.png "Yobi")
    • Markdown Input
      Markdown Output
      > Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
      >
      > Aenean commodo ligula eget dolor.
      
      > Lorem ipsum dolor sit amet, consectetuer adipiscing elit. > > Aenean commodo ligula eget dolor.
    • Markdown Input
      Markdown Output
      `function test() {console.log("hello world");}`
      
      ```javascript
      function test() {
        console.log("hello world");
      }
      ```
      
      `function test() {console.log("hello world");}` ```javascript function test() { console.log("hello world"); } ```
    • Markdown Input
      Markdown Output
      | Default      | Align center | Align right |
      | ------------ | :----------: | ------: |
      | Carrot       | Red          | 1,000   |
      | Banana       | Yellow       | 32,000  |
      
      | Default | Align center | Align right | | ------------ | :----------: | ------: | | Carrot | Red | 1,000 | | Banana | Yellow | 32,000 | Also, you can copy & paste table from excel sheet
    Drag & Drop files here to upload.
    460-20216-21-1331-37.png 55 KB
    871-20216-21-1332-29.png 130.9 KB
    503-20216-21-1333-6.png 217.3 KB
    713-20216-21-1334-42.png 219.8 KB
    Tasks

    PASS#

    • 템플릿 생성 경로 및 Note 최초 생성 시 html,css 적용되는 것을 확인 하였습니다.
      • 템플릿 경로
        460-20216-21-1331-37.png
      • Note 최초 생성
        871-20216-21-1332-29.png
      • html
        503-20216-21-1333-6.png
      • css
        713-20216-21-1334-42.png
    Reply
Add a comment
New subtask
Assignee
No assignee
Milestone
[개발완료] 0.0.1
Due date
No due date