1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-31 10:21:16 +01:00

added various new apps/software

This commit is contained in:
tiyn
2025-10-30 14:01:37 +01:00
parent 7b7bd7eb45
commit 6afc9f57ca
5 changed files with 25 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ This section addresses various useful applications.
application that allows various small tweaks for the Android user interface. application that allows various small tweaks for the Android user interface.
- [SimpleMarkdown](https://f-droid.org/packages/com.wbrawner.simplemarkdown.free/) is another text - [SimpleMarkdown](https://f-droid.org/packages/com.wbrawner.simplemarkdown.free/) is another text
editor made for Markdown. It does work a bit better with a [NextCloud](/wiki/nextcloud.md). editor made for Markdown. It does work a bit better with a [NextCloud](/wiki/nextcloud.md).
- [Fossify](https://github.com/FossifyOrg) is a suite of open-source apps that among other include
apps like calendar, file-manager, phone, messages and more.
## Improve Security and Privacy ## Improve Security and Privacy

5
wiki/deskreen.md Normal file
View File

@@ -0,0 +1,5 @@
# Deskreen
[Deskreen](https://github.com/pavlobu/deskreen) is a tool for [Linux](/wiki/linux.md),
[Windows](/wiki/windows.md) and MacOS that allows to extend the screen of a device with Deskreen
installed to a device with any web browser.

View File

@@ -2,6 +2,7 @@
A markup Language is way to encode text so that it has great amounts of structure and formatting. A markup Language is way to encode text so that it has great amounts of structure and formatting.
The most common markup languages are [HTML](#html), Markdown, LaTeX and [XML](#xml). The most common markup languages are [HTML](#html), Markdown, LaTeX and [XML](#xml).
Markup languages can be used for [note-taking](/wiki/note-taking.md).
## Grammar Checking ## Grammar Checking

15
wiki/note-taking.md Normal file
View File

@@ -0,0 +1,15 @@
# Note-taking
Note-taking describes the practice of recording information.
There are many different ways of setups for note-taking.
## Software
The following list shows various ways of digital note-taking.
- [saber](https://github.com/saber-notes/saber) is a cross-platform app - available for
[Android](/wiki/android.md), [Windows](/wiki/windows.md), MacOS and [Linux](/wiki/linux.md).
It is mainly used for handwriting notes and annotating PDFs and images.
- [Markup](/wiki/markup_language.md) languages like Markdown or LaTeX can be used to type notes.
An easy template that combines the simplicity of Markdown and the features of LaTeX is
[the Eisvogel Panoc-Latex-Template](https://github.com/Wandmalfarbe/pandoc-latex-template).

View File

@@ -19,3 +19,5 @@ export or backup messages.
MacOS. MacOS.
- [sigtop](https://github.com/tbvdm/sigtop) is a utility that allows exporting messages and - [sigtop](https://github.com/tbvdm/sigtop) is a utility that allows exporting messages and
attachments by communicating with a Signal Desktop instance on the same device. attachments by communicating with a Signal Desktop instance on the same device.
- [Molly IM](https://github.com/mollyim/mollyim-android) is a security-focussed fork of Signal for
[Android](/wiki/android.md).