I'm thinking of implementing a comment section in the backend side of a wagtail app. The editors would like to have a place to comment on the page they're editing to leave notes for other editors. I was thinking of adding a "Comments" field in the page and simply not render the comments field in the html template. Do you think this would be a decent solution or is there a third party library that can do this or is it built into wagtail and I didn't know about it?
Collaborative editor comments on wagtail?
125 Views Asked by PresidentNick At
1
There are 1 best solutions below
Related Questions in CONTENT-MANAGEMENT-SYSTEM
- Check REQUEST_URI for any /nl/ or /en/ to change my RewriteRules
- Website Architecture and programming language
- what is best frontend and backend tools to build management sites with the support of cross domain communication
- Joomla 5..0.3 delay in search
- Model attributes in the custom component controller of accelerator - How this is handled in the context of OCC and Spartacus?
- File manager for Ghost CMS
- Contentful UI extension to intercept unpublishing
- Multi layout column form in Optimizely CMS
- x icon disappears in Webflow
- The media files are not visible within the components when using Strapi API
- How to create a table of contents from Strapi rich text field
- I am getting issues with vtiger the open source crm, was working fine but now when i try to configure mailbox it loads foever doesnt work
- Next.js 14 Draft Mode not working in an iframe(headless CMS preview)
- Parent menu link opens children when clicked, instead of going to link (Drupal)
- Strapi CMS deployment external database supabase, managing content with Nuxt and images on Cloudinary
Related Questions in EDITOR
- Deleting camel humps in Intellij?
- Enhancing Audio Trimmer Widget in Flutter App
- Editor in SQLPLUS gives error when changing default editor
- WPF Image in User Control not showing in editor when I use the User Control
- Open files in new tabs in Kate
- How do I turn off syntax highlighting in micro text editor?
- Change font weight in visual studio code
- Seeking Feedback: Custom Toolbar Implementation for EditorJS
- Excessive spacing on a Weebly section
- How do I visually fake 4-space tabs in a 2-space project in VSCode?
- NodeJS FFMPEG : Issues combining the crops and the trims
- In Slickgrid,Aggregate Function result is not modifying/updating as per the slickgrid data inline edit
- VSCode editor mouse cursor inverts color when moving across panes
- ERROR: failed to solve: error from sender: context canceled
- Can three.js editor export a JS script?
Related Questions in WAGTAIL
- Problem running wagtail(CMS for django) and postgresql in Docker Compose
- Difficulty with hosting Multilingual Wagtail site on alwaysdata
- Why does the ImageGalleryBlock in wagtail-crx/coderedcms return no images?
- Page not found when following wagtail tutorial adding tags
- table not found: wagtailcore_site
- Problems deploying Wagtail 6
- Using Wagtail's rich text widget for simple form?
- Wagtail field change does not show up in Page Revisions
- How to make many-to-many relation for multiple page models with one PageChooser field to select from all of them in Wagtail?
- Account language setting ignored in Wagtail admin for localized model names
- Adding index.FilterField for Page object in Wagtail?
- Find sibling of root page for current locale in Wagtail
- How to add custom js for select in Wagtail choice block
- Wagtail and Elasticsearch , Lookup "icontains"" not recognised
- (WAGTAIL) How to add a button, or something similar, items per page to a model listing in the wagtail administrative area?
Related Questions in COLLABORATIVE
- Interactive members map
- Is it possible to share an excel file with multiple macros and vba code online without allowing the user to download the file?
- Tiptap Editor Hocuspocus Collaboration Editing - Content disappears when page is reloaded
- ShareDB - Run Database queries in middleware
- Collaborative editor comments on wagtail?
- RealityKit – Collaborative experience with one Entity
- Why is the append code so slow?I need to make recommendations faster
- Aggregation of predictions from ALS Model - SPARK Collaborative filtering
- Can we use gmail API to access a collaborative inbox?
- 403 Forbidden error when trying to add song to another collaborative playlist with Spotify Web Api
- OpenMDAO - CO (Collaborative Optimization) on Sellar test case
- Data type ArrayType(FloatType,false) is not supported -collaborative filtering
- Collaborative Filtering Algorithm
- MLlib Item Based Collaborative Filtering with No Ratings
- Collaborative DrawBoard Java Sockets
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is a very timely question! See
https://github.com/wagtail/rfcs/pull/50
published two hours ago :) We'd welcome your input on the RFC.