No description
Find a file
marcin mikołajczak b11ce2d2e4 More fixes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-18 18:20:59 +02:00
.github/workflows Remove some Soapbox-specific stuff 2024-07-26 23:59:08 +02:00
.gitlab
.husky
.vscode
custom
installation
scripts
src More fixes 2024-08-18 18:20:59 +02:00
tailwind Arrow functions and so 2024-05-13 01:18:04 +02:00
types/redux-immutable
.dockerignore
.editorconfig
.env.example
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.gitlab-ci.yml
.gitpod.yml
.lintstagedrc.json
.npmrc
.stylelintrc.json
.tool-versions
app.json
babel.config.cjs
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-07-27 00:19:16 +02:00
compose-dev.yaml
Dockerfile
Dockerfile.dev
heroku.yml
index.html
LICENSE
package.json More fixes 2024-08-18 18:20:59 +02:00
postcss.config.cjs
README.md Update README.md 2024-07-27 00:00:58 +02:00
renovate.json
tailwind.config.ts exports? 2024-05-13 19:00:42 +02:00
tsconfig.json Merge with downstream 2024-07-11 15:32:04 +02:00
vite.config.ts Client-side language detection 2024-05-18 15:47:36 +02:00
yarn.lock More fixes 2024-08-18 18:20:59 +02:00

pl-fe is a social networking client app forked from Soapbox. It is intended to be used with pl backend, but works with any Mastodon API-compatible software.

Differences compared to Soapbox

  • Broader compatibility: The compatibility matrix has been updated to support more features on various backends. Support for features specific to GoToSocial and Akkoma has been added, more are coming soon.
  • WYSIWYG status composer: You can use the WYSIWYG editor for advanced text formatting on any backend with Markdown support.
  • Language detection: When you write a post, the language gets detected automatically with great accuracy. You can always select it manually.
  • Drafts: You can save a post you are working on and finish it later. Drafts are only stored locally and work with any backend.
  • Quote anywhere: If your backend supports quote posts, you can now quote a post by simply putting the link in your post, so you can now quote other posts in a reply.
  • Interaction circles: A fun feature you might know from third-party tools for Twitter. You can generate a picture that represents the accounts you interact the most with.

There is more to mention. pl-fe includes various minor improvements and visual changes.

Try it out

Want to test pl-fe with any existing MastoAPI-compatible server? Try pl.mkljczk.pl — enter your server's domain name to use pl-fe on any server!

License

pl-fe is a fork of Soapbox, which was forked from Gab Social, which is a fork of Mastodon.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.