johnlindquist / kit

Script Kit. Automate Anything.
https://scriptkit.com
MIT License
3.88k stars 134 forks source link

PLEASE put the docs in a documentation site. The API and Guide docs are way too long! #1406

Open Oneechan69 opened 8 months ago

Oneechan69 commented 8 months ago

It's very jarring to go through the guides as one long document with no table of contents (which GitHub currently doesn't support outside of the main readme file).

JosXa commented 8 months ago

I read it in one sitting and tried out the examples, had a good experience. Agreed having a separate docs site would be nice, but I'm sure John has more important things to do ^^

alexilyaev commented 6 months ago

The docs seem to be scattered around in 4 different files:

It is indeed hard to find specific things.

e.g.

JosXa commented 4 months ago

@alexilyaev I got to work putting those files in a docusaurus, looks pretty good but needs some more styling and final approval from John to go live anywhere.

I learned that you can nicely search those 4 markdown files in Kit itself, just type docs followed by a space. Since I learned about that, I almost don't miss a docs website anymore.

YousufSSyed commented 4 months ago

@JosXa Where can I see the documentation

alexilyaev commented 4 months ago

@JosXa That's nice, but not a solution in my opinion. Example... there's a paste() method we can use. Searching it in Kit > Docs > "paste" yields nothing:

image

Same thing with setSelectedText(): image

Once there's a centralized place for docs, we can start filling in the missing pieces. Right now you it's not even clear where to put these.