|
1 | | -<h1 align="center"> |
2 | | - <img src="https://github.com/tomlin7/Biscuit/assets/70792552/0ea8e958-92de-4659-b1c9-ab5a72f05d7d" width=500><br> |
3 | | - <a href=https://github.com/tomlin7/Biscuit/actions/workflows/nightly.yml> |
4 | | - <img src="https://img.shields.io/github/actions/workflow/status/tomlin7/biscuit/nightly.yml?style=for-the-badge"> |
5 | | - </a> |
6 | | - <img alt="Project License" src="https://img.shields.io/github/license/tomlin7/Biscuit?style=for-the-badge"> |
7 | | - <a href=https://github.com/tomlin7/Biscuit/releases> |
8 | | - <img alt="Download Latest" src="https://img.shields.io/github/v/release/tomlin7/biscuit?style=for-the-badge"> |
9 | | - </a> |
10 | | - <img alt="GitHub closed pull requests" src="https://img.shields.io/github/issues-pr-closed-raw/tomlin7/Biscuit?style=for-the-badge"> |
11 | | -</h1> |
12 | | - |
13 | | -A lightweight, fast, and extensible code editor with wide range of language support, runs with very minimal system requirements. It implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for code completions, refactoring, symbol references, and more. Features include breakpoint-based code debugging, AI assisted workflow, fast workspace search, and built-in Git support. Scroll down to see [biscuit in action](https://github.com/tomlin7/Biscuit/tree/main?tab=readme-ov-file#features). |
14 | | - |
15 | | - |
16 | | - |
17 | | -- 🎀 Explore all community made extensions and their authors at the [Biscuit Extension Center](https://tomlin7.github.io/biscuit-extensions/) |
18 | | -- 🪛 For contributing/user guides or API reference, check the [documentation here](https://tomlin7.github.io/biscuit) |
19 | | -- 🌟 Scroll down to the [features section](https://github.com/tomlin7/biscuit?tab=readme-ov-file#features) for a list of all features |
20 | | - |
21 | | -## Installing |
22 | | - |
23 | | -You can install the latest release from PyPI by running: |
24 | | - |
25 | | -```bash |
26 | | -pip install biscuit-editor |
27 | | -``` |
28 | | - |
29 | | -Try running `biscuit --version` in your terminal to check if the installation was successful. |
30 | | - |
31 | | -### Standalone Builds |
32 | | - |
33 | | -- Grab the latest stable build from [**releases page**](https://github.com/tomlin7/Biscuit/releases) |
34 | | -- Unstable nightly builds from [GitHub actions](https://github.com/tomlin7/Biscuit/actions) |
35 | | - |
36 | | -For compiling from source code, please check the [installation guide](https://github.com/tomlin7/Biscuit/tree/main/scripts). |
37 | | - |
38 | | -## Contributing ❤️ |
39 | | - |
40 | | -Your contributions are valuable and very much appreciated! |
41 | | -Have a peek at the [contributing guide](https://github.com/tomlin7/Biscuit/blob/main/CONTRIBUTING.md) for a quick tour on project structure and to setup the environment. To contribute a new extension, check the [extension docs](https://github.com/tomlin7/biscuit-extensions). |
42 | | - |
43 | | -<a href="https://github.com/tomlin7/biscuit/graphs/contributors"> |
44 | | - <img src="https://opencollective.com/biscuit/contributors.svg" /> |
45 | | -</a><br> |
46 | | - |
47 | | -- For opening feature requests and bug reports, use the [issue tracker](https://github.com/tomlin7/Biscuit/issues) |
48 | | -- Community made extensions are published at the [extensions repository](https://github.com/tomlin7/biscuit-extensions) |
49 | | - |
50 | | -## Features |
51 | | - |
52 | | -- **Language Server Support** for code completions, refactoring, symbol references, and more |
53 | | - |
54 | | - |
55 | | - |
56 | | -<table> |
57 | | - <tr> |
58 | | - <img src=https://github.com/tomlin7/biscuit/assets/70792552/36589a2d-8f5f-4196-bc88-5b1800492076 height=270> |
59 | | - </tr> |
60 | | - <tr> |
61 | | - <img src=https://github.com/tomlin7/biscuit/assets/70792552/68a26ccb-b309-4c21-b75e-3e5cf5fa6500 height=270> |
62 | | - </tr> |
63 | | -</table> |
64 | | - |
65 | | -<hr> |
66 | | - |
67 | | -- **Breakpoint-based Code Debugging** with variable inspection, call stack, and more |
68 | | - |
69 | | - |
70 | | - |
71 | | -<hr> |
72 | | - |
73 | | -- **AI Assisted Workflow** for refactoring, code generation, and more |
74 | | - |
75 | | - |
76 | | - |
77 | | -<hr> |
78 | | - |
79 | | -- **Fast Workspace Search** with regex support and file preview |
80 | | - |
81 | | - |
82 | | - |
83 | | -<hr> |
84 | | - |
85 | | -- **Built-in Git Support** for version control and diff viewer |
86 | | - |
87 | | - |
88 | | - |
89 | | -## License |
90 | | - |
91 | | -Biscuit is released under the MIT License; for more information, see [LICENSE](https://github.com/tomlin7/Biscuit/blob/main/LICENSE.md). |
| 1 | +--- |
| 2 | +template: home.html |
| 3 | +title: Biscuit |
| 4 | +social: |
| 5 | + cards_layout_options: |
| 6 | + title: A lightweight, fast, and extensible code editor with a wide range of language support. |
| 7 | +--- |
0 commit comments