Downloading projects#93
Conversation
There was a problem hiding this comment.
Code Review
This pull request replaces the 'how-to-download-files-in-makecode.md' documentation with a new 'downloading_files.md' file and updates the index accordingly. The new documentation explains the MakeCode download process, the .mkcd file format, and the project preview feature. Review feedback focuses on correcting several typos, grammatical errors, and phrasing issues to improve the clarity and readability of the new documentation.
| @@ -0,0 +1,8 @@ | |||
| ## Downloading Files | |||
|
|
|||
| To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo. | |||
There was a problem hiding this comment.
Grammar and clarity improvements. "all PXT target" should be plural, and the sentence structure can be improved for better readability.
| To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo. | |
| To download files in MakeCode (all PXT targets), simply click the download button in the bottom-center corner, located between the project's title bar and the GitHub logo. If the editor does **not** contain the GitHub logo, the button will still be in the same position. |
| ## Downloading Files | ||
|
|
||
| To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo. | ||
| All files are downloaded in the whole project itself, **not** by **indepent files**. The file's data type is a .mkcd (makecode) file. |
There was a problem hiding this comment.
Typo: "indepent" should be "independent". Also, "by indepent files" is slightly awkward; "as independent files" is clearer.
| All files are downloaded in the whole project itself, **not** by **indepent files**. The file's data type is a .mkcd (makecode) file. | |
| All files are downloaded as part of the project itself, **not** as **independent files**. The file extension is .mkcd (MakeCode). |
| When the file is done downloading, the compiler will show a picture frame of the game in that moment. | ||
| This is mainly because it helps to easier identify that current frame that is happening to the game to make other users | ||
| to understand what is cool in this project. This is more like an ad showing something intresting about what the game is about | ||
| in that current frame. |
There was a problem hiding this comment.
Grammar and spelling improvements. "picture frame" is better described as a "screenshot" or "thumbnail". "easier identify" should be "more easily identify", and "intresting" is a typo.
| When the file is done downloading, the compiler will show a picture frame of the game in that moment. | |
| This is mainly because it helps to easier identify that current frame that is happening to the game to make other users | |
| to understand what is cool in this project. This is more like an ad showing something intresting about what the game is about | |
| in that current frame. | |
| When the download completes, the editor displays a screenshot of the game at that moment. | |
| This helps users more easily identify the state of the game and understand its features. | |
| It acts as a preview showing something interesting about the project. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 635f8bdab0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Downloading Files | ||
|
|
||
| To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo. | ||
| All files are downloaded in the whole project itself, **not** by **indepent files**. The file's data type is a .mkcd (makecode) file. |
There was a problem hiding this comment.
Describe the correct download file type
This line states that downloading in "all PXT target" editors produces a .mkcd file, which is incorrect for common targets (for example, hardware targets typically download firmware artifacts such as .uf2/.hex). Because the page is framed as general guidance, users can end up looking for the wrong artifact type and fail to complete flashing/deployment steps after download.
Useful? React with 👍 / 👎.
No description provided.