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
<h2><iclass="nf nf-fa-user"></i> Created by MF366...</h2>
35
-
<p>WriterSharp was created entirely by Matthew (MF366), using C# and Avalonia.</p>
35
+
<p>WriterSharp was created entirely by Matthew (MF366), built from the ground up using C# and Avalonia. The vision behind the project was simple: create a fast, extensible editor that respects users and provides them with the tools they actually need. Every line of code reflects that philosophy.</p>
36
36
<ahref="https://mf366-coding.github.io/">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
<p>WriterSharp is free and open-source. Anyone can contribute to it and anyone can use it.</p>
40
+
<p>WriterSharp is free and open-source, meaning anyone can use it without restrictions and anyone can contribute to its development. Whether you're a beginner just learning to code or a professional developer, WriterSharp is designed to grow with you, adapting to your workflow through plugins and community-driven features.</p>
41
41
<ahref="https://opensource.com/resources/what-open-source/">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
42
42
</div>
43
43
<divclass="card">
44
44
<h2><iclass="nf nf-fa-heart heart-icon"></i> Supporting open-source is noble!</h2>
45
-
<p>You can now support WriterSharp's development on my official Buy Me A Coffee. It would mean so much to me, and it'd allow me to focus on WriterSharp's development and eventual release. To support me, just click the button below - you'll be taken directly to the site, where you may choose to support me as a one-time thing or even monthly/yearly. The latter will give you access to my premium devlogs, tech demos and work in progress updates.</p>
45
+
<p>WriterSharp is a labor of love, developed in spare time with no corporate funding. If you'd like to support its growth, you can contribute through Buy Me A Coffee. Your support helps keep the project alive and ensures future updates. Contributors get access to exclusive perks like premium devlogs, sneak peeks of new features, and behind-the-scenes progress updates.</p>
46
46
<ahref="https://buymeacoffee.com/mf366">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
47
47
</div>
48
48
</div>
49
49
<divclass="grid">
50
50
<divclass="card">
51
51
<h2><iclass="nf nf-md-puzzle"></i> Extensibility is key...</h2>
52
-
<p>WriterSharp has a powerful plugin API that lets developers extend WriterSharp in ways that one might not think are possible.</p>
52
+
<p>WriterSharp has a powerful plugin API that enables developers to extend the editor far beyond its core. Whether you want to add a language pack, integrate external tools, or design entirely new workflows, WriterSharp gives you the flexibility to make it happen. The API was designed to be straightforward yet capable of supporting complex use cases.</p>
53
53
</div>
54
54
<divclass="card">
55
55
<h2><iclass="nf nf-fa-paintbrush"></i> ...and so is innovation.</h2>
56
-
<p>WriterSharp reimagines code editing, by being one of the few code editors to actually come with a bundled "Designer" which plugins can use in whichever way they want: from simple Markdown previews to straight-up real-time UI designing or even image editing. This way, plugin developers don't need to create their own "Designer" panels - they simply push changes to the existing one.</p>
56
+
<p>WriterSharp reimagines what a code editor can do. Unlike most editors, it ships with a built-in “Designer” system that plugins can tap into. This shared space can be used for anything from Markdown previews to real-time UI building - even image editing. By reusing a common Designer panel, plugin creators can innovate freely without reinventing the wheel, leading to a more unified and powerful experience.</p>
57
+
</div>
58
+
<divclass="card">
59
+
<h2><iclass="nf nf-fa-magnifying_glass"></i> Powered by AnaSense</h2>
60
+
<p>WriterSharp integrates with <strong>AnaSense</strong>, an upcoming open-source technology designed to analyze buffers and improve performance-critical tasks. AnaSense ensures fast, efficient handling of large projects and gives developers deeper insights into their work without compromising privacy or security.</p>
61
+
</div>
62
+
<divclass="card">
63
+
<h2><iclass="nf nf-cod-debug"></i> Debugging made simple</h2>
64
+
<p>WriterSharp features a built-in debugger that helps developers track down issues quickly. It supports static line breakpoints, dynamic exception-based triggers, variable inspection, and expression evaluation. While lightweight, it's designed to be practical and reliable, making debugging feel like a natural part of your workflow.</p>
Copy file name to clipboardExpand all lines: docs/index.html
+24-11Lines changed: 24 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -26,52 +26,65 @@
26
26
<h1class="huge-title">WriterSharp</h1>
27
27
<p><iclass="nf nf-fa-clock"></i> Time until v0.0.1-alpha:</p>
28
28
<divid="timer">Loading...</div>
29
+
<p>WriterSharp is a code editor designed to be lightweight, fast, and intuitive, giving you the power to focus entirely on your coding without distractions.</p>
30
+
<p>With a modern interface and thoughtful features, every keystroke counts.</p>
29
31
</section>
30
32
31
33
<section>
32
34
<h2class="section-heading">Why use WriterSharp?</h2>
<p>Unlike most code editors out there, WriterSharp is fully open-source and licensed under the permissive MIT License.</p>
38
+
<p>One huge problem code editors sometimes carry is that they're not open-source and, even if they are, they're usually backed by a big corporate, causing you to be at the mercy of said corporate's decision. Unlike most code editors out there, WriterSharp is fully open-source and licensed under the permissive MIT License. Everyone can inspect the code, contribute improvements, or adapt it for their own workflows. Transparency and community-driven development are at the heart of WriterSharp.</p>
<p>WriterSharp is fully telemetry-free, being fully private.</p>
42
+
<p>WriterSharp is fully telemetry-free*, meaning your data never leaves your device. Write, debug, and explore features without worrying about hidden tracking or corporate surveillance. Your privacy is always protected.</p>
43
+
<pclass="small-text">*Some third-party plugins may collect data. WriterSharp cannot control this, so please exercise caution when installing extensions.</p>
<p>WriterSharp is cross-platform, running on Windows, Linux and MacOS.*</p>
47
+
<p>WriterSharp runs smoothly on Windows, Linux, and MacOS, providing a consistent experience regardless of your system. Whether you're at home, on a laptop, or a development workstation, WriterSharp adapts seamlessly.</p>
45
48
<pclass="small-text">*WriterSharp on MacOS is currently untested.</p>
<p>WriterSharp's plugin API is designed to learn from the mistakes of most text editors, making WriterSharp extremely extensible.</p>
52
+
<p>WriterSharp's plugin API allows you to extend and customize your environment. Add new features, tweak the interface, or integrate external tools. The API is designed to be future-proof, with flexibility and performance in mind, empowering power users to create a truly personalized experience.</p>
<p>WriterSharp has a native integration with AnaSense, an upcoming technology made by me to analyze buffers in real-time. This enables smarter data processing and deeper insight into your projects.</p>
57
+
<p>AnaSense is, like WriterSharp, fully open-source and privacy-focused, ensuring high performance without compromising user trust or security.</p>
58
+
</div>
59
+
<divclass="card">
60
+
<h2><iclass="nf nf-cod-debug"></i> Debugger</h2>
61
+
<p>WriterSharp includes a simple yet robust debugging experience. You can set static line breakpoints, dynamic triggers for exceptions, inspect variables, evaluate expressions, and monitor runtime behavior. It's designed to make debugging code efficient, even for complex projects.</p>
50
62
</div>
51
63
</div>
52
64
53
65
<h2class="section-heading">The Development Journey of WriterSharp</h2>
54
66
<divclass="grid">
55
67
<divclass="card">
56
68
<h2><iclass="nf nf-fa-book"></i> Devlogs</h2>
57
-
<p>Read the latest devlogs, where I talk about what's going on with WriterSharp.</p>
69
+
<p>Follow the development journey with devlogs that provide detailed insights into updates, challenges, and new features. Learn the thought process behind every change and see WriterSharp evolve over time.</p>
58
70
<ahref="devlogs/index.html">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
<p>Check out the latest commits to the <code>v0.0.1-alpha-dev</code> branch.</p>
74
+
<p>Check out the latest commits to the <code>v0.0.1-alpha-dev</code> branch and explore how WriterSharp is built. Contribute, report issues, or simply observe the progress as features take shape.</p>
63
75
<ahref="https://github.com/MF366-Coding/WriterSharp/tree/v0.0.1-alpha-dev/">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
<p>While there isn't an official Discord server strictly for WriterSharp, OceanApocalypseStudios's server contains a section to discuss projects made by me, of which WriterSharp is one.</p>
80
+
<p>While there isn't an official Discord server strictly for WriterSharp yet, you can join OceanApocalypseStudios's community server. Discuss WriterSharp, share ideas, troubleshoot issues, and meet other enthusiasts passionate about development tools.</p>
69
81
<ahref="#">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
<p>A bit of a long shot, as I usually keep my YouTube channel for other things, such as gaming, but if there's a big WriterSharp update, I might announce it there.</p>
74
-
<ahref="https://www.youtube.com/@mf_366/">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
84
+
<h2><iclass="nf nf-fa-youtube"></i> YouTube Channel and Twitch</h2>
85
+
<p>Occasionally, WriterSharp updates or development demos may appear on my YouTube channel. Expect tutorials, sneak peeks, and overviews of major features as the project matures. I also sometimes stream development content to my Twitch channel.</p>
@@ -85,7 +98,7 @@ <h2><i class="nf nf-cod-copilot"></i> AI Integration in WriterSharp... or not?</
85
98
</div>
86
99
<divclass="card">
87
100
<h2><iclass="nf nf-fa-heart heart-icon"></i> My page on Buy Me A Coffee</h2>
88
-
<p>You can now support WriterSharp's development on my official Buy Me A Coffee. It would mean so much to me and it'd allow me to focus on WriterSharp's development and eventual release. To support me, just click the button below - you'll be taken directly to the site, where you may choose to support me as a one-time thing or even monthly/yearly. The latter will give you access to my premium devlogs, tech demos and work in progress updates.</p>
101
+
<p>You can support WriterSharp's development through Buy Me A Coffee. Your contributions help fund updates, feature development, and stability improvements, allowing me to focus on delivering the best possible experience. Supporters also gain early access to devlogs, tech demos, and exclusive previews of upcoming features. Every contribution, big or small, directly impacts WriterSharp's progress.</p>
89
102
<ahref="https://buymeacoffee.com/mf366">Learn More <iclass="nf nf-fa-arrow_right"></i></a>
0 commit comments