diff options
author | mms <michal@sapka.me> | 2024-06-20 22:39:52 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-20 22:39:52 +0200 |
commit | 129e6f340c2477fbe39993d32b9757bccab3f282 (patch) | |
tree | 35582c5116da072f8c2b2b63ead03b7544b8098e | |
parent | 9aec8df19d01d006f938f7668f86294f01a911bb (diff) |
fix: title
-rw-r--r-- | content-org/cool-emacs.org | 2 | ||||
-rw-r--r-- | content/cool-emacs/interactive-fiction-malyon.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content-org/cool-emacs.org b/content-org/cool-emacs.org index 94242ab..57e6578 100644 --- a/content-org/cool-emacs.org +++ b/content-org/cool-emacs.org @@ -645,7 +645,7 @@ In Elfeed it will for main item URL, but not for items embedded in the body. We need to use =eww= to open the page and we can get the URL from there. -*** DONE Play Interactive Fiction of Malyon +*** DONE Play Interactive Fiction with Malyon CLOSED: [2024-06-20 Thu 22:38] :PROPERTIES: :EXPORT_FILE_NAME: interactive-fiction-malyon diff --git a/content/cool-emacs/interactive-fiction-malyon.md b/content/cool-emacs/interactive-fiction-malyon.md index 154cf70..25f37bb 100644 --- a/content/cool-emacs/interactive-fiction-malyon.md +++ b/content/cool-emacs/interactive-fiction-malyon.md @@ -1,5 +1,5 @@ +++ -title = "Play Interactive Fiction of Malyon" +title = "Play Interactive Fiction with Malyon" author = ["Michał Sapka"] date = 2024-06-20T22:38:00+02:00 categories = ["emacs"] @@ -12,7 +12,7 @@ abstract = "Play classic text adventures with Emacs" [menu] [menu.cool-emacs-ways] weight = 3004 - identifier = "play-interactive-fiction-of-malyon" + identifier = "play-interactive-fiction-with-malyon" +++ > The IFTF defines interactive fiction—IF, for short—as a kind of video game where the player’s interactions primarily involve text. |