Skip to content

Commit

Permalink
Span cursor
Browse files Browse the repository at this point in the history
Update markdown
  • Loading branch information
VladislavAntonyuk committed May 29, 2024
1 parent 42862bf commit 0beec87
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MauiCursor/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<Label
x:Name="Hover"
Text="hover over me"
Text="Hover over me"
IsVisible="false"
SemanticProperties.HeadingLevel="Level1"
FontSize="32"
Expand Down
11 changes: 11 additions & 0 deletions MauiStaggeredCollectionView/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .NET MAUI Staggered CollectionView

[![Buy Me A Coffee](https://ik.imagekit.io/VladislavAntonyuk/vladislavantonyuk/misc/bmc-button.png)](https://www.buymeacoffee.com/vlad.antonyuk)

Article: https://vladislavantonyuk.github.io/articles/.NET-MAUI-CollectionView-with-Staggered-Layout

## Images

![Android](https://ik.imagekit.io/VladislavAntonyuk/vladislavantonyuk/articles/54/54.png)

[![Stand With Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Stand With Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)
## Thank You

Special thanks to my friends and sponsors: @PeterFucci, Gerald Versluis (jfversluis), @renatolopes, Glen Herman, Olexii, Brady, Yury Michurin, VToegel, Aleksander Rokic, Jeffrey Williams, TimKyn, Standa Mikes, Aaron Schaefer, AIvanHeerden, 7 M O X D, gbrewer, Ryan, @janhjordie, erossiniuk, David.
Special thanks to my friends and sponsors: @PeterFucci, Gerald Versluis (jfversluis), @renatolopes, Glen Herman, Olexii, Brady, Yury Michurin, VToegel, Aleksander Rokic, Jeffrey Williams, TimKyn, Standa Mikes, Aaron Schaefer, AIvanHeerden, 7 M O X D, gbrewer, Ryan, @janhjordie, erossiniuk, David, Sab, Andreas.

This project is tested with BrowserStack.

Expand Down Expand Up @@ -77,4 +77,6 @@ The development guide can be found at [SETUP.md](./SETUP.md).

1. [MauiTests](MauiTests) - Testing .NET MAUI application using Appium and xUnit.

1. [MauiStaggeredCollectionView](MauiStaggeredCollectionView) - Create a Staggered Layout for CollectionView in .NET MAUI.

[![Stand With Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)
3 changes: 1 addition & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dotnet build
## Update ReadMe

1. Install Python 3
2. Clone `http://github.com/amyreese/markdown-pp`
3. Run `pip install MarkdownPP`
4. Optional. You may need to add env variables to path: `C:\Users\{USERNAME}\AppData\Roaming\Python\Python311\Scripts`. This path should contain `markdown-pp`.
4. Optional. You may need to add env variables to path: `C:\Program Files\Python312\Scripts`. This path should contain `markdown-pp`.
5. Run PowerShell script `./md/run.ps1`

0 comments on commit 0beec87

Please sign in to comment.