inkle / inkle/ink

Feature request: Equivalent of glue for capitalization, a/an

Open
#157 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

[Sorry to muck this place up by creating so many tickets all at once!]

I was wondering if there was an equivalent of glue for capitalization or for a/an. Examples:

```
{~{~why|well|}, |}hello there!
```

Could evaluate to

```
Why, hello there!
Well, hello there!
Hello there!
```

The same idea could work for a/an:

```
=== function syn_completely ===
{~completely|totally|absolutely}

=== knot ===
It's {syn_completely()} beautiful day, is it not?
```

Which could evaluate to

```
It's a completely beautiful day, is it not?
It's an absolutely beautiful day, is it not?
It's a totally beautiful day, is it not?
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.