Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 31cac60

Browse files
committedSep 13, 2023
docs: no longer maintained
1 parent fa6ed71 commit 31cac60

File tree

4 files changed

+7
-66
lines changed

4 files changed

+7
-66
lines changed
 

Diff for: ‎.github/FUNDING.yml

-12
This file was deleted.

Diff for: ‎README.md

+6-43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> [!IMPORTANT]
2+
> I created this project a few years ago when I was still a student. It allowed me to explore exciting technologies like [Electron](https://www.electronjs.org/fr/), [Bulma](https://bulma.io/), and [Vue](https://vuejs.org/).
3+
> I'm pleased to see that it has gained a substantial user base over time. However, due to my current commitments, I no longer have the time to maintain it. As a result, I am open to the possibility of someone else taking over the project by creating a fork.
4+
> Please note that this project is no longer maintained by me. Thank you very much for your understanding and for contributing to its growth. ❤️
5+
16
<div align="center">
27
<br>
38
<img width="400" src="/src/assets/img/code-notes-logo-black-full.png#gh-light-mode-only" alt="electron-vue">
@@ -13,16 +18,6 @@ A simple code snippet & gist manager for developers built with Electron & Vue.js
1318
<a href="https://lauthieb.github.io/code-notes/" target="_blank">https://lauthieb.github.io/code-notes</a>
1419
</p>
1520

16-
<div align="center">
17-
18-
[![Build Status](https://travis-ci.org/lauthieb/code-notes.svg?branch=master)](https://travis-ci.org/lauthieb/code-notes)
19-
[![Join the chat at https://gitter.im/code-notes/community](https://badges.gitter.im/code-notes/community.svg)](https://gitter.im/code-notes/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
20-
[![Financial Contributors on Open Collective](https://opencollective.com/code-notes/all/badge.svg?label=financial+contributors)](https://opencollective.com/code-notes)
21-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
22-
23-
<a href="https://www.buymeacoffee.com/lauthieb" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>
24-
</div>
25-
2621
## Overview
2722

2823
The aim of this project is to make us more efficient by offering a pretty cool tool : a kind of notepad for our code 😃📝
@@ -39,11 +34,6 @@ The aim of this project is to make us more efficient by offering a pretty cool t
3934

4035
Go the the [download section](https://lauthieb.github.io/code-notes/#download) of our website to download Code Notes on your OS.
4136

42-
## Contributing
43-
44-
For the moment, the project is pretty young. But if we work together to build the "bloc-notes" we dream, we can build pretty things for sure !
45-
So, feel free to contribute. Follow this [guide](CONTRIBUTING.md) 🤓
46-
4737
### Build Setup
4838

4939
``` bash
@@ -63,37 +53,10 @@ npm test
6353
npm run eslint
6454
```
6555

66-
## Support Code Notes
67-
68-
<a href="https://www.buymeacoffee.com/lauthieb" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>
69-
7056
### Code Contributors
7157

7258
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
73-
<a href="https://github.com/lauthieb/code-notes/graphs/contributors"><img src="https://opencollective.com/code-notes/contributors.svg?width=890&button=false" /></a>
74-
75-
### Financial Contributors
76-
77-
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/code-notes/contribute)]
78-
79-
#### Individuals
80-
81-
<a href="https://opencollective.com/code-notes"><img src="https://opencollective.com/code-notes/individuals.svg?width=890"></a>
82-
83-
#### Organizations
84-
85-
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/code-notes/contribute)]
86-
87-
<a href="https://opencollective.com/code-notes/organization/0/website"><img src="https://opencollective.com/code-notes/organization/0/avatar.svg"></a>
88-
<a href="https://opencollective.com/code-notes/organization/1/website"><img src="https://opencollective.com/code-notes/organization/1/avatar.svg"></a>
89-
<a href="https://opencollective.com/code-notes/organization/2/website"><img src="https://opencollective.com/code-notes/organization/2/avatar.svg"></a>
90-
<a href="https://opencollective.com/code-notes/organization/3/website"><img src="https://opencollective.com/code-notes/organization/3/avatar.svg"></a>
91-
<a href="https://opencollective.com/code-notes/organization/4/website"><img src="https://opencollective.com/code-notes/organization/4/avatar.svg"></a>
92-
<a href="https://opencollective.com/code-notes/organization/5/website"><img src="https://opencollective.com/code-notes/organization/5/avatar.svg"></a>
93-
<a href="https://opencollective.com/code-notes/organization/6/website"><img src="https://opencollective.com/code-notes/organization/6/avatar.svg"></a>
94-
<a href="https://opencollective.com/code-notes/organization/7/website"><img src="https://opencollective.com/code-notes/organization/7/avatar.svg"></a>
95-
<a href="https://opencollective.com/code-notes/organization/8/website"><img src="https://opencollective.com/code-notes/organization/8/avatar.svg"></a>
96-
<a href="https://opencollective.com/code-notes/organization/9/website"><img src="https://opencollective.com/code-notes/organization/9/avatar.svg"></a>
59+
<a href="https://github.com/lauthieb/code-notes/graphs/contributors"><img src="https://contrib.rocks/image?repo=lauthieb/code-notes" /></a>
9760

9861
---
9962

Diff for: ‎package-lock.json

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "vue-cli-service lint",
2323
"electron:build": "vue-cli-service electron:build",
2424
"electron:serve": "vue-cli-service electron:serve",
25-
"postinstall": "electron-builder install-app-deps && opencollective-postinstall",
25+
"postinstall": "electron-builder install-app-deps",
2626
"postuninstall": "electron-builder install-app-deps"
2727
},
2828
"dependencies": {
@@ -36,7 +36,6 @@
3636
"font-awesome": "^4.7.0",
3737
"fs-extra": "^9.0.0",
3838
"nedb": "^1.8.0",
39-
"opencollective-postinstall": "^2.0.3",
4039
"source-sans-pro": "^3.6.0",
4140
"vue": "^2.6.11",
4241
"vue-clipboard2": "^0.3.1",
@@ -69,9 +68,5 @@
6968
"spectron": "^10.0.1",
7069
"vue-cli-plugin-electron-builder": "2.0.0-beta.6",
7170
"vue-template-compiler": "^2.6.11"
72-
},
73-
"collective": {
74-
"type": "opencollective",
75-
"url": "https://opencollective.com/code-notes"
7671
}
7772
}

0 commit comments

Comments
 (0)
This repository has been archived.