Skip to content

Commit

Permalink
Merge pull request #51 from rostag/latynizator-update
Browse files Browse the repository at this point in the history
Latynizator update
  • Loading branch information
rostag authored Dec 20, 2024
2 parents dff8ef1 + 3e05411 commit 99535f0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 31 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Different text generation toys. Mostly mechanical and random.

## Deployment

`npm run deploy-pages`
1. Merge to `main`
2. Run `npm run deploy-pages`

## Make fun not war

Expand All @@ -20,18 +21,18 @@ Support Ukraine: [KOLO](https://www.koloua.com/en)

A small utility for converting text to a unicode variant.

| Flag | Short | Description | Example |
|:--------- |:-----:|:----------------------------- |:----------------- |
| monospace | m | Monospace text (default) | 𝙼𝚘𝚗𝚘𝚜𝚙𝚊𝚌𝚎 𝚝𝚎𝚡𝚝! |
| script | c | Script | 𝒻𝒶𝓃𝒸𝓎 𝓈𝒸𝓇𝒾𝓅𝓉 |
| fraktur | f | Fraktur | 𝔖𝔭𝔩𝔢𝔫𝔡𝔦𝔡 𝔣𝔯𝔞𝔨𝔱𝔲𝔯 |
| double | d | Double-struck (1) | 𝔻𝕠𝕦𝕓𝕝𝕖-𝕤𝕥𝕣𝕦𝕔𝕜 |
| sans | s | Sans-serif | 𝖲𝖺𝗇𝗌. 𝖲𝖾𝗋𝗂𝖿𝗌. |
| greek | g | Greek (2) | 𝛂𝛔𝛅𝛇𝛈𝛉𝛋𝛌 |
| bold | b | Bold (modifier) | 𝐛𝓸𝖑𝛅 𝘁𝗲𝘅𝘁 |
| italic | i | Italic (modifier) (3) | 𝑖𝘵𝛼𝑙𝘪𝑐 |
| underline | u | Underline (modifier) | 𝚞̲𝚗̲𝚍̲𝚎̲𝚛̲𝚕̲𝚒̲𝚗̲𝚎̲𝚍̲ |
| strike | k | Strike-through (modifier) | 𝚜̶𝚝̶𝚛̶𝚞̶𝚌̶𝚔̶ ̶𝚋̶𝚢̶ ̶𝚕̶𝚒̶𝚐̶𝚑̶𝚝̶𝚗̶𝚒̶𝚗̶𝚐̶ |
| Flag | Short | Description | Example |
| :-------- | :---: | :------------------------ | :------------------ |
| monospace | m | Monospace text (default) | 𝙼𝚘𝚗𝚘𝚜𝚙𝚊𝚌𝚎 𝚝𝚎𝚡𝚝! |
| script | c | Script | 𝒻𝒶𝓃𝒸𝓎 𝓈𝒸𝓇𝒾𝓅𝓉 |
| fraktur | f | Fraktur | 𝔖𝔭𝔩𝔢𝔫𝔡𝔦𝔡 𝔣𝔯𝔞𝔨𝔱𝔲𝔯 |
| double | d | Double-struck (1) | 𝔻𝕠𝕦𝕓𝕝𝕖-𝕤𝕥𝕣𝕦𝕔𝕜 |
| sans | s | Sans-serif | 𝖲𝖺𝗇𝗌. 𝖲𝖾𝗋𝗂𝖿𝗌. |
| greek | g | Greek (2) | 𝛂𝛔𝛅𝛇𝛈𝛉𝛋𝛌 |
| bold | b | Bold (modifier) | 𝐛𝓸𝖑𝛅 𝘁𝗲𝘅𝘁 |
| italic | i | Italic (modifier) (3) | 𝑖𝘵𝛼𝑙𝘪𝑐 |
| underline | u | Underline (modifier) | 𝚞̲𝚗̲𝚍̲𝚎̲𝚛̲𝚕̲𝚒̲𝚗̲𝚎̲𝚍̲ |
| strike | k | Strike-through (modifier) | 𝚜̶𝚝̶𝚛̶𝚞̶𝚌̶𝚔̶ ̶𝚋̶𝚢̶ ̶𝚕̶𝚒̶𝚐̶𝚑̶𝚝̶𝚗̶𝚒̶𝚗̶𝚐̶ |

1): Not all characters exist in the regular (i.e. non-bold/italic) version of this set

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poetry-gen",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve --port 5000",
Expand Down
37 changes: 20 additions & 17 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
<nav class="menu">
<div class="menu-item">
<a href=""><mat-icon class="icon">architecture</mat-icon></a>
<span>
<a [routerLink]="['latynizator']">latynize</a> &middot;
<a [routerLink]="['generator/anagrammator']">anagramize</a> &middot;
<a [routerLink]="['monotext']">monotextize</a> &middot;
<a [routerLink]="['tonematrix']">tone-matrix</a> &middot;
<a [routerLink]="['generator/axes']">axes</a> &middot;
<!-- <a [routerLink]="['generator/c-news']">c-news</a> &middot; -->
<a [routerLink]="['generator/poetry-x']">px</a> &middot;
<!-- <a [routerLink]="['generator/poet-helper']">ph</a> &middot; -->
<!-- <a [routerLink]="['compass']">compass</a> &middot; -->
<a [routerLink]="['generator/multi']">mm</a>
</span>
</div>
<div class="menu-item">
<a href=""><mat-icon class="icon">architecture</mat-icon></a>
<span>
<a [routerLink]="['latynizator']">latynize</a> &middot;
<a [routerLink]="['generator/anagrammator']">anagramize</a> &middot;
<a [routerLink]="['monotext']">monotextize</a> &middot;
<a [routerLink]="['tonematrix']">tone-matrix</a> &middot;
<a [routerLink]="['generator/axes']">axes</a> &middot;
<!-- <a [routerLink]="['generator/c-news']">c-news</a> &middot; -->
<a [routerLink]="['generator/poetry-x']">px</a> &middot;
<!-- <a [routerLink]="['generator/poet-helper']">ph</a> &middot; -->
<!-- <a [routerLink]="['compass']">compass</a> &middot; -->
<a [routerLink]="['generator/multi']">mm</a>
</span>
</div>
</nav>

<router-outlet></router-outlet>

<footer class="app-footer">
<small>&copy;2020-2024 <a href="https://www.facebook.com/rastislavr/">RSTSLV</a>. <a href="https://github.com/rostag/locus-poetica">GitHub</a></small>
</footer>
<small
>&copy; 2020-2024 <a href="https://www.facebook.com/rastislavr/">RSTSLV</a>.
<a href="https://github.com/rostag/locus-poetica">GitHub</a></small
>
</footer>

0 comments on commit 99535f0

Please sign in to comment.