# Where is TaskPaper’s file format defined?

**URL:** https://discourse.julialang.org/t/where-is-taskpaper-s-file-format-defined/16480
**Category:** Offtopic
**Created:** [October 18, 2018, 2:24am UTC](https://discourse.julialang.org/t/where-is-taskpaper-s-file-format-defined/16480 "2018-10-18T02:24:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hoangnganvy1993](https://avatars.discourse-cdn.com/v4/letter/h/eb9ed0/32.png) [@hoangnganvy1993](https://discourse.julialang.org/u/hoangnganvy1993)
#### Post date: [October 18, 2018, 2:24am UTC](https://discourse.julialang.org/t/where-is-taskpaper-s-file-format-defined/16480/1 "2018-10-18T02:24:22Z")

</div>

The [Getting Started](https://guide.taskpaper.com/getting-started/)section of the users guide does a good job of describing that for users.

Unfortunately if you are a developer trying to write a TaskPaper parser I don’t have a good formal definition. But I have [open sourced TaskPaper’s model layer](https://support.hogbaysoftware.com/t/what-is-taskpapers-open-source-model-layer/2148?u=jessegrosjean). That project will enable you to parse, process, and save TaskPaper files anywhere that you have access to JavaScript using the same code that TaskPaper uses.

---

<div class="post-metadata">

### Author: ![StefanKarpinski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stefankarpinski/32/24_2.png) [@StefanKarpinski](https://discourse.julialang.org/u/StefanKarpinski)
#### Post date: [October 22, 2018, 4:26am UTC](https://discourse.julialang.org/t/where-is-taskpaper-s-file-format-defined/16480/2 "2018-10-22T04:26:25Z")

</div>

How is this related to Julia?
