- 23 Sep, 2014 1 commit
-
-
RawKStar77 authored
Covert px values in markdown-editor.scss to use em. Note: I did this for all values except min-height on .markdown-preview which for some strange reason caused a weird flicker in Firefox. Add 'markdown-' namespace to .preview and .preview-toggle classes. Unnested CSS in markdown-editor.scss. Everything is well namespaced now so this is no longer necessary. Apply consistent sentence case to the title attributes of the markdown tools.
-
- 22 Sep, 2014 14 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
Went with Aron's suggestion of suffixing raw nodes with 'El,' and got rid of the variable 'ourIframeSelection' as it has nothing to do with iframes and the code could be written without the need for that variable. input -> inputEl textarea -> input
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
Code cleanup. First pass at implementing @aron's mockups. Fix bugs, breakout markdown into its own directive Forgot to add markdown.coffee
-
RawKStar77 authored
-
Randall Leeds authored
Search for usernames
-
- 19 Sep, 2014 6 commits
-
-
gergely-ujvari authored
Remove d3 dependency
-
Aron Carroll authored
Replace the background with a grey bar using a div.
-
Aron Carroll authored
Previously it would update on every scroll or resize event fired on either the document or body.
-
Aron Carroll authored
This improves performance while scrolling as we're no longer destroying and recreating every tab on each call to update.
-
Aron Carroll authored
This makes the style and attribute iterators work correctly
-
Randall Leeds authored
-
- 18 Sep, 2014 10 commits
-
-
Randall Leeds authored
Cleanup font icons and add Markdown glyphs
-
Aron Carroll authored
-
Aron Carroll authored
We now only have one of each icon type where possible.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Gergely Ujvari authored
As now we only use it with a false parameter every time, it is no longer serving any purpose
-
Gergely Ujvari authored
This way we can search both for the username and the full user format. Fix #1456
-
Gergely Ujvari authored
-
Aron Carroll authored
-
- 17 Sep, 2014 9 commits
-
-
gergely-ujvari authored
Sync the bridge after beforeAnnotationCreated
-
Gergely Ujvari authored
-
Randall Leeds authored
Spotted by @gergely-ujvari
-
Randall Leeds authored
This ensures that plugins on both sides have fired and any resulting modifications are synchronized (document plugin, for instance). Fix #1502
-
Randall Leeds authored
Remove parent and url values in streamer and notifications
-
Randall Leeds authored
Conflicts: h/static/styles/app.scss
-
Aron Carroll authored
Change save shortcut to meta/ctrl + enter.
-
Aron Carroll authored
Classes had been added to the stylesheet but not to the template, and those that were had typos.
-
Aron Carroll authored
-