bootstraponline
dc80fd9b15
Remove old comments.
2012-05-18 10:39:52 -06:00
bootstraponline
5d21df9ac7
Fix css href.
2012-05-18 10:38:27 -06:00
bootstraponline
019e912d7f
Fix comment button.
2012-05-18 10:35:42 -06:00
bootstraponline
3479dca0d0
Add comment window using Ace that allows user entered commit messages.
...
Use darkness div to dim the background when the comment window is active.
Set CSS in batch to avoid unnecessary reflows.
Use debouncing to efficiently resize the window.
Eliminate previewSetter in favor of redefining the previewSet function.
2012-05-18 10:28:59 -06:00
bootstraponline
32e5cc4a5a
Add debounce.
2012-05-18 10:27:01 -06:00
bootstraponline
268a9f18fa
Update readme.
2012-05-18 10:24:14 -06:00
bootstraponline
16a6186570
Add icon for save with comment in live preview.
2012-05-17 16:00:09 -06:00
bootstraponline
4b2fb6dd11
Add default commit messages when using gollum editor.
2012-05-17 15:17:24 -06:00
bootstraponline
67d21bcd64
Fix location.
2012-05-17 12:44:28 -06:00
bootstraponline
9b87126f0f
Generate commit messages when using live preview.
2012-05-17 12:40:27 -06:00
Corey Donohoe
1043b4de70
Revert "Merge pull request #338 from jroes/resize-sha1s"
...
This reverts commit 4bc5e7b8ff , reversing
changes made to 423b5205bf .
2012-05-16 12:48:16 -07:00
Corey Donohoe
4bc5e7b8ff
Merge pull request #338 from jroes/resize-sha1s
...
Fit generated SHA1 placeholders to original length.
2012-05-16 12:15:40 -07:00
bootstraponline
423b5205bf
Fix language detection.
2012-05-15 11:49:55 -06:00
bootstraponline
fde288d9e8
Guess highlight rules for code blocks to match gollum behavior.
2012-05-15 11:48:48 -06:00
bootstraponline
f2a2d85008
Preserve whitespace in gollum code blocks.
2012-05-15 11:20:01 -06:00
bootstraponline
3a91b076e1
Fix gollum code blocks.
2012-05-15 11:06:36 -06:00
bootstraponline
27bd608b53
Update live preview title.
2012-05-15 10:37:38 -06:00
bootstraponline
966ba29084
Fix gollum style code blocks.
2012-05-15 10:12:32 -06:00
bootstraponline
3ea5b0193c
Fix sanitizer to whitelist h1-6.
2012-05-15 09:59:15 -06:00
kristi
342e1e22f8
Change link icon
2012-05-14 15:54:46 -07:00
kristi
c9203047fc
Make universal toc pretty too
2012-05-14 13:07:57 -07:00
kristi
a3a946ccd6
Remove toc.rb; markup.rb handles toc processing
2012-05-14 13:06:46 -07:00
kristi
22564f34a9
Merge remote-tracking branch 'upstream/master' into toc
2012-05-14 10:44:50 -07:00
kristi
f939c24aa4
Clear floats for footer
2012-05-14 10:25:31 -07:00
kristi
be93fa747b
Make TOC pretty. Also put in "[[_TOC_]]" stub for viewing sub-page directly
2012-05-14 10:23:12 -07:00
kristi
d7f4eeea2c
Merge remote-tracking branch 'upstream/master' into toc
...
Conflicts:
lib/gollum/frontend/app.rb
lib/gollum/markup.rb
test/test_markup.rb
2012-05-14 09:12:44 -07:00
kristi
82ccb0cedb
add documentation comment
2012-05-14 02:01:06 -07:00
kristi
b0ba205532
Remove :header_hashtags option and adjust tests
2012-05-14 00:38:27 -07:00
kristi
4fa2cdf8d9
Allow sub pages to use the [[_TOC_]] tag
2012-05-13 22:19:55 -07:00
kristi
ae30b23d34
insert a comment if no TOC headers found
2012-05-13 18:48:02 -07:00
kristi
1d3905bb71
Use special tag [[_TOC_]] to insert a table of contents
2012-05-13 12:44:20 -07:00
kristi
aa1e845f9a
create process_headers function to add anchors and create toc
2012-05-13 10:21:50 -07:00
Jonathan Roes
68b2de6dd7
Fit generated SHA1 placeholders to original length.
2012-05-12 21:05:42 -04:00
Jonathan Roes
f9899033aa
Before replacing tags, ensure the SHA1 is not within preformatted content.
2012-05-12 17:29:23 -04:00
Jonathan Roes
eb37b17486
Remove links in code, fixes #128 .
2012-05-11 22:49:26 -04:00
bootstraponline
c428cad286
Remove marker on no highlight pre tags.
2012-05-11 15:05:05 -06:00
kristi
26486da27b
Use correct wiki option
2012-05-11 13:41:03 -07:00
kristi
f53e1a60d5
Fix tests by adding a default_options hash to the wiki
2012-05-11 12:51:04 -07:00
kristi
ec694e4a99
Fix option setting
2012-05-11 12:50:34 -07:00
Corey Donohoe
04070ffc23
bump gollum version
2012-05-10 14:12:36 -07:00
bootstraponline
6941d6b863
Restore title now that #308 is merged using github.com css.
2012-05-10 13:35:33 -06:00
bootstraponline
3c88f68f16
Fix relative links in live preview.
2012-05-10 12:25:26 -06:00
Mark Rickert
8e5d17c907
Grab selected text and use it as the default text when creating links.
2012-05-10 13:16:52 -04:00
Tim Harvey
43d2143506
Redirect from root to /Home, fixes #250
2012-05-10 08:55:56 -04:00
kristi
28b729acda
Add in some minimal documentation for wiki options
2012-05-10 00:38:35 -07:00
kristi
584641236b
fixup toc/anchor code in markup.rb
2012-05-10 00:34:35 -07:00
kristi
ca74897569
Add header_hashtag feature option: headers display a link icon when moused over so you can jump to sections
...
Move anchor processing into markup.rb
Use dashes for spaces in the anchor hashtag
2012-05-10 00:26:22 -07:00
kristi
61987c85d2
Add universal_toc wiki option
2012-05-09 16:13:53 -07:00
bootstraponline
fd32706f0b
Use pre tag for code in live preview.
2012-05-09 16:15:48 -06:00
kristi
f09bc4a81a
Fix editor bug - displaying wrong version of header/footer/sidebar
...
Use most recent version; not the version matching the page
2012-05-09 15:04:29 -07:00