Skip to content

Commit 9bfecbe

Browse files
committed
fix: inconsistent microsoft store icons and feat: more apps
1 parent 11c44c1 commit 9bfecbe

File tree

3 files changed

+31
-9
lines changed

3 files changed

+31
-9
lines changed

docs/getting-started/post-installation/software/media-playback.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VLC is one of the most well-known media players because it is simple and works w
1212

1313
`winget install -e --id VideoLAN.VLC`
1414

15-
[:fontawesome-brands-microsoft: Download VLC Media Player ->](ms-windows-store://pdp/?ProductId=XPDM1ZW6815MQM)
15+
[:material-microsoft: Download VLC Media Player ->](ms-windows-store://pdp/?ProductId=XPDM1ZW6815MQM)
1616

1717
## mpv
1818

@@ -26,7 +26,7 @@ For a more accessible experience, we suggest using mpv.net, a fork of mpv with a
2626

2727
`winget install -e --id mpv.net`
2828

29-
[:fontawesome-brands-microsoft: Download mpv.net ->](ms-windows-store://pdp/?ProductId=9N64SQZTB3LM)
29+
[:material-microsoft: Download mpv.net ->](ms-windows-store://pdp/?ProductId=9N64SQZTB3LM)
3030

3131
## Windows Media Player
3232

@@ -36,9 +36,9 @@ However, unlike mpv or VLC Media Player, it does not support all codecs. You may
3636

3737
`winget install -e --id 9WZDNCRFJ3PT`
3838

39-
[:fontawesome-brands-microsoft: Download Windows Media Player ->](ms-windows-store://pdp/?ProductId=9WZDNCRFJ3PT)
39+
[:material-microsoft: Download Windows Media Player ->](ms-windows-store://pdp/?ProductId=9WZDNCRFJ3PT)
4040

41-
[:fontawesome-brands-microsoft: Download HEVC Codec ->](ms-windows-store://pdp/?ProductId=9NMZLZ57R3T7)
41+
[:material-microsoft: Download HEVC Codec ->](ms-windows-store://pdp/?ProductId=9NMZLZ57R3T7)
4242

4343
## foobar2000
4444

@@ -62,4 +62,10 @@ MusicBee is a solid alternative to Foobar2000 for users seeking a more modern-fe
6262

6363
Dopamine 2 is an audio player which tries to make organizing and listening to music as simple and pretty as possible and includes many additional features.
6464

65-
[Download Dopamine 2 ->](https://github.com/digimezzo/dopamine-windows/releases)
65+
[Download Dopamine 2 ->](https://github.com/digimezzo/dopamine-windows/releases/latest)
66+
67+
## Elisa
68+
69+
Elisa is a modern and beautiful music player made by KDE, with a simple, easy to use interface and internet radio support.
70+
71+
[:material-microsoft: Download Elisa ->](ms-windows-store://pdp/?productid=9pb5md7zh8tl)

docs/getting-started/post-installation/software/screenshotting.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ The modern Snipping Tool app is in Windows by default, called 'Snip & Sketch' on
1212

1313
`winget install -e --id 9MZ95KL8MR0L`
1414

15-
[:simple-microsoftstore: Download Snipping Tool ->](ms-windows-store://pdp/?ProductId=9MZ95KL8MR0L)
15+
[:material-microsoft: Download Snipping Tool ->](ms-windows-store://pdp/?ProductId=9MZ95KL8MR0L)
1616

1717
## ShareX
1818

1919
ShareX is an advanced tool for capturing screenshots that allows you to take screenshots or recordings of your screen and provides advanced options to edit and enhance the captures. With a wide range of features, ShareX is the best option for capturing and editing screenshots, making it the ideal choice for most users.
2020

2121
`winget install -e --id ShareX.ShareX`
2222

23-
[Download ShareX ->](ms-windows-store://pdp/?ProductId=9NBLGGH4Z1SP)
23+
[:material-microsoft: Download ShareX ->](ms-windows-store://pdp/?ProductId=9NBLGGH4Z1SP)
2424

2525
## Lightshot
2626

@@ -29,3 +29,11 @@ Lightshot is a lightweight but proprietary tool that enables you to capture and
2929
`winget install -e --id Skillbrains.Lightshot`
3030

3131
[Download Lightshot ->](https://app.prntscr.com/en/index.html)
32+
33+
## Flameshot
34+
35+
Powerful yet simple to use open-source screenshot software. Has basic capture, upload, and annotation tools.
36+
37+
`winget install -e --id Flameshot.Flameshot`
38+
39+
[Download Flameshot ->](https://flameshot.org/#download)

docs/getting-started/post-installation/software/text-editors.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,20 @@ Visual Studio Code, or VSCode, is a feature-rich text editor at an Integrated De
2424

2525
`winget install -e --id Microsoft.VisualStudioCode`
2626

27-
[Download Visual Studio Code ->](ms-windows-store://pdp/?ProductId=XP9KHM4BK9FZ7Q)
27+
[:material-microsoft: Download Visual Studio Code ->](ms-windows-store://pdp/?ProductId=XP9KHM4BK9FZ7Q)
2828

2929
### VSCodium
3030

3131
VSCodium is an open-source version of Visual Studio Code without Microsoft branding and telemetry.
3232

3333
`winget install -e --id VSCodium.VSCodium`
3434

35-
[Download VSCodium ->](ms-windows-store://pdp/?ProductId=XP9KHM4BK9FZ7Q)
35+
[:material-microsoft: Download VSCodium ->](ms-windows-store://pdp/?ProductId=XP9KHM4BK9FZ7Q)
36+
37+
## Kate
38+
39+
Kate is a multi-document, multi-view text editor by KDE. It features stuff like codefolding, syntaxhighlighting, dynamic word wrap, an embedded console, an extensive plugin interface and some preliminary scripting support.
40+
41+
`winget install -e --id KDE.Kate`
42+
43+
[:material-microsoft: Download Kate ->](ms-windows-store://pdp/?productid=9nwmw7bb59hw)

0 commit comments

Comments
 (0)