❤️ First round of feedback
This commit is contained in:
parent
037ee0cff3
commit
975e6e6194
4 changed files with 16 additions and 11 deletions
|
@ -131,7 +131,7 @@ There is one important caveat: Native Node.js modules (that is, modules that
|
|||
require compilation of native code before they can be used) will need to be
|
||||
compiled to be used with Electron.
|
||||
|
||||
The vast majority of Node.js modules is _not_ native. Only 400 out of the
|
||||
The vast majority of Node.js modules are _not_ native. Only 400 out of the
|
||||
~650.000 modules are native. However, if you do need native modules, please
|
||||
consult [this guide on how to recompile them for Electron][native-node] (it's
|
||||
easy).
|
||||
|
@ -139,3 +139,4 @@ easy).
|
|||
[node-docs]: https://nodejs.org/en/docs/
|
||||
[security]: ./security.md
|
||||
[native-node]: ./using-native-node-modules.md
|
||||
[share-data]: ../faq.md#how-to-share-data-between-web-pages
|
||||
|
|
|
@ -33,8 +33,8 @@ development.
|
|||
|
||||
Forge comes with [ready-to-use templates][forge-templates] for popular
|
||||
frameworks like React, Vue, or Angular. It uses the same core modules used by the
|
||||
greater Electron community (like [`electron-packager`]) – changes made by
|
||||
Electron maintainers (like Slack) benefit Forge's users, too.
|
||||
greater Electron community (like [`electron-packager`][electron-packager]) –
|
||||
changes made by Electron maintainers (like Slack) benefit Forge's users, too.
|
||||
|
||||
You can find more information and documentation on [electronforge.io][forge].
|
||||
|
||||
|
@ -59,7 +59,7 @@ CT Lin's [`electron-react-boilerplate`][boilerplate] might be worth
|
|||
a look. It's quite popular in the community and uses `electron-builder`
|
||||
internally.
|
||||
|
||||
## Other Tools and Bboilerplates
|
||||
## Other Tools and Boilerplates
|
||||
|
||||
The ["Awesome Electron" list][awesome] contains more tools and boilerplates
|
||||
to choose from. If you find the length of the list intimidating, don't
|
||||
|
@ -69,5 +69,6 @@ forget that adding tools as you go along is a valid approach, too.
|
|||
[forge]: https://electronforge.io/
|
||||
[forge-templates]: https://electronforge.io/templates
|
||||
[builder]: https://github.com/electron-userland/electron-builder
|
||||
[electron-packager]: https://github.com/electron-userland/electron-packager
|
||||
[boilerplate]: https://github.com/chentsulin/electron-react-boilerplate
|
||||
[awesome]: https://github.com/sindresorhus/awesome-electron#boilerplates
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Unity Launcher Shortcuts
|
||||
# Custom Linux Desktop Launcher Actions
|
||||
|
||||
In Unity, you can add custom entries to its launcher via modifying the
|
||||
`.desktop` file, see [Adding Shortcuts to a Launcher][unity-launcher].
|
||||
On many Linux environments, you can add custom entries to its launcher
|
||||
by modifying the `.desktop` file. For Canonical's Unity documentation,
|
||||
see [Adding Shortcuts to a Launcher][unity-launcher]. For details on a
|
||||
more generic implementation, see the [Free Desktop Specification][spec].
|
||||
|
||||
__Launcher shortcuts of Audacious:__
|
||||
|
||||
|
@ -36,3 +38,4 @@ parameters. You can find these in your app in the global variable
|
|||
|
||||
[unity-launcher]: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles#Adding_shortcuts_to_a_launcher
|
||||
[audacious-launcher]: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles?action=AttachFile&do=get&target=shortcuts.png
|
||||
[spec]: https://specifications.freedesktop.org/desktop-entry-spec/1.1/ar01s11.html
|
Loading…
Add table
Add a link
Reference in a new issue