Ecosyste.ms: OpenCollective

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

github.com/TryGhost/Koenig

Components of Ghost's Editor
https://github.com/TryGhost/Koenig

Fixed Syntax Error in readme file

8e4031e2842ee623f4729865fcd3f31905e69f2b authored almost 9 years ago
Fix issue #150: use correct paths for dependencies.

https://nodejs.org/api/modules.html specifies what paths are
correct. One should never explicitl...

e454a3d8036b4c05a73f769258f188ff0e8e693f authored almost 9 years ago
Merge pull request #297 from prostoandrei/development

Fix #286

40347d6c1822feae15537de7f13ea4de699580f9 authored almost 9 years ago
Tweak documentation for styleSelectedText

028863f5ac8e09a213f8d774454f24a14a206cef authored almost 9 years ago
Fix documentation for styleSelectedText

bea7c56293d6060c6d4b594b69dbf16fba2576ca authored almost 9 years ago
Merge pull request #289 from foreachlt/style-selected-text

Added mark-selection plugin

846955de7675705d100f5a9845850f0c9ab7a8b3 authored almost 9 years ago
Merge branch 'development' of https://github.com/prostoandrei/simplemde-markdown-editor into development

Conflicts:
debug/simplemde.debug.js
debug/simplemde.js
dist/simplemde.min.js
src/js/simplemd...

1c87e3031694139680684c85896daf353ef67ae7 authored almost 9 years ago
fix issue #286

d8df29ceb07966a79313cd12adc5a4d66789d320 authored almost 9 years ago
fix issue #286

9c7d478ac7c37bed7779fe023ff7544093c5c83a authored almost 9 years ago
Added mark-selection plugin from CodeMirror with config option on simplemde

cf86336365784321daf9abd8c2c44f2f98e6818f authored almost 9 years ago
Merge pull request #284 from foreachlt/console

Removed console.log left overs

625db19b6e3415aeb089c0c073ab181151d15990 authored almost 9 years ago
Removed console.log left overs

561bf55dcffdf35eef653dfb2362cb2a8c224d87 authored almost 9 years ago
Merge pull request #277 from NextStepWebs/development

Allow destroying instance, Prompts, README changes, Fix bugs, More

3d4cfe387c7bc7c1ca257127e5519ad59007a289 authored almost 9 years ago
Merge branch 'master' into development

f6adde266a229bbefd2524286dd66beff6e2169c authored almost 9 years ago
Fix linting and update dependencies

aa607a0f9b0620b3f8dbb90322823afd0b3e470c authored almost 9 years ago
Rebuild project

b482ac47a053d0b70ace213182753254ed48df81 authored almost 9 years ago
Better localStorage detection

94840f8c34fa5d22c6c33cb9efdf01cbbc37a64a authored almost 9 years ago
Update version

e7e1e432636c072c7efecf0eabcd4f5e8787eedf authored almost 9 years ago
1.10.1

196d0ab9acff60cea06942c6b322280b24c322fc authored almost 9 years ago
Merge pull request #264 from NextStepWebs/pr/256

Pull request #256 remove conflicts

97ced31c995be244053efd9009de36d1b9bd5777 authored almost 9 years ago
Make compatible and able to be merged

f2e7c20d897b469dc5dcfd37f6e301ea9ae250ce authored almost 9 years ago
Hide trailing separators respects hidden icons

e8d8c8248fa219b5f7d83904ec585fd321fc92d7 authored almost 9 years ago
Fix single line breaks bug

4f0f8b6cd26015ba2684553a70dcf7da9b639c71 authored almost 9 years ago
Update dependencies

359241d165c6f5699ebd11ea2690836bde603d6f authored almost 9 years ago
Update URLs to use SimpleMDE.com

14afe98d85c7784f68ca9453bf4c46780391d2d4 authored almost 9 years ago
Add forceSync to non-default options listing.

2e1c692e8b209d41f7de5df0bc891ebbbbe6fd70 authored almost 9 years ago
Fix naming and style based on feedback

* forceSynch -> forceSync
* change documentation description

3de9dcf418d32c495a5b6156d41ba9a804376c53 authored almost 9 years ago
Add forceSynch option which will autosave to textarea.

Since this is built on CodeMirror I opted to use CodeMirror's save
behaviour rather than pulling...

88dcc953449f0ea159c43dc439f9042142d71c09 authored almost 9 years ago
Use SSL URLs

16fe26ee5bd5d41b808cb6d8be9bcfbbca0714e6 authored about 9 years ago
Tweak wording in README

68d9e240c22ac8c400e0bb75c44b78a5b68574f9 authored about 9 years ago
Merge pull request #242 from moczolaszlo/development

Optional prompt windows to Link and Image

a4b619852e2a9c7d25f04b39a659be6c92b1c60d authored about 9 years ago
Optional prompt windows to Link and Image

0a4539a462a175805cf0affeb498ed3229f5fe34 authored about 9 years ago
Merge remote-tracking branch 'NextStepWebs/development' into development

c5f93d7505a7f24fee437d1a125f667ff67454b3 authored about 9 years ago
Merge pull request #228 from brondsem/context_aware_code_block_button

Context aware code button

09607321f7af21c6893d753724ab708473de73a3 authored about 9 years ago
Update dist/simplemde.min.js

5818a194821c45a70860cdc93d0325d47cee3f56 authored about 9 years ago
When selecting lines within a fenced block, check if selection reaches a fenced line

8741cf70d012ab52a691cb429c57c6ac44f1a22b authored about 9 years ago
Context aware code button to handle toggling on and off code blocks and inline code markup

2bba92a03635b2fef0057ca74b19006f1a12e4ee authored about 9 years ago
Update token state checking to work when spellcheck is on

5e4bb7aa5e2fc07e3ab3dd482a983469858c61c8 authored about 9 years ago
Optional prompt windows to Link and Image

Optional prompt windows to Link and Image

6a8aa410aba5c98b003bd077cf57f476b9c19f0c authored about 9 years ago
Merge pull request #239 from trwired/destroy-instance

Allow reverting back to the initial textarea (fixes #142)

42d04222f242c3d9f4a3762e63458d45a56d18a9 authored about 9 years ago
Allow reverting back to the initial textarea (fixes #142)

5c21dbe6a4b323048991094609d1cd0d0c37375a authored about 9 years ago
Merge pull request #238 from trwired/fix-196

Fix #196

7c623b34839842424aa601229a24f15da0294234 authored about 9 years ago
fixes #196

2b7ab6be3a5c85fffa6a8d3e64488e2945e539e7 authored about 9 years ago
Remove "What's Changed" secion, Reword "How it works"

9adeb37b3dc1be778053e94dc1de32b5b4561c26 authored about 9 years ago
Merge pull request #237 from NextStepWebs/development

Placeholder, Character counter, New icons, Customizable keyboard shortcuts, Custom status items,...

33e2ed596ee3575f6de6bfbaebf5230cc5fabaae authored about 9 years ago
Tweak README for the last time

75395efacf7cf589318efb36ed5f27a7761ec759 authored about 9 years ago
Tweak wording some more

da17fcda4387bebce9453b1df9af9f2165bf91f3 authored about 9 years ago
Tweak status bar wording

fbb8cda7e672d591a223b1849e77318faeea8998 authored about 9 years ago
Better separator display/hide logic

46aa9dcec26b1744978f8ac4579928941327ea65 authored about 9 years ago
Refactor custom status bar items

0f47fa1d4a1bcc26a8378d7a238461242dfae8ee authored about 9 years ago
Rebuild project again

ef7a3ba2d8541ac53bac36c09d3157d54d142f62 authored about 9 years ago
1.10.0

33c44a502b1276f4d1b43f804f6231c17e92d37f authored about 9 years ago
Update version and rebuild project

4f35584f9b68b3a46ba4a98907365b955e122dfb authored about 9 years ago
Merge pull request #233 from ryan-codingintrigue/development

Add support for custom counts in statusbar

20023bd78b2704d39b69775409dbb3c9d88b45ac authored about 9 years ago
Updated README to explain statusCustom support

2b0f4399311418e695f070ea21317cc6286843f8 authored about 9 years ago
Add support for custom options in status bar

c6634889fe6555fbdffd4b84bae6dc401b0880a8 authored about 9 years ago
Merge pull request #229 from adam187/feature/get-state

Improve get state

ba22f19585ad2723db4e706c2145738b1a1447ea authored about 9 years ago
improve get state, add public getter

5aee00caa6567c38aec406157a0a3f380a669084 authored about 9 years ago
Fix options undefined bug when clearing autosave value

Occurred when the autosave option was not present and a user tried to clear the autosaved value.

83e2a4d6f3fd01847ca14bd2af666b425836e490 authored about 9 years ago
Merge pull request #223 from trwired/user-configurable-shortcuts

Gives users the ability to change editor's keyboard shortcuts

ac5dcce6796b1f103ffd53ca01ed17c3643f9e52 authored about 9 years ago
Included info on configuring and using custom keyboard shortcuts

f874d6dd147b56de5f24bad066b90b9459d3ef33 authored about 9 years ago
Resolved merge conflict with upstream

573e4eceb6fe715d4da6122f43ea1d67b99cafce authored about 9 years ago
Merge pull request #224 from adam187/feature/clean-block

Clean block feature

2c3ac1470c074f045bf0b264f1988eeb160d0711 authored about 9 years ago
cs fixes

2fb24cb711d6427736cadbaf095ac25a3c051bc6 authored about 9 years ago
update clean block pattern

15e6c058dd851ff2b0b8f566776558dc05e2e106 authored about 9 years ago
add clean block feature

83010e205d9de3002cb62a54576f4923f33e4770 authored about 9 years ago
Gives users the ability to change editor's keyboard shortcuts

eaae09a956a9eaa30457f73a38b36e3c5ce85418 authored about 9 years ago
Merge pull request #220 from adriaanzon/development

Fix table spacing

7a66a07018e4e253874b0cec05d2745f55e13ce0 authored about 9 years ago
Merge pull request #218 from JamieWohletz/development

Added undo and redo buttons to toolbar

07e3b0cb770695b58f4a8132f0bdea008558696a authored about 9 years ago
Fix table spacing

Removed an extra space that caused the tables to be wrongly aligned, when the table button was p...

5437c991a48f1afcc130859053e68db063043800 authored about 9 years ago
Undo + Redo buttons are no longer added by default

a0b72ca9aa83211cc4a817f276f9af57f3743b91 authored about 9 years ago
Added undo and redo buttons to toolbar

70dc8a8c6bfa47405849d4337c9f8b99d96d3586 authored about 9 years ago
Merge pull request #211 from 7upcat/master

Fix #206 added useSideBySideListener

73a9a1d8206f6911456293c7d151f00ac63fa937 authored about 9 years ago
Fix #206 added useSideBySideListener

f98bde3e8a72497d98f658fae2d71274a4e2f0ad authored about 9 years ago
Added useSideBySideListener avoid duplicate cm update

32694c9942ea974004a7e6ecd941bbc060e5d15e authored about 9 years ago
Update simplemde.js

280c24842cee90efb8dffc325a88b9ed0b91f0d7 authored about 9 years ago
Fix bug related with issue #206

When user click 'toggleSideBySide' button will always register a new
'update' listener .Modify ...

b72977eb1f56828dbed8b1f9ad803ece6d092081 authored about 9 years ago
Merge pull request #207 from vladson/master

Add characters count to status bar.

83247dbcad452303dd4d6eff4be2d34461b4419b authored about 9 years ago
Add characters count to status bar.

5d1836d8877d0eeeaf3e41a7eb8d0d565510c526 authored about 9 years ago
Adding support for asciidoctor

A editor that can edit asciidoctor online .....
It seems the performance of the editor is not good.

a5d6e7f2c839c12537f6d45c99005ccbbb3c2d71 authored about 9 years ago
Merge pull request #199 from adam187/feature/placeholder

add placeholder option

52af57b21e4c0ee1e528ef1e4c58e3b79fcc725c authored about 9 years ago
add styling for placeholder element

bcdea897b8d2ec6716b01e49538d6ed40b60b0e9 authored about 9 years ago
change spaces to tab

96f6ccb7d0dab9700f1b1978c0712158c1a0ffe0 authored about 9 years ago
change single quotes to double quotes

d50ef7ac1fde25e91d0487ad278f885dc85907b9 authored about 9 years ago
add placeholder option

0338efa074948a17728cdda3c8a1327c44e9eddf authored about 9 years ago
Merge pull request #189 from NextStepWebs/development

Autosave improvements, Build improvements, New icons, New options, Clearer README

406a40a2c7329bf740ad494c4111c79efd9b1051 authored about 9 years ago
Merge branch 'master' into development

151b753e7351bf5528ce1f1b41bbd47e05fce461 authored about 9 years ago
Bump to version 1.9.0

78dd8cb33592649e72d355f0c844a8064719f368 authored about 9 years ago
Full build

278d9d8ccea4e706ff01d171b405c6c53d67330c authored about 9 years ago
Document showIcons; Tweak other wording

1afe57511c6c3ad1fc84cb598ca6b5c9e3cf1b93 authored about 9 years ago
Fix initial value overwriting autosaved value

c8a245d722fe4df1361c532c284c3ec7c665a94f authored about 9 years ago
Refactor default toolbar organization; Allow showIcons setting (#170)

8012d3ea220b22e4a750b6fe5e9cdf8d25102c92 authored about 9 years ago
Fixes #163 where tabbing through form would land on icons

bb29aea08ddf6a0b2d90c210122cbec7258a1a07 authored about 9 years ago
Fix #166, z-index inconsistencies causing scroll issues

ee15a2b881ed680337cf3ff9dbea2e6d5f1d3bca authored about 9 years ago
Fix #167 where escape key wouldn't always work

4d618e476325f057597d8a6ed9a2670c0fee5250 authored about 9 years ago
Travis.yml: Broader Node version testing

cd00953ac08dbc9e9466405bcaad9b0994b28327 authored about 9 years ago
Fix trailing space after vinyl-buffer

6c238b90dc80500eb1e3d27974339e3b65179e19 authored about 9 years ago
Fix travis config

9cd6bc894987035715dfecadce184375573aa712 authored about 9 years ago
Update dependencies; Travis build in more node versions

81a09ff6ce273fee7cd2c281f7e900b3daa1437f authored about 9 years ago
More clearly document custom button code

c8a86831c12267cefea68f4278705985b86c758b authored about 9 years ago