David Jiménez

Results 16 issues of David Jiménez

# Work - [x] Show local plugins when offline - [x] Remove analytics ➡️ fix #512 - [x] Fix CI - [x] fix #358 Added `ctrl+alt+i` for main window and...

Some plugins are oriented to a specific platform ![image](https://user-images.githubusercontent.com/77246331/179347141-20f1da0d-a5d1-44f6-a077-e1c2ea0e9902.png) We can use the [`os` field in package.json](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#os) to filter which plugins are shown to the user. I think the best...

enhancement

## Contributing Guidelines pull request [Making a pull request](https://github.com/RizkyRajitha/linkin/blob/master/CONTRIBUTING.md#making-pull-request) ### Guidelines - [x] I read the [Contributing Guidelines](https://github.com/CONTRIBUTING.md) ### This pull request regarding on - [x] developed new feature ###...

Now we will use `cerebro-search` instead of `cerebro-google`. This will help users to choose their favourite search engine instead of forcing them to use google. fix #611

We can simplify and remove code by using electron-store for managing settings persistence It also provides an interesting[ migrations tool](https://github.com/sindresorhus/electron-store#migrations) that might be util for future changes. https://github.com/sindresorhus/electron-store

Allow Cerebro to be moved to other parts of the window

With this PR we get: - Type checking for the settings (using the settings schema and validation) - A powerful tool to migrate settings - Remove boilerplate (we don't handle...

Cerebro is ready for running in MacOS but we don't want to release packages if we can't test them. We need someone who can actively test if Cerebro is working...

help wanted
discussion

We can use semantic release GH action to analyze commits and automate releases and changelogs. ## Roadmap I will update it with PRs. - [x] Get version from `app.getVersion()` and...

enhancement