Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-discussion-bookmarks
Bookmark discussions to find them easily later
https://github.com/clarkwinkelmann/flarum-ext-discussion-bookmarks
Last synced: about 19 hours ago
JSON representation
Bookmark discussions to find them easily later
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-discussion-bookmarks
- Owner: clarkwinkelmann
- License: mit
- Created: 2022-08-17T11:08:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T16:17:08.000Z (about 1 year ago)
- Last Synced: 2024-12-23T20:18:29.823Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/25357
- Size: 251 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Discussion Bookmarks
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-discussion-bookmarks.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-discussion-bookmarks) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-discussion-bookmarks.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-discussion-bookmarks) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
This extension lets user bookmark discussions.
Bookmarked discussions have a badge and appear under the additional bookmarks page.
Bookmarked discussions work similarly to Followed discussions, but don't have any notification system linked to them.
A single setting lets you customize whether you want the control to be accessible in the discussion side navigation like the subscription, or only in the discussion dropdown.
## Installation
composer require clarkwinkelmann/flarum-ext-discussion-bookmarks
## Upgrade from v1
Version 1.x of the extension used the package name `clarkwinkelmann/flarum-ext-bookmarks`.
Simply run the `require` command from above to install the new extension.
The old extension will automatically be disabled.The extension settings will not be preserved, so make sure to reconfigure them after upgrading (there's just one setting in the v1 version).
The default URL for bookmarks changed and no redirect is provided.
Your custom CSS might require adjusting to CSS class name changes.
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
**Sponsors**: Phenomlab, [ctml](https://discuss.flarum.org/u/ctml), [Glowing Blue](https://glowingblue.com/)
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-discussion-bookmarks)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-discussion-bookmarks)
- [Discuss](https://discuss.flarum.org/d/25357)