You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSpaceCode provides an excellent development experience on top of VSCode and Practicalli VSpaceCode guides you through the setup and use for Clojure development.
13
+
14
+
VSpaceCode is a configuration for VSCode that makes the editor fully keyboard driven and provides excellent vim-style editing experience, without the need of hooking Neovim up in the background.
15
+
16
+
VSpaceCode is as simple to use as pressing the `Space` key for the main menu and `,` (comma) key for a language specific menu.
17
+
18
+
VSpaceCode includes menus and commands to call Clojure specific commands using the Calva plugin.
This work is licensed under a Creative Commons Attribution 4.0 ShareAlike License (including images & stylesheets).
39
+
</div>
30
40
31
41
## Contributing
32
42
33
-
Issues and pull requests are most welcome. Please detail issues as much as you can. Pull requests are simpler to work with when they are specific to a page or at most a section. The smaller the change the quicker it is to review and merge.
43
+
Issues and pull requests are most welcome although it is the maintainers discression as to if they are applicable. Please detail issues as much as you can. Pull requests are simpler to work with when they are specific to a page or at most a section. The smaller the change the quicker it is to review and merge.
34
44
35
-
Please [see the detailed contributing section of the book](https://practical.li/introduction/contributing/) before raising an issue or pull request
45
+
Please read the [detailed Practicalli contributing page](https://practical.li/contributing/) before raising an issue or pull request to avoid disapointment.
36
46
37
-
*[Kanban board of issues](https://github.com/practicalli/vspacecode/projects/1)
[Practicalli Clojure CLI Config](clojure/clojure-cli/practicalli-config.md) provides a user level configuration used in this guide and issues and pull requests can also be made there.
42
-
43
-
By submitting content ideas and corrections you are agreeing they can be used in this workshop under the [Creative Commons Attribution ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/). Attribution will be detailed via [GitHub contributors](https://github.com/practicalli/vspacecode/graphs/contributors).
50
+
[Practicalli Clojure CLI Config](clojure/clojure-cli/practicalli-config.md) provides a user level configuration providing aliases for community tools used throughout this guide. Issues and pull requests can also be made via its GitHub repository.
44
51
52
+
By submitting content ideas and corrections you are agreeing they can be used in any work by Practicalli under the [Creative Commons Attribution ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/). Attribution will be detailed via [GitHub contributors](https://github.com/practicalli/clojure/graphs/contributors).
45
53
46
54
## Sponsor Practicalli
47
55
48
56
[](https://github.com/sponsors/practicalli-johnny/)
49
57
50
-
The sponsorship funds are used solely for the continued development of [Practicalli series of books and videos](https://practical.li/)
58
+
All sponsorship funds are used to support the continued development of [Practicalli series of books and videos](https://practical.li/), although most work is done at personal cost and time.
51
59
52
60
Thanks to [Cognitect](https://www.cognitect.com/), [Nubank](https://nubank.com.br/) and a wide range of other [sponsors](https://github.com/sponsors/practicalli-johnny#sponsors) for your continued support
53
61
54
62
63
+
## Star History
64
+
65
+
[](https://star-history.com/#practicalli/vspacecode&Date)
66
+
67
+
55
68
## GitHub Actions
56
69
57
70
The megalinter GitHub actions will run when a pull request is created,checking basic markdown syntax.
@@ -67,34 +80,36 @@ Publish book workflow installs Material for MkDocs version 9
67
80
68
81
Install mkdocs version 9 using the Python pip package manager
69
82
70
-
```bash
71
-
pip install mkdocs-material=="9.*"
83
+
```shell
84
+
pip install mkdocs-material=="9.5"
72
85
```
73
86
74
87
Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)
0 commit comments