Dan Brown
d7edc389a6
Enabled custom HTML head content to work within editors
...
Closes #562
2017-12-08 11:52:43 +00:00
Dan Brown
06cf175b08
Prevented page navigation highlighting erroring
...
This was when no page nav was on the page
2017-12-07 19:27:54 +00:00
Dan Brown
91444e83fd
Cleaned up some page-show JS
2017-12-07 19:10:31 +00:00
Dan Brown
6063ac4a11
Merge branch 'master' of git://github.com/Abijeet/BookStack
2017-12-07 18:47:07 +00:00
Dan Brown
02fd1c48ed
Added meta+enter shortcut for page save
...
Closes #604
2017-12-07 18:44:20 +00:00
Abijeet
2261308415
Removed invalid comments, and formatted the code.
2017-11-15 00:04:35 +05:30
Abijeet
8378f06889
Highlights all headings currently visible. Also fixes extra scrollbar appearing in Firefox.
2017-11-14 23:54:25 +05:30
Abijeet
bdba25b6f2
Refactored all functionality into one function. Changed margin-top.
2017-11-05 20:23:16 +05:30
Abijeet
1031c61d0c
Fixes #466 . Adds support for header highlighting using intersection observer.
2017-11-02 01:14:06 +05:30
Dan Brown
9e2934fe17
Migrated editor inputs to non-angular JS
2017-09-23 12:24:06 +01:00
Dan Brown
212f924ffa
Refactored WYSIWYG editor image upload code
...
Added sketchy timeout to fix images being pasted at end of page.
Fixes #489
2017-09-20 20:27:00 +01:00
Dan Brown
41f56e659d
Added comment reply and delete confirmation.
...
Also fixed local_id bug
Added component helpers
Added global scroll & Highlight helpers
2017-09-09 15:56:24 +01:00
Dan Brown
baea92b206
Migrated entity selector out of angular
2017-08-27 14:31:34 +01:00
Dan Brown
36f524a354
Updated page view styles to align with 2017 update
2017-08-26 15:41:33 +01:00
Dan Brown
ab07f7df6c
Converted image manager into vue component
2017-08-09 21:33:00 +01:00
Dan Brown
1ac7618bb1
Updated clipboard lib reference and version used
2017-08-06 21:21:20 +01:00
Dan Brown
e9831a7507
Merge branch 'master' of git://github.com/Abijeet/BookStack into Abijeet-master
2017-08-01 19:24:33 +01:00
Dan Brown
ac7a8a8e1e
Expanded the available editor shortcuts in both editors
...
Adds formatting on ctrl+nums for everything on formats dropdown.
Closes #85 .
2017-07-27 19:07:58 +01:00
Dan Brown
5cd08ab2f5
Fixed custom plugin when developing
2017-07-27 15:43:17 +01:00
Dan Brown
314d98abc3
Removed logs, Updated version, Fixed inconsistent subheader
2017-07-02 20:33:32 +01:00
Dan Brown
a94844b6b7
Fixed code block selection and drag/drop issues
2017-07-01 15:38:11 +01:00
Dan Brown
968e7b8b72
Finished off main functionality of custom tinymce code editor
2017-07-01 13:23:46 +01:00
Dan Brown
c8be214ee0
Started tinymce code editor components
2017-06-17 15:07:55 +01:00
Abijeet
e647ec22b1
#47 - Adds direct linking to comments.
2017-06-08 01:14:53 +05:30
Dan Brown
e5fc6bf5fa
Moved from highlight.js to codemirror
2017-05-28 13:16:21 +01:00
Dan Brown
1a09d88891
Added fade effect to page content highlighting
...
Closes #314
2017-04-16 16:46:55 +01:00
Dan Brown
544ece03a5
Merge pull request #360 from Abijeet/spellcheck-fix
...
Fixes #354 , Adds the spellchecker option
2017-04-16 15:02:20 +01:00
Dan Brown
ad125327c0
Migrated to custom gulp setup and conintue search interface
2017-04-14 18:47:33 +01:00
Abijeet
29a4110d8f
Fixes #354 , Adds the spellchecker option
...
Uses the browser_spellchecker option documented here - https://www.tinymce.com/docs/configure/spelling/#browser_spellcheck
2017-04-13 23:57:57 +05:30
Dan Brown
56d58ad8e5
Updated pointer to be able to show includes
...
Also fixed pointer copying on flash-blocked browsers
2017-01-21 14:58:03 +00:00
Dan Brown
d8c5f72258
Updated issue template and added TinyMCE autolinking
...
Closes #267
2017-01-16 19:33:29 +00:00
Dan Brown
0bcf608e0b
Fixed page navigation with special chars in id
...
Also made so it smooth-scrolls and uses app theme color.
Fixes #254
2017-01-14 16:36:12 +00:00
Dan Brown
08c4b9ac7c
Standardised JS vars and imports/exports
2016-12-19 19:16:31 +00:00
Dan Brown
672b15d36c
Fixed attachment base-url usage and non-existant images
...
Images now self-delete if the original file does not exist.
Prevents simply getting non-fixable errors.
Also cleaned some JS.
2016-11-12 12:41:34 +00:00
Dan Brown
1d681e53e4
Added page navigation and tweaked header styles
...
Changed header selection in editor to be more descriptive and
to provide a wider range of styles.
Closes #68
2016-09-18 14:49:36 +01:00
Dan Brown
393f6047f2
Updated table styling to ideally by more predictable
...
Set styles to be fixed and not cut text.
2016-09-06 20:47:34 +01:00
Dan Brown
d94fc5b694
Fixed table cell p tag spacing and de-duped editor shortcuts
...
Also changed shortcuts to be better compatible with OSX by using the
command key.
2016-09-06 19:50:47 +01:00
Dan Brown
11960d9d3a
Cleaned page form JS & spaced tag box
...
As per #174
2016-09-05 19:33:14 +01:00
Dan Brown
bbd8fff021
Fixed bad image base-urls and forced tinyMCE to use absolute
...
Also ensured image file existance is checked during base64 conversion
during exports.
Closes #171 .
2016-09-03 19:24:58 +01:00
Dan Brown
0dbb8babee
Merge branch 'page_link_selector'
2016-09-03 10:40:27 +01:00
Dan Brown
63c6d3478d
Added image paste and drop to markdown editor
...
Only currently tested in chrome.
Closes #128
2016-09-02 21:18:48 +01:00
Dan Brown
5b64358ef1
Added link selector interface to WYSIWYG editor
2016-09-01 20:36:22 +01:00
Dan Brown
56df64063d
Updated popup design and started integrating link selector
...
Extracted design and base styles from image manager into generic popup
classes that can be used by other app components such as the new
popup Book/Chapter/Page link selector
2016-08-30 20:05:59 +01:00
Dan Brown
92d393537c
Merge branch 'v0.11'
2016-08-14 13:09:44 +01:00
Dan Brown
43d9d2eba7
Updated all application urls to allow path prefix.
...
Allows BookStack to be installed at a non-root location on a domain.
Closes #40 .
2016-08-14 12:29:35 +01:00
Dan Brown
3fd82200cc
Added WYSIWYG editor shortcuts
2016-07-12 21:11:48 +01:00
Dan Brown
361ba8b244
Made stick book navigation recalc on window resize
2016-06-25 15:46:31 +01:00
Dan Brown
bcd9c2044e
Added WYSIWYG editor callouts
2016-06-19 19:02:53 +01:00
Dan Brown
2dc1180a41
Added custom, More consistent hr insertion
...
Since the previous hr plugin caused large empty p tags
2016-04-23 19:15:49 +01:00
Dan Brown
792e786880
Added lists plugin to TinyMCE, Fixed strange nested list behaviour
...
Fixes #97
2016-04-14 22:34:33 +01:00