Hi, I released a new module today; Django simple notes.
Can I have a screenshot or two, please?
Sure.
New toolbar menu!
Store notes related to a single page.
What's this?
It's a (very) simple module that adds a new button on the CMS toolbar, which allow administrators to open a side-panel and store/retrieve notes linked to the current page.
How it works?
This module is using Django's generic foreign keys to store notes linked to pages.
It handles CMS Page
and djangocms-blog Post
objects by default, but you can write your own settings to extends the support to your own types of objects.
More information is available on the README.
Features
- Create/edit notes linked to pages you're currently visiting.
- Add tags to notes.
- Different notes for different languages for the same page.
- List all notes.
- Search note content and tags in list view.
- Sort notes in list view (create/edit date, author, page language...).
Thoughts?
What do you think of this package? What features do you find missing? Will you use this application? We would love to hear your opinion :)
Top comments (0)