Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptCollection
/
ContentTools
Public
forked from
GetmeUK/ContentTools
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ContentTools
build
on
1.2.0
User selector
All users
All time
Commit history
Commits on Mar 20, 2016
Fix for link dialog save when dialog not mounted.
anthonyjb
committed
ee4aa46
View commit details
Copy full SHA for ee4aa46
View code at this point
Browse repository at this point
Added passive flag on save tp save event
anthonyjb
committed
b6d986b
View commit details
Copy full SHA for b6d986b
View code at this point
Browse repository at this point
Additional comments. Renaming of imageuploader events for consistency. Updated external ContentEdit library to fix issue with tables and multiline content in table cells.
anthonyjb
committed
2d20f89
View commit details
Copy full SHA for 2d20f89
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
Fix for table tool. Broken due to incorrect update to new event system.
anthonyjb
committed
51d903a
View commit details
Copy full SHA for 51d903a
View code at this point
Browse repository at this point
Removed debug data from the build
anthonyjb
committed
ec7f23f
View commit details
Copy full SHA for ec7f23f
View code at this point
Browse repository at this point
Fix for broken redo short-cut test
anthonyjb
committed
b02e8a6
View commit details
Copy full SHA for b02e8a6
View code at this point
Browse repository at this point
Fixed issue with unmount affecting tests
anthonyjb
committed
49b7652
View commit details
Copy full SHA for 49b7652
View code at this point
Browse repository at this point
Updated test spec for new event system.
anthonyjb
committed
1c23edf
View commit details
Copy full SHA for 1c23edf
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
Replaced the native DOM event system approach with a bare bones replica.
anthonyjb
committed
1e68391
View commit details
Copy full SHA for 1e68391
View code at this point
Browse repository at this point
Commits on Mar 16, 2016
Most of the new event system is in based on the native DOM, however using the native DOM system is problematic because each event is triggered against the dom element not the UI compoment which is …
Show description for 673840e
anthonyjb
committed
673840e
View commit details
Copy full SHA for 673840e
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Part way through switching over ignition switch and progress made on switching over many other components (untested).
anthonyjb
committed
5dd453f
View commit details
Copy full SHA for 5dd453f
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
Editor events are now switched over (ignition compontent no longer triggers events which simplifies start/stop events against the editor).
anthonyjb
committed
20be266
View commit details
Copy full SHA for 20be266
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
Started to explore the use of native events to support events within ContentTools
anthonyjb
committed
0beefb6
View commit details
Copy full SHA for 0beefb6
View code at this point
Browse repository at this point
Fixes #150. Updated external lib ContentEdit which now how support for PREFER_LINE_BREAKS option.
anthonyjb
committed
5cc06f9
View commit details
Copy full SHA for 5cc06f9
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
Fixes #156. The `_preventEmptyRegion` method now excludes static elements when checking to see if a region has any children.
anthonyjb
committed
9dfe731
View commit details
Copy full SHA for 9dfe731
View code at this point
Browse repository at this point
Fixes #159. Now checks to see if focused element is mounted before attempting to sync the content on save.
anthonyjb
committed
a433392
View commit details
Copy full SHA for a433392
View code at this point
Browse repository at this point
Commits on Mar 5, 2016
Fixes #63. Adds support for toggling heading and pre-text tools.
anthonyjb
committed
e40f673
View commit details
Copy full SHA for e40f673
View code at this point
Browse repository at this point
Added support for auto-selecting a complete link when the selection is collapsed but within an existing link (see issue #63).
anthonyjb
committed
ab4a8f8
View commit details
Copy full SHA for ab4a8f8
View code at this point
Browse repository at this point
Fixes #62. Improved support for deleting table rows.
anthonyjb
committed
22aa321
View commit details
Copy full SHA for 22aa321
View code at this point
Browse repository at this point
Commits on Feb 28, 2016
Fixes #121. Mootools issue (which was actually an issue in the HTMLString parser - commit 5fbd0a9e8f21c5427d5842bff3912b4ca8f04dc0).
anthonyjb
committed
ec45d61
View commit details
Copy full SHA for ec45d61
View code at this point
Browse repository at this point
Fixes #113. Whitespace is now trimmed from the output of `html`.
anthonyjb
committed
e4f096c
View commit details
Copy full SHA for e4f096c
View code at this point
Browse repository at this point
Commits on Feb 20, 2016
Based on pull request #137 by @Qqwy added support for globally restricted attributes.
anthonyjb
committed
3adbf5c
View commit details
Copy full SHA for 3adbf5c
View code at this point
Browse repository at this point
Updated comments aurrounding `getState()` method (and related methods) for the EditorApp.
anthonyjb
committed
aeea7f0
View commit details
Copy full SHA for aeea7f0
View code at this point
Browse repository at this point
Commits on Feb 19, 2016
Added editor.getState() function.
wiebemarten
committed
70cc91e
View commit details
Copy full SHA for 70cc91e
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Updated dependancy HTMLString which now supports colons in attribute names.
anthonyjb
committed
e3514e0
View commit details
Copy full SHA for e3514e0
View code at this point
Browse repository at this point
Fixes issue #129
anthonyjb
committed
840823e
View commit details
Copy full SHA for 840823e
View code at this point
Browse repository at this point
Fixes #126.
anthonyjb
committed
654f106
View commit details
Copy full SHA for 654f106
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
Improved fix for issue #126
anthonyjb
committed
04ec36b
View commit details
Copy full SHA for 04ec36b
View code at this point
Browse repository at this point
Revert "Fixes #126. Blur is now called for text elements when they loose native focus."
Show description for c935196
anthonyjb
committed
c935196
View commit details
Copy full SHA for c935196
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
Fixes #126. Blur is now called for text elements when they loose native focus.
anthonyjb
committed
c1511a2
View commit details
Copy full SHA for c1511a2
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Removed behaviour where params are stripped when using getEmbedVideoURL
anthonyjb
committed
37f2173
View commit details
Copy full SHA for 37f2173
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
Fixes #92. Removed default global styles for images, videos and iframes.
anthonyjb
committed
113019a
View commit details
Copy full SHA for 113019a
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
Fix for issue #117. Incorrect test for focus.
anthonyjb
committed
ed61e0f
View commit details
Copy full SHA for ed61e0f
View code at this point
Browse repository at this point
Fixes #117
anthonyjb
committed
8c25861
View commit details
Copy full SHA for 8c25861
View code at this point
Browse repository at this point
Fixes #116. We now suppress mouse down events on empty text elements with focus to prevent the reported behaviour.
anthonyjb
committed
dce8c14
View commit details
Copy full SHA for dce8c14
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.