https://github.com/makevoid/simple-articles-format
A file format designed for authors - inspired by YAML, write multiple articles in a single file! - made in 2012
https://github.com/makevoid/simple-articles-format
blog formats markdown parser ruby text-parsers
Last synced: 9 months ago
JSON representation
A file format designed for authors - inspired by YAML, write multiple articles in a single file! - made in 2012
- Host: GitHub
- URL: https://github.com/makevoid/simple-articles-format
- Owner: makevoid
- Created: 2013-01-02T02:15:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-02T02:37:40.000Z (about 13 years ago)
- Last Synced: 2025-03-25T06:02:47.798Z (10 months ago)
- Topics: blog, formats, markdown, parser, ruby, text-parsers
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Saf
### Why use complex formats for simple things? Simple Articles Format!
example:
title: Your first post
text: Whohoo!
---
title: Your second post
text>
Some multiline
text
<
---
...easy isn't it? bye JSON/YAML files! Those are made to represent all the data structures, we want something easily editable, simple to use for the non-programmer editors!
Saf (Simple Article Format) to the rescue!
## Features:
- easy to parse tokens
- no dependencies
- small amount of code
## TODO:
- consider types detection support?
- booleans
- fixnums/floats
- dates
- package it as a gem