Sitegeist.Archaeopteryx icon indicating copy to clipboard operation
Sitegeist.Archaeopteryx copied to clipboard

The missing link editor for Neos

Results 24 Sitegeist.Archaeopteryx issues
Sort by recently updated
recently updated
newest added

If you use a property with the `RichTextEditor`, you cannot set a link because the link editor modal is behind the Rich Text Editor. ## How to test * Configure...

With this bugfix a disallowed hooks call is fixed and the Weblink editor functions correctly again.

Due to a core change in https://github.com/neos/neos-development-collection/pull/4561#issuecomment-1871931280, using abstract node types for contraints in `Sitegeist.Archaeopteryx:Node` doesn't work anymore.

The editor `Sitegeist.Archaeopteryx:Node` is called "Document" in English and "Dokument" in German, which is in line with the term Document node type and also "Document tree"/"Dokumentenbaum". While I see this...

With the current version, the sorting of the tabs is more in line with what we expect to be normally requirements, however I still think it would be great to...

Currently, all linkTypes are always visible in the Link Editor. I know that is meant more or less a drop-in replacement for the Link Editor, but the original is already...

Currently, if a link is set, it is displayed in all tabs: ![image](https://github.com/sitegeist/Sitegeist.Archaeopteryx/assets/1816023/dc0af91b-fe27-4ca8-947a-d67532407b0f) This is misleading because in the example above an external link is displayed as link target inside...

Hello, the problem is a bit more complicated to describe, so a slightly different listing: Initial situation: - Property in Inspector is set to required - A link (NodeType) is...

https://github.com/sitegeist/Sitegeist.Archaeopteryx/assets/85400359/5405e3e6-fc7f-4050-afaf-7ad8dc923abd As far as i can tell, this In https://github.com/sitegeist/Sitegeist.Archaeopteryx/blame/a003751455ccd6759cd6968dea11c08481ee4296/Neos.Ui/core/src/application/Dialog/Dialog.tsx#L33-L40 we filter out unsupported link options, but as we declare the field `relNofollow` internally with a different casing `relNoFollow`, we...