Skip to content

issues Search Results · repo:tonysm/rich-text-laravel language:PHP

Filter by

36 results
 (61 ms)

36 results

intonysm/rich-text-laravel (press backspace or delete to remove)

I think we can add a component that matches the looks of the Flux editor (to make it easier for folks already using Flux). It doesn t have to match all the functionality in there, just the looks.
  • tonysm
  • Opened 
    on Dec 20, 2024
  • #61

Would is be possible to request underline button for this text editor? Thanks
  • JohnWeidmann
  • 1
  • Opened 
    on Jun 21, 2024
  • #58

Everything works great except from one little detail: the rendering ($model- rich_text- body- render()) of a ZIP attachment displays span ⊠ /span instead of a figure with a download button. In the editor ...
  • rooselle
  • 3
  • Opened 
    on May 2, 2024
  • #57

Hi, First: thanks for this package :pray: I ve just installed it, and it took me a bit of time to figure how to display the editor with the styles (back-end developer here :grin:). I took the doc to ...
  • rooselle
  • 3
  • Opened 
    on Apr 11, 2024
  • #55

We need an extension point to allow creating custom attachments that don t require having an sgid... Possible syntax: // In AppServiceProvider#boot RichTextLaravel::withCustomAttachable(function (DOMElement ...
  • tonysm
  • Opened 
    on Apr 9, 2024
  • #54

The Crypt::encryptString works best. The encrypt() fn serializes the content using PHP s serialization... We d have to introduce a new option for the attributes configuration. Otherwise, package users ...
  • tonysm
  • 1
  • Opened 
    on Mar 12, 2024
  • #51

  • tonysm
  • 2
  • Opened 
    on Mar 6, 2024
  • #50

We should also check if the parent record has touching enabled before forcing the timestamps to rotate. Relevant code: https://github.com/tonysm/rich-text-laravel/blob/main/src/Models/Traits/HasRichText.php#L26-L28 ...
  • tonysm
  • Opened 
    on Mar 3, 2024
  • #48

This might be useful when migrating data that was initially unencrypted. My current thinking is something like: Post::query()- each(function ($post) { $post- withoutRichTextDecryptionOnRead(function ...
  • tonysm
  • Opened 
    on Mar 2, 2024
  • #46

We re currently publishing the Trix module JS file, but the libs/index.js is not being updated to add the import line. Tested on an app using Importmap Laravel. Ideally, we d test for the existence of ...
  • tonysm
  • Opened 
    on Feb 28, 2024
  • #44
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub