Skip to content

Commit

Permalink
Добавлено: Notepad
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 23, 2024
1 parent 873f70b commit 5e3ffaf
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const docs = [
{ text: 'Neofetch', link: '/neofetch' },
{ text: 'Neovim', link: '/neovim' },
{ text: 'Nextcloud Desktop', link: '/nextcloud-desktop' },
{ text: 'Notepad', link: '/notepad' },
{ text: 'OBS Studio', link: '/obs-studio' },
{ text: 'Obsidian', link: '/obsidian' },
{ text: 'OnlyOffice', link: '/onlyoffice' },
Expand Down
38 changes: 38 additions & 0 deletions docs/apps/notepad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Notepad
appstreamFlatpak: com.github.alexkdeveloper.notepad
metainfo:
thumb:
src: /notepad/com.github.alexkdeveloper.notepad.png
title: Notepad
summary: Клиент для обмена сообщениями, аудио и видеосвязи
developer:
name: Alex Kryuchkov
nickname: alexkdeveloper
avatar: https://avatars.githubusercontent.com/u/73014273?v=4
site:
url: https://github.com/alexkdeveloper/notepad
anchor: github.com
licence:
url: https://choosealicense.com/licenses/gpl-3.0/
anchor: GPL-3.0
issue:
url: https://github.com/alexkdeveloper/notepad/issues
anchor: github.com
adaptive: true
---


# Notepad

Notepad — программа для простого создания текстовых заметок.

## Установка c помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **Boxes** одной командой:

```shell
flatpak install flathub com.github.alexkdeveloper.notepad
```

<!--@include: ./parts/install/software-flatpak.md-->
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e3ffaf

Please sign in to comment.