Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torchbox/wagtail-bookmarklet
Gives Wagtail editors an 'edit this page' bookmarklet, for scenarios where the user bar isn't available
https://github.com/torchbox/wagtail-bookmarklet
wagtail
Last synced: 1 day ago
JSON representation
Gives Wagtail editors an 'edit this page' bookmarklet, for scenarios where the user bar isn't available
- Host: GitHub
- URL: https://github.com/torchbox/wagtail-bookmarklet
- Owner: torchbox
- License: mit
- Created: 2018-05-02T10:43:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T14:51:32.000Z (over 6 years ago)
- Last Synced: 2024-10-06T03:20:35.997Z (about 1 month ago)
- Topics: wagtail
- Language: Python
- Size: 7.81 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wagtail Bookmarklet
This simple app gives Wagtail editors an 'edit this page' bookmarklet, for scenarios where the [User Bar](http://docs.wagtail.io/en/stable/topics/writing_templates.html#wagtail-user-bar) isn't available, e.g. when the site has been statically generated.
## Installation
1. `pip install wagtailbookmarklet`
2. Add `'wagtailbookmarklet'` to your `INSTALLED_APPS`
3. Check `BASE_URL` is correctly configured in settings.## Usage
Go to 'Bookmarklet' in the Wagtail admin settings menu. Drag the link to your bookmarks bar.