Skip to content

Commit 3a40903

Browse files
authored
Update README.md spacing
Signed-off-by: Zoraiz Qureshi <[email protected]>
1 parent bbe1501 commit 3a40903

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,49 @@ Includes examples for the following Extension Points. These customizations are e
1111

1212
<br>
1313

14+
1415
#### Add an Item to the Quick Access Toolbar
1516
`mw.desktop.quickAccess` - Add a new button to the Quick Access Toolbar that triggers a MATLAB callback function.
1617

1718
<img src="./screenshots/demo-quickAccess.png" width=450 height=75 alt="preview">
19+
1820
<br>
1921

22+
2023
#### Add New Displayed Roots to the Address Bar
2124
`mw.desktop.addressBar.displayedRoots` - Customize the list of displayed roots in the Address Bar.
2225

2326
<img src="./screenshots/demo-addressBarDisplayedRoots.png" width=450 height=82 alt="preview">
27+
2428
<br>
2529

30+
2631
#### Customize File Type Icons and Labels
2732
`mw.fileTypes.icons` — Specify the icon that displays for a file type in the Files panel, including the File Preview.
2833

2934
`mw.fileTypes.labels` — Specify the label that displays for a file type in the Files panel, including the Type column and File Preview.
3035

3136
<img src="./screenshots/demo-icons-labels.png" width=450 height=82 alt="preview">
37+
3238
<br>
3339

40+
3441
#### Custom File Name Validation
3542
`mw.fileTypes.fileNameValidation` — Add filename validation for a file type to ensure the filename is valid when a file of that type / group is created or renamed.
3643

3744
<img src="./screenshots/demo-filenameValidation.png" width=450 height=60 alt="preview">
45+
3846
<br>
3947

48+
4049
### MathWorks Products (https://www.mathworks.com)
4150

4251
Requires MATLAB release R2024b or newer
4352
- [New Desktop for MATLAB Beta](https://www.mathworks.com/matlabcentral/fileexchange/119593-new-desktop-for-matlab-beta)
53+
4454
<br>
4555

56+
4657
## Getting Started
4758
[Extend MATLAB Using Extension Points (Beta)](https://www.mathworks.com/help/matlab/matlab_env/extend-matlab-using-extension-points-beta.html)
4859

@@ -51,14 +62,20 @@ You can choose to modify the existing example `extensions.json` within this tool
5162
1. Create a JSON-formatted file named `extensions.json` and place it in a folder named `resources` within your toolbox.
5263
2. Add a set of JSON declarations to `extensions.json` that defines your customizations using the Extension Points.
5364
3. Add the folder containing the `resources` folder to the MATLAB path. To add the folder to the path, use the `addpath` function or right-click the folder in the Files panel and select `Add to Path` > `Selected Folders and Subfolders`.
65+
5466
<br>
5567

68+
5669
## License
5770
The license is available in the License.txt file in this GitHub repository.
71+
5872
<br>
5973

74+
6075
## Community Support
6176
[MATLAB Central](https://www.mathworks.com/matlabcentral)
77+
6278
<br>
6379

80+
6481
Copyright 2024 The MathWorks, Inc.

0 commit comments

Comments
 (0)