Skip to content

Commit

Permalink
fix readme headings
Browse files Browse the repository at this point in the history
  • Loading branch information
nittka committed Aug 26, 2018
1 parent 309b5f7 commit 9417108
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,6 +1,6 @@
# Jtag

##Scope
## Scope

This is intended to be a lightweight Xtext based photo tagging system. Technologically it is an slightly adapted copy of [Xarchive](https://github.com/nittka/Xarchive). Within a single project you keep
* a definition file for _categories_
Expand All @@ -16,7 +16,7 @@ Supported meta data includes
* list of tags — additional keywords applying to the document
* description

##Syntax
## Syntax

### definition file

Expand Down Expand Up @@ -73,7 +73,7 @@ description "late arrival because we first drove to the wrong hotel, everyone ex
IMG_0274.jpg "departure".
```

#Features
# Features

* define your own category hierarchies for describing your photos
* hover showing category descriptions (if you provided them)
Expand All @@ -93,6 +93,6 @@ IMG_0274.jpg "departure".
* boolean operations
* combine existing (named) searches

##Limitations
## Limitations

For simlicity file names, tags, categories etc. have a restricted character set (a-z, A-Z, digits, undersore and dash). File names containing other characters may be written as strings.
For simlicity file names, tags, categories etc. have a restricted character set (a-z, A-Z, digits, undersore and dash). File names containing other characters may be written as strings.

0 comments on commit 9417108

Please sign in to comment.