debian-mirror-gitlab/doc/user/project/repository/web_editor.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

122 lines
4.4 KiB
Markdown
Raw Normal View History

2019-10-12 21:52:04 +05:30
---
2020-10-24 23:57:45 +05:30
stage: Create
group: Editor
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2019-10-12 21:52:04 +05:30
---
2023-03-17 16:20:25 +05:30
# Web Editor **(FREE)**
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
You can use the Web Editor to make changes directly from the GitLab UI instead of
cloning a project and using the command line.
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
From the project dashboard or repository, you can:
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
- [Create a file](#create-a-file).
- [Edit a file](#edit-a-file).
- [Upload a file](#upload-a-file).
- [Create a directory](#create-a-directory).
- [Create a branch](#create-a-branch).
- [Create a tag](#create-a-tag).
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
Your [primary email address](../../../user/profile/index.md#change-the-email-displayed-on-your-commits)
is used by default for any change you commit through the Web Editor.
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
## Create a file
2021-01-29 00:20:46 +05:30
2023-03-17 16:20:25 +05:30
To create a text file in the Web Editor:
2021-01-29 00:20:46 +05:30
2023-03-17 16:20:25 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
1. From the project dashboard or repository, next to the branch name, select the plus icon (**{plus}**).
1. From the dropdown list, select **New file**.
1. Complete the fields.
- From the **Select a template type** dropdown list, you can apply a template to the new file.
- To create a merge request with the new file, ensure the **Start a new merge request with these changes** checkbox is selected.
1. Select **Commit changes**.
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
## Edit a file
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
To edit a file in the Web Editor:
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
1. Go to your file.
1. Next to the display buttons, select **Edit**.
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
### Keyboard shortcuts
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
When you [edit a file](#edit-a-file) in the Web Editor, you can use the same keyboard shortcuts for the Web IDE.
See the [available shortcuts](../../shortcuts.md#web-ide).
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
### Preview Markdown
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/378966) in GitLab 15.6.
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
To preview Markdown content in the Web Editor:
2023-01-13 00:05:48 +05:30
2023-03-17 16:20:25 +05:30
1. [Edit a file](#edit-a-file).
1. Do one of the following:
- Select the **Preview** tab.
- From the context menu, select **Preview Markdown**.
2023-01-13 00:05:48 +05:30
2023-03-17 16:20:25 +05:30
In the **Preview** tab, you can see a live Markdown preview alongside your content.
2023-01-13 00:05:48 +05:30
To close the preview panel, do one of the following:
- Select the **Write** tab.
- From the context menu, select **Hide Live Preview**.
2023-03-17 16:20:25 +05:30
### Link to specific lines
2021-04-29 21:17:54 +05:30
2023-03-17 16:20:25 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56159) in GitLab 13.11.
2021-06-08 01:23:25 +05:30
2023-03-17 16:20:25 +05:30
To link to single or multiple lines in the Web Editor, add hash
information to the filename segment of the URL. For example:
2021-04-29 21:17:54 +05:30
2023-03-17 16:20:25 +05:30
- `MY_FILE.js#L3` highlights line 3 in `MY_FILE.js`.
- `MY_FILE.js#L3-10` highlights lines 3 to 10 in `MY_FILE.js`.
2021-04-29 21:17:54 +05:30
2023-03-17 16:20:25 +05:30
To link to a single line, you can also:
2021-04-29 21:17:54 +05:30
2023-03-17 16:20:25 +05:30
1. [Edit a file](#edit-a-file).
1. Select a line number.
2021-04-29 21:17:54 +05:30
2016-09-29 09:46:39 +05:30
## Upload a file
2023-03-17 16:20:25 +05:30
To upload a binary file in the Web Editor:
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
1. From the project dashboard or repository, next to the branch name, select the plus icon (**{plus}**).
1. From the dropdown list, select **Upload file**.
1. Complete the fields. To create a merge request with the uploaded file, ensure the **Start a new merge request with these changes** toggle is turned on.
1. Select **Upload file**.
2016-09-29 09:46:39 +05:30
## Create a directory
2023-03-17 16:20:25 +05:30
To create a directory in the Web Editor:
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
1. From the project dashboard or repository, next to the branch name, select the plus icon (**{plus}**).
1. From the dropdown list, select **New directory**.
1. Complete the fields. To create a merge request with the new directory, ensure the **Start a new merge request with these changes** toggle is turned on.
1. Select **Create directory**.
2021-03-11 19:13:27 +05:30
2023-03-17 16:20:25 +05:30
## Create a branch
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
To create a [branch](branches/index.md) in the Web Editor:
2016-09-29 09:46:39 +05:30
2023-03-17 16:20:25 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
1. From the project dashboard or repository, next to the branch name, select the plus icon (**{plus}**).
1. From the dropdown list, select **New branch**.
1. Complete the fields.
1. Select **Create branch**.
2018-12-05 23:21:45 +05:30
2023-03-17 16:20:25 +05:30
## Create a tag
2019-10-12 21:52:04 +05:30
2023-03-17 16:20:25 +05:30
You can create [tags](../../../topics/git/tags.md) to mark milestones such as
production releases and release candidates. To create a tag in the Web Editor:
2019-10-12 21:52:04 +05:30
2023-03-17 16:20:25 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
1. From the project dashboard or repository, next to the branch name, select the plus icon (**{plus}**).
1. From the dropdown list, select **New tag**.
1. Complete the fields.
1. Select **Create tag**.