fix a huge number of typos - #118
Open
NahidaBuer wants to merge 25 commits into
Open
Conversation
The <pre> element should have a background to emphasize the element from the background.
Let the highlighting themes to handle this job.
This does not affect existing cards (omitting `title' is allowed):
{% card(type="warning") %}
Writing a person's name with a red pen is considered disrespectful.
{% end %}
To use an alternative title, specify a title in the `card()` template
call:
{% card(type="warning", title="ACHTUNG") %}
Rauchen ist hier verboten.
{% end %}
This section is dedicated to the onboarding guide for AOSC OS developement.
* Fix hardcoded width. Use the relative size of the parent container. * Force images to be blocks to allow positioning.
NahidaBuer
force-pushed
the
add-onboarding-guide
branch
from
August 22, 2026 20:17
065c97b to
0bd12a6
Compare
NahidaBuer
force-pushed
the
add-onboarding-guide
branch
from
August 22, 2026 21:04
0bd12a6 to
5842541
Compare
MingcongBai
approved these changes
Aug 23, 2026
MingcongBai
left a comment
Member
There was a problem hiding this comment.
LGTM, thanks! This chapter is currently under edit from @Cyanoxygen so I will need his input as well.
Member
|
All chapters are imported from my draft originally hosted on HackMD - so that's why it is incomplete. Thank you! |
Cyanoxygen
requested changes
Aug 23, 2026
Comment on lines
+303
to
+311
| | 代码托管平台 | URL 示例 | 如何找到克隆用 URL | | ||
| | :----: | :-----: | :----- | | ||
| | GitHub | https://github.com/systemd/systemd | 点击 “Code” 按钮,在弹框中选择 “HTTPS”,复制下面的链接 | | ||
| | GitLab 及其自建实例 | https://gitlab.com/qemu-project/qemu | 点击 “Code(代码)” 按钮,复制 “Clone with HTTPS(使用 HTTPS 克隆)” 下的链接 | | ||
| | GitLab 及其自建实例* | https://invent.kde.org/graphics/krita | 点击 “Code(代码)” 按钮,复制 “Clone with HTTPS(使用 HTTPS 克隆)” 下的链接 | | ||
| | Gitee | https://gitee.com/rtthread/rt-thread | 点击 “克隆/下载”,复制 “HTTPS” 下的第一个链接(切勿复制带 git clone 的链接) | | ||
| | GNU Savannah | https://savannah.gnu.org/projects/bash/ | 在页面下方点击 “Browse Git Repository” 后,复制新页面中的 HTTPS 链接 | | ||
| | Codeberg、自建 Forgejo 及 Gitea 实例 | https://codeberg.org/forgejo/forgejo | 在页面上半部分找到 “HTTPS”,复制其旁边的链接 | | ||
| | SourceHut | https://git.sr.ht/~sbinet/sako | 复制右侧 “clone” 版块中 “read-only” 下面的链接 | |
Member
There was a problem hiding this comment.
I think it is not a good idea to remove the URL format description. They are here to show the relationship between the project and its URL.
Cyanoxygen
force-pushed
the
add-onboarding-guide
branch
from
August 27, 2026 05:13
8b02363 to
f3b63a3
Compare
Member
|
@NahidaBuer ping - please rebase your branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
后面三章完成度明显比前面低很多…
这得什么时候才能落地啊,催更!