Skip to content

Commit

Permalink
Merge pull request #166 from Eliott-Guevel/patch-1
Browse files Browse the repository at this point in the history
README corrections
  • Loading branch information
labordep authored Feb 27, 2024
2 parents b3ec9a1 + 37d5994 commit 32450a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Pyramid is a WYSIWYG application (What You See Is What You Get) in other terms i

Pyramid helps you to produce final UI using Bloc library (and also Toplo).

You can add plugins into Pyramid to extents the editor capacities or create [your own plugin](https://github.com/OpenSmock/Pyramid/wiki/Add-a-new-plugin-to-Pyramid) with your specifics functions !
You can add plugins into Pyramid to extend the editor capacities or create [your own plugin](https://github.com/OpenSmock/Pyramid/wiki/Add-a-new-plugin-to-Pyramid) with your specific functions !

<img src="https://github.com/OpenSmock/Pyramid/assets/49183340/0ddc1ac3-bd6e-4f4b-bfb4-60eac4f48e39" width="200">

## <img src="/assets/PyramidPinPtah.svg" width="75" height="75" align="bottom"> How to get Pyramid

You can load a stable release version of Pyramid or the latest development version.

The latest development version can provide the new incoming functionalities but can be unstable.
The latest development version provides the new incoming functionalities but can be unstable.

To install a version of Pyramid, use one of the following scripts inside a playground.

Expand All @@ -41,7 +41,7 @@ Metacello new

### Stable release version

Be careful the examples with gradient paint and the gradient paint selector will not work because Bloc updated its API.
Be careful, the examples with gradient paint and the gradient paint selector will not work because Bloc updated its API.

```st
Metacello new
Expand All @@ -60,7 +60,7 @@ spec baseline: 'Pyramid' with: [ spec repository: 'github://OpenSmock/Pyramid:ma

### Create a new project

Open the Pyramid menu into Library and click `New Project`.
Open the Pyramid menu from the Library tab and click `New Project`.

![image](https://github.com/OpenSmock/Pyramid/assets/49183340/602db97b-dcd1-4824-a3ef-125ee5bdfd16)

Expand All @@ -70,7 +70,7 @@ Then the project view appears in a new window.

### Add and setup graphical elements

Use the create button to add graphical element in your project view.
Use the create button to add graphical elements in your project view.

https://github.com/OpenSmock/Pyramid/assets/49183340/a02db9ad-314a-4caf-884c-9da4da809293

Expand Down Expand Up @@ -109,7 +109,7 @@ element editWithPyramid.
space editWithPyramid.
```

You can edit in Pyramid all opened BlSpace with `F12` keyboard shortcut, this feature can be disable in the settings.
You can edit in Pyramid all opened BlSpace with the `F12` keyboard shortcut, this feature can be disabled in the settings.

When a window is open in Pyramid, an image is displayed on it to attract the user's attention:

Expand All @@ -118,7 +118,7 @@ https://github.com/OpenSmock/Pyramid/assets/49183340/0c66a3ac-7bea-48c1-b1e8-0b0
## <img src="/assets/PyramidPinPtah.svg" width="75" height="75" align="bottom"> Plugins

![image](https://user-images.githubusercontent.com/49183340/263474758-37833c2b-f7ad-4b46-ab58-cb3d92c28413.png)
- [FigmaToWorld](https://github.com/OpenSmock/Pyramid-Plugins-FigmaToWorld) plugin provide capacities to import projects designed with [Figma](https://www.figma.com)
- [FigmaToWorld](https://github.com/OpenSmock/Pyramid-Plugins-FigmaToWorld) plugin provides capacities to import projects designed with [Figma](https://www.figma.com)

## <img src="/assets/PyramidPinPtah.svg" width="75" height="75" align="bottom"> Dependencies

Expand Down

0 comments on commit 32450a3

Please sign in to comment.