Skip to content

Instantly share code, notes, and snippets.

View amitbeck's full-sized avatar
🤓

Amit Beckenstein amitbeck

🤓
View GitHub Profile
@Rachniotov
Rachniotov / README.md
Last active September 6, 2022 09:50
Darkmode for Mongodb Compass!

Introduction

So I used Mongodb Compass for a little time a few months ago and then i switched to another mongo client gui for the sole reason, Darkmode. That mongo client was good but recently it became paid. I then switched back to Compass but my eyes couldnt take it 😩

Then I spent some time researching what could I do to make compass darker and easier to read and I found this npm package for the Darkreader chrome plugin. I knew that compass was made in Electron as it had .asar files in its source, that means I could easily implemt that npm package into the Electron app.

@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active May 11, 2024 12:06
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
@Ashton-W
Ashton-W / Issue.md
Last active May 7, 2024 09:33
GitHub Markdown toggle code block
Click to toggle contents of `code`
CODE!