adamchalmers / adamchalmers/fountain-rs

Implement `Notes` element

オープン
#1 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る
enhancement good first issue
主要言語
Rust
スター
25
フォーク
4
PR マージ指標
30日以内にマージされた PR はありません

説明

Fountain has a "Notes" element (definition [here](https://fountain.io/syntax#section-notes)) which styles author's notes in the screenplay, so it's clear these are authors notes and not action.

Someone should implement this!

Acceptance criteria (A/C):

- Add a `Note` variant to the [Line](https://docs.rs/fountain/0.1.12/fountain/data/enum.Line.html) enum
- Add a parser for it to [parse.rs](https://github.com/adamchalmers/fountain-rs/blob/master/fountain/src/parse.rs) and call the parser in the [`block` parser](https://github.com/adamchalmers/fountain-rs/blob/master/fountain/src/parse.rs#L171-L188)
- Add a unit test

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。