Commit graph

163 commits

Author SHA1 Message Date
Johannes Millan
1c0581bca8 fix(snap): add filesystem and desktop integration plugs
Fixes #6031

- Add home and removable-media plugs for local file sync access
- Add desktop and desktop-legacy plugs for taskbar pinning in Cinnamon
- Update install hook to prompt for home interface connection
- Add documentation warnings about snap limitations and data persistence

All plugs include inline comments explaining their purpose and linking to issue.
2026-01-17 12:44:30 +01:00
Ivan Kalashnikov
c6b1a55da5 fix: links and remove extra symbols in main README. 2026-01-13 23:03:51 +07:00
Gitoffthelawn
1d7cb623ad
Added Scoop installation instructions 2026-01-06 14:29:51 -08:00
Johannes Millan
1a79592aca build: update links to match our new organization 2026-01-05 14:45:06 +01:00
Johannes Millan
2fa6754963 fix(docs): remove broken CalDAV documentation link (#5577)
Remove link to non-existent docs/caldav.md file which was intentionally
deleted during documentation cleanup.
2025-12-09 13:56:32 +01:00
Ronaldo93
b782a14566
feat: Update README to include Trello in integrations 2025-10-28 21:25:26 +07:00
Rishabh Singh
0abce80033 Remove unecessary text from readme 2025-10-13 10:38:06 +00:00
Rishabh Singh
8d9acac43c Add new shortcut 'shift+p' in readme 2025-10-13 10:29:31 +00:00
Johannes Millan
c1b9f824f2 docs: add lambda test mention 2025-10-09 12:02:51 +02:00
Johannes Millan
f077a6f719 refactor: improve typing 2025-08-13 19:47:44 +02:00
Johannes Millan
efeda8431b
Update README.md 2025-07-05 11:41:40 +02:00
Johannes Millan
cc98d63c4e feat(plugin-api): publish TypeScript definitions package to npm
- Published @super-productivity/plugin-api v1.0.1 to npm
- Configure package as types-only (no JavaScript output)
- Add emitDeclarationOnly to tsconfig.json
- Update package.json to only include .d.ts files
- Add plugin development link to README contributing section
- Package now provides complete TypeScript definitions for plugin developers
2025-06-29 15:32:51 +02:00
Johannes Millan
ebc2ff1998 build: better organize stuff 2025-06-27 09:03:16 +02:00
Johannes Millan
0848f6015d feat: improve wayland compatability 2025-06-19 15:05:47 +02:00
Kingsley Yung
ab3d2824a5 feat: webdav sync default settings in env variables of container
In the docker setup, allow admin to provide the default values for
WebDAV settings in the "Sync" section of the "Settings" page, via
setting some environment variables of the docker container. This could
be used for single user instances to pre-fill those settings. The
available environment variables are:

- WEBDAV_BASE_URL=<base-url>
- WEBDAV_USERNAME=<username>
- WEBDAV_SYNC_FOLDER_PATH=<sync-folder-path>
- SYNC_INTERVAL=<integer-in-minutes>
- IS_COMPRESSION_ENABLED=<true-or-false>
- IS_ENCRYPTION_ENABLED=<true-or-false>

These configurations are provided as environment variables after the
build process of the app, so they have to be loaded at runtime, instead
of build process. This can be achieved by the following way:

1. The environment variables are loaded into the docker container.
2. The container starts with `docker-entrypoint.sh`.
3. `docker-entrypoint.sh` converts the variables into a JSON file placed
   at `assets/sync-config-default-override.json`.
4. `sync-config.service.ts` fetches
   `assets/sync-config-default-override.json` dynamically at runtime to
override the default values from `default-global-config.const.ts`.
2025-06-11 09:49:17 +02:00
Tim Strijdhorst
ded13d3bb7 change: update node version requirement 2025-06-05 15:02:17 +03:00
Johannes Millan
d5a53b8e37 docs: re-order readme 2025-05-09 13:18:05 +02:00
Davide Cafaro
50a569af17 chore: add support for github codespaces 2025-05-09 12:43:16 +02:00
Johannes Millan
0132fe0fbe
Update README.md 2025-04-22 17:20:27 +02:00
Johannes Millan
c3fb8b6513 docs: use blue banner 2025-04-22 17:14:05 +02:00
Johannes Millan
355e599f89
Update README.md 2025-04-22 11:51:35 +02:00
Johannes Millan
a935da9346 Merge branch 'master' into release/sync-lib-test
* master:
  feat: don't show go to project snack if task is in current list
  feat: remove task drawer since it is not working at the moment anyway
  Update README.md
  feat: enhance updateCurrentTask to include Pomodoro state and session time
  feat: update indicator to use time estimate for countdown message
  feat: add countdown message to the indicator
  Fix #4184: Added fractional time parsing when creating a new task
  Add functionality if a Issue on Gitlab is closed the Issue on Super is also closed after syncron.
  fix: minor fixes to italian translation
  feat: updated italian translations

# Conflicts:
#	src/app/features/tasks/store/task-electron.effects.ts
2025-04-15 17:12:09 +02:00
Johannes Millan
a1b1febaf8
Update README.md 2025-04-15 16:39:49 +02:00
Johannes Millan
aba9225ece docs: remove fink from readme to avoid problematic PRs in the future 2025-04-03 11:02:21 +02:00
TypicalUsername-ai
2905ce6734 README: fix obtanium redirect link in README to point to releases 2025-03-14 11:01:04 +01:00
TypicalUsername-ai
4037ffbab2 fixup! README: add obtanium badge
add missing link closing tag
2025-03-14 11:01:04 +01:00
TypicalUsername-ai
06e4369c8e README: add obtanium badge 2025-03-14 11:01:04 +01:00
Vishwas Parpattegar
c28429ae39 add flathub package to top of readme 2025-02-21 13:48:47 +01:00
AndreVale69
81d0342cb3 docs(README): update Twitter icon (#3878) 2025-01-11 15:59:05 +01:00
RayBB
5603fe272a document CalDAV status 2025-01-11 14:34:14 +01:00
RayBB
8993e90d00 improve readme 2025-01-08 18:45:45 +01:00
makeasnek
2bdc5a4573 Update README.md
Fix button width
2024-12-21 09:57:58 +01:00
makeasnek
cce1eb3a6a Update README.md
Add flathub link
2024-12-21 09:57:58 +01:00
Ari Pollak
cd9df17954 Update README.md 2024-12-06 11:20:52 +01:00
Ari Pollak
2f9a2bc165 Add mention of sync in app summary 2024-12-06 11:20:52 +01:00
Gösta J
f393d2330f Update Android source code link in README.md 2024-12-02 19:10:09 +01:00
LuBashQ
56497dbbe6 docs: document supported docker platforms
Signed-off-by: LuBashQ <cristian.lupascu.nicolae@gmail.com>
2024-11-24 21:22:30 +01:00
inattentive-nerd
caa1a27c80 Update README.md 2024-11-18 10:19:05 +01:00
Stav Byevsky
efece8d6f8 feat: add short syntax config to readme 2024-10-12 03:37:04 +02:00
Kingsley Yung
580f46f53a fix: improve document by changing some wordings 2024-10-11 12:02:05 +02:00
Kingsley Yung
8ab9092dcd feat: webdav integration
This patch provides an optional way to integrate an external WebDAV server so that the super-productivity container can serve as a WebDAV server with base url http://localhost/webdav/ . It includes the following changes:

**Replace the default nginx config file**
Besides serving the web app, the new nginx config file also forwards all the requests with paths starting with "/webdav/" to a backend WebDAV server specified by the environment variable WEBDAV_BACKEND. Note that during forwarding, the path prefix "/webdav" will be removed.

**Use hacdias/webdav as default WebDAV backend server**
The docker-compose.yaml provides an example setup to use the docker image [hacdias/webdav](https://github.com/hacdias/webdav) as the WebDAV backend server. An example for the configuration of the WebDAV server is also provided in webdav.yaml.
2024-10-11 12:02:05 +02:00
Jiongxuan Zhang
7d00f41888 chore(release): update README for introducing Connectivity-Free Mode 2024-10-11 13:27:27 +08:00
Jiongxuan Zhang
73cc042a74 docs: split README into offline and online configuration docs
- Added recommendation to use Offline Mode in the online.md document with an explanation of benefits.
    - Clarified  behavior in offline.md, indicating it is intended for new installations and online mode.
    - Provided detailed steps for configuring Offline Mode and Online Mode in separate documentation files.
    - Linked mode-specific documentation from the main README for easier navigation.
2024-10-07 23:14:29 +08:00
Johannes Millan
2fe6208c0e fix: typo 2024-09-13 14:43:21 +02:00
Aaron Rodrigues
0f0a681fa2 Update README.md
fix spelling
2024-07-29 15:28:27 +02:00
Johannes Millan
ecd9a8fecc
Update README.md 2024-07-29 14:53:03 +02:00
Johannes Millan
9d0a15f687
Update README.md 2024-07-29 12:53:51 +02:00
Johannes Millan
55a5a0d7c5 add social media links 2024-07-27 12:24:17 +02:00
Nils Jacobsen
f82bb76a5f Update README.md 2024-02-20 17:06:28 +01:00
Nils Jacobsen
9830cc7d92 Add translation badge to readme 2024-02-16 10:52:52 +01:00