An open API service indexing awesome lists of open source software.

https://github.com/redgoose-dev/simple-note

Note style app from redgoose
https://github.com/redgoose-dev/simple-note

Last synced: about 1 month ago
JSON representation

Note style app from redgoose

Awesome Lists containing this project

README

          

# Simple Note from goose

노트로 사용하기 위한 목적으로 이 앱을 만들게 되었습니다.
여유로운 여백과 글에 집중할 수 있는 형태로 표현을 할 수 있다는 목표를 가지고 디자인했습니다.

이 앱의 설정은 대략적으로 적어두겠습니다. 앱을 설정하는 법에대한 흐름은 [First Gallery Wiki](https://github.com/dev-goose/app-first-gallery/wiki) 링크를 참고하여 아래 설정 소스를 활용하여 세팅하시면 됩니다.

------------------------

__GOOSE GitHub : https://github.com/RedgooseDev/goose__
__DEMO : http://projects.redgoose.me/2015/goose/app/simple-note/__
__goose-dev article : http://src.goose-dev.com/article/7/__

------------------------

### `index--user.php`

다음과 같은 내용을 참고하여 `{GOOSE}/index--user.php` 파일을 만듭니다.

```
태그의 값 설정
* index {object} 목록 페이지
* count {object}
* item {int} : 한페이지에 출력되는 글 갯수입니다.
* pageScale {int} : 페이지 네비게이션에서 출력하는 숫자의 갯수입니다.
* classNames {object}
* list {string} : 목록 스타일
"" : list
"style-card" : card style
"style-thumbnail" : thumbnail style
"color-dark" : dark theme
* print_thumbnail {boolean} 썸네일 이미지 출력
* print_paginate {boolean} 페이지 네비게이션 출력
* article {object} 상세페이지
* type {string} 글 내용 출력방식
"markdown" : 마크다운 형식
* updateHit {boolean} 조회수 업데이트 기능
* cookiePrefix {string} cookie key name(prefix)
* navigation {array} Navigation tree

### 사용자 head 사용하기

`