Skip to content

Commit

Permalink
fix: inconsistent microsoft store icons and feat: more apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ast3risk-ops committed Aug 31, 2024
1 parent 11c44c1 commit 9bfecbe
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
16 changes: 11 additions & 5 deletions docs/getting-started/post-installation/software/media-playback.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VLC is one of the most well-known media players because it is simple and works w

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

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

## mpv

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

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

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

## Windows Media Player

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

`winget install -e --id 9WZDNCRFJ3PT`

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

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

## foobar2000

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

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.

[Download Dopamine 2 ->](https://github.com/digimezzo/dopamine-windows/releases)
[Download Dopamine 2 ->](https://github.com/digimezzo/dopamine-windows/releases/latest)

## Elisa

Elisa is a modern and beautiful music player made by KDE, with a simple, easy to use interface and internet radio support.

[:material-microsoft: Download Elisa ->](ms-windows-store://pdp/?productid=9pb5md7zh8tl)
12 changes: 10 additions & 2 deletions docs/getting-started/post-installation/software/screenshotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ The modern Snipping Tool app is in Windows by default, called 'Snip & Sketch' on

`winget install -e --id 9MZ95KL8MR0L`

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

## ShareX

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.

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

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

## Lightshot

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

[Download Lightshot ->](https://app.prntscr.com/en/index.html)

## Flameshot

Powerful yet simple to use open-source screenshot software. Has basic capture, upload, and annotation tools.

`winget install -e --id Flameshot.Flameshot`

[Download Flameshot ->](https://flameshot.org/#download)
12 changes: 10 additions & 2 deletions docs/getting-started/post-installation/software/text-editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,20 @@ Visual Studio Code, or VSCode, is a feature-rich text editor at an Integrated De

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

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

### VSCodium

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

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

[Download VSCodium ->](ms-windows-store://pdp/?ProductId=XP9KHM4BK9FZ7Q)
[:material-microsoft: Download VSCodium ->](ms-windows-store://pdp/?ProductId=XP9KHM4BK9FZ7Q)

## Kate

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.

`winget install -e --id KDE.Kate`

[:material-microsoft: Download Kate ->](ms-windows-store://pdp/?productid=9nwmw7bb59hw)

0 comments on commit 9bfecbe

Please sign in to comment.