Wiki folder 'myfirstwiki' does not exist or is missing a tiddlywiki.info file

I am getting this error when I run on local.

Screenshot 2022-07-23 at 11.29.21 PM

Could anyone tell me what I need to do?

Note - I was following this guide - How to use TiddlyWiki as a static website generator in 3 steps - Ness Labs

You should first create a wiki folder like below

tiddlywiki  myfirstwiki --init server

I did but now my local copy is looking like this? Do I need to make another thread for this?

Can you list the contents of myfirstwiki/tiddlywiki.info ?

unable to open it to list.

It’s just a text document. So whatever you would use to open plain text notes.

ok, below are the contents.

Also copy pasting the content

{
    "description": "Basic client-server edition",
    "plugins": [
        "tiddlywiki/tiddlyweb",
        "tiddlywiki/filesystem",
        "tiddlywiki/highlight"
    ],
    "themes": [
        "tiddlywiki/vanilla",
        "tiddlywiki/snowwhite"
    ],
    "build": {
        "index": [
            "--rendertiddler",
            "$:/plugins/tiddlywiki/tiddlyweb/save/offline",
            "index.html",
            "text/plain"
        ],
        "static": [
            "--rendertiddler",
            "$:/core/templates/static.template.html",
            "static.html",
            "text/plain",
            "--rendertiddler",
            "$:/core/templates/alltiddlers.template.html",
            "alltiddlers.html",
            "text/plain",
            "--rendertiddlers",
            "[!is[system]]",
            "$:/core/templates/static.tiddler.html",
            "static",
            "text/plain",
            "--rendertiddler",
            "$:/core/templates/static.template.css",
            "static/static.css",
            "text/plain"
        ]
    }
}

That is what a TW looks like when all css is removed, if that’s helpful.

Do you have some browser plugin installed that manipulated web page styles?

Questo aiuta.

Tutto ciò che aiuta a capire cosa possiamo fare.

TT

Not that I know off. :frowning:

Your screenshot in the original post actually shows an error in the very first line.
Please outline the exact steps you have followed. What commands have you run, which file are you showing the screenshot of? The TiddlyWiki or a static HTML?

I followed all the instructions here- nesslabs (link above at the beginning on this thread), I am not able to post links) and then posted the content on the file which I was asked to.

Moving on! Tiddly Wiki static sites don’t seem to be for me. I wanted a website like → mentalnodes dot com but right now it seems beyond my abilities and cannot spend more time. Will return back if time permits. All these replies will surely help!

If anyone knows a better way of doing the above site copy, let me know.

I feel the information should be hyperlinked and linear blogs are a bit early 2000s technology. But no builder has thought that there could be a market for such a thing. Which is indeed sad.

I have published my blog with logseq publishing for now.

**