Paul Fitzpatrick
Paul Fitzpatrick
More evidence that "Document Settings" dialog is hard to find: https://github.com/gristlabs/grist-core/issues/271#issuecomment-1253433978
Yes, we're interested in markdown and rich text (see https://github.com/gristlabs/grist-core/issues/67). There is a primitive version of markdown support available via a custom widget:  https://docs.getgrist.com/u5rgvdX4V2G9/Markdown-Example/m/fork Native support...
@dsagal saw this thread and mentioned he had an old experimental branch lying around that might help - I pushed it here https://github.com/gristlabs/grist-core/compare/markdown-cells (thanks Dmitry!)
There are some notes on Grist+Authentik here https://www.reddit.com/r/selfhosted/comments/su6tv3/grist_free_open_source_alternative_to_airtable/hxghbc4/?context=3 The main significant difference I see on the Authentik side is setting the service provider binding to Post. `GRIST_SAML_IDP_LOGOUT` is different but...
Interesting idea @jalberto. One possibility might be to use the `onEditOptions` hook of custom widgets https://support.getgrist.com/widget-custom/#widget-options and write a single generic custom widget for liquid support, with an editing mode...
Could you make the https://docs.getgrist.com/a8X5yeTvzGx2/Invoicing-copy doc mentioned in that thread public? No, I wouldn't expect Grist to touch anything within your custom widget, which is a distinct iframe.
Thanks! Maybe you could narrow the problem down further by removing the grist parts and calling `function(record)` with a static `record`? Just for testing. Then you could view the page...
Thanks @Vladimir-Va. Just for clarity, what kind of metadata would you like to see omitted? Do you mean the `_grist*` tables?
> Here are some of the improvements to Grist's GUI that would be welcome IMO: > > * when adding a document, ask for the document name upfront (instead, now,...
I've split Pabbly support out into https://github.com/gristlabs/grist-core/issues/74 - we're working on it @csdoes