Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/markdown-preview

:lock: 📝 Markdown preview in Pulsar
https://github.com/pulsar-edit/markdown-preview

markdown preview to less. also seperate out pygments colors

460be8c69c615e1e0c6245b965beda90a1cf7908 authored almost 12 years ago
WIP: make markdown preview view serializable

10220128fbbc302d3dea088ba829812d0cf5f139 authored almost 12 years ago
Apply correct flexbox styling to `.pane > .item-views > *`

Markdown preview was overflowing because the min-height of flexbox
items is automatically set to...

a42bd415b675e9afdf1907b7cc796cd8972c4222 authored almost 12 years ago
Make markdown preview views fit into panes and work w/ a single buffer

49171c3d540db2bd7643c7359d63fc03274752e6 authored almost 12 years ago
WIP: Preview markdown in next pane, splitting current pane if needed

64701c44fc9cb62f37ad369c044f1536d61f79da authored almost 12 years ago
Add toBeInstanceOf and toHaveLength jasmine matchers

7302bef1da2df60671b1f8ea41efd2cb7ed47684 authored almost 12 years ago
:lipstick:

360464dd5fcb37099aa5915d8ba5febe8905c26d authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()

8a762adf651da98036383275aa6d488d42049f93 authored almost 12 years ago
Remove unneeded calls to rootView.deactivate

60892910f1189d44f21dfe0e36696234a85eba6d authored almost 12 years ago
Eliminate `rootView.project` references.

16b09be11f522a7228c9f182af0a478f071aa0c2 authored almost 12 years ago
Make `project` a global and refactor startup process

6663c59d2be56750acab8d2ed9633c85c3c49bac authored almost 12 years ago
RootView.initialize no longer assigns window.rootView or calls open

e5d8f4d4ef9f055c3e9b45dd82c3c02bd9751d84 authored almost 12 years ago
Allow preview of editor if grammar is source.gfm

Previously only markdow file extensions were considered
but any editor whose grammar is GitHub M...

667478c97a3794ad0ba7be529b0ed4ea9300a930 authored almost 12 years ago
Moved atom.loadPackage to a spec-only helper function

302837f8f4aefd0c103c5f2647628bd67ef97f4c authored almost 12 years ago
Modernize markdown-preview package with package.cson

8ae2b3de2e494a6c5ae6c22066746930a7ef13e2 authored almost 12 years ago
match more of the look of .com's markdown style

a15962ed2bb46a0a84077b80860e4231035dd52e authored almost 12 years ago
consolidate markdown styles into the markdown package

e77ce47ea2c56a9a5d21847ce61e41a2d4901167 authored almost 12 years ago
Only close preview when editor gains focus

Closes #193

0575555d6c75a1764d92f9fa147c78f59f590650 authored almost 12 years ago
Detach markdown preview when focus is lost

85739a225344c2ab85d2b2ee4ec6909090b6f25e authored almost 12 years ago
Extend AtomPackage directly in packages index.coffee

b31bd855ad4639c860dc64b3a291292a32166d24 authored about 12 years ago
Add deferred package type

This package defers loading until specific commands are
triggered on the root view.

bc2ca35f1394f6437559577223ae9bc7ca58ee69 authored about 12 years ago
Rename attach to load

313ec91c5d9247eb6c1c223fc88db38f3cca18fd authored about 12 years ago
refactoring all the stylesheets into /Atom - Dark/

Conflicts:
.atom/themes/Atom - Dark/vim-mode.css

f8ed999ff044daf991714e39b601e608a2eb2245 authored about 12 years ago
Remove unneeded attachToDom() call in spec

f5cc94c2f44794bb10728baa44e9c3380bc364f6 authored about 12 years ago
Move package CSS files to stylesheets directory

521fe80d23dbe3bca48715a8c4a1d5995745b860 authored about 12 years ago
Load keymaps from cson

All existing .coffee keymaps are now .cson and package
keymaps are now located in a keymaps fold...

b9d5f066ae7642acf7d80a1836df35929aba94c5 authored about 12 years ago
Use space pen to generate error html

46144a171705715082bd1b5a350f906a31232ec5 authored about 12 years ago
Place spinner inside of markdown body

40d36c5692c8236fc74e4348012b593280b760c1 authored about 12 years ago
Add helper for markdown extension to fs

47c3d6163cd7b823c29d95a9f2d8ab542de30a2c authored about 12 years ago
Merge branch 'config'

98d30fbfa210980cbea9eba2a4449ca80ad7e6e6 authored about 12 years ago
Use getActivePath() helper from attach()

226ec89bf1cacb46d0eeb781c55b761ef05d8f14 authored about 12 years ago
RootView talks about packages and packageModules, not extensions

Now you call `rootView.activatePackage`, etc

1a4328fe1e9b08b5ed7c5f062bf6d289a29edde2 authored about 12 years ago
Rename extensions to packages

We now look at the `core.disabledPackages` config key. Rename the `src/extensions` directory to ...

cd712063ea1fecb14727a3e6861c731761173218 authored about 12 years ago