massCode

所属分类:系统编程
开发工具:Vue
文件大小:0KB
下载次数:0
上传日期:2023-07-07 05:42:30
上 传 者sh-1993
说明:  一个面向开发人员的免费开源代码段管理器,
(A free and open source code snippets manager for developers,)

文件列表:
.editorconfig (147, 2023-10-12)
.eslintignore (10, 2023-10-12)
.eslintrc.js (1936, 2023-10-12)
.husky/ (0, 2023-10-12)
.husky/commit-msg (68, 2023-10-12)
.husky/pre-commit (59, 2023-10-12)
.npmrc (19, 2023-10-12)
.prettierrc (70, 2023-10-12)
CHANGELOG.md (44166, 2023-10-12)
CODE_OF_CONDUCT.md (3427, 2023-10-12)
CONTRIBUTING.md (1957, 2023-10-12)
LICENSE (34522, 2023-10-12)
commitlint.config.js (371, 2023-10-12)
config/ (0, 2023-10-12)
config/electron-builder.ts (2042, 2023-10-12)
config/icons/ (0, 2023-10-12)
config/icons/256x256.png (28398, 2023-10-12)
config/icons/icon.icns (142252, 2023-10-12)
config/icons/icon.ico (127000, 2023-10-12)
config/vite.ts (1423, 2023-10-12)
demo/ (0, 2023-10-12)
demo/db/ (0, 2023-10-12)
demo/db/db.json (466588, 2023-10-12)
... ...

massCode

Built with Electron, Vue & Codemirror.
Inspired by applications like SnippetsLab and Quiver.

GitHub package.json version GitHub All Releases GitHub

Latest Release | Documentation | Change Log

Extensions: VS Code | Raycast | Alfred

SPONSORS

 

## Support massCode is open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support massCode development via the following methods:
[![Donate via Open Collective](https://img.shields.io/badge/donate-Open%20Collective-blue.svg?style=popout&logo=opencollective)](https://opencollective.com/masscode) [![Donate via PayPal](https://img.shields.io/badge/donate-PayPal-blue.svg?style=popout&logo=paypal)](https://paypal.me/antongithub) [![Donate via Ko-Fi](https://img.shields.io/badge/donate-Gumroad-blue?style=popout&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzNCAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjE5LjgyODciIGN5PSIxOS4xMzU5IiByeD0iMTQuMTcxNCIgcnk9IjEzLjY3NjUiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNi4xNzE0IDI5Ljk0NjRDMjQuNDAzMiAyOS45NDY0IDMxLjEyNDEgMjMuNDk5NSAzMS4xMjQxIDE1LjQ4ODdDMzEuMTI0MSA3LjQ3OCAyNC40MDMyIDEuMDMxMDEgMTYuMTcxNCAxLjAzMTAxQzcuOTM5NyAxLjAzMTAxIDEuMjE4NzUgNy40NzggMS4yMTg3NSAxNS40ODg3QzEuMjE4NzUgMjMuNDk5NSA3LjkzOTcgMjkuOTQ2NCAxNi4xNzE0IDI5Ljk0NjRaIiBmaWxsPSIjRkY5MEU4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNTYyNSIvPgo8cGF0aCBkPSJNMTUuMDQ2NyAyMi43ODI3QzEwLjg2MiAyMi43ODI3IDguNDAwMzkgMTkuNDAyNCA4LjQwMDM5IDE1LjE5NzZDOC40MDAzOSAxMC44Mjc5IDExLjEwODEgNy4yODI3MSAxNi4yNzc0IDcuMjgyNzFDMjEuNjEwOSA3LjI4MjcxIDIzLjQxNiAxMC45MTA0IDIzLjQ5ODEgMTIuOTcxNUgxOS42NDE2QzE5LjU1OTYgMTEuODE3MyAxOC41NzQ5IDEwLjA4NTkgMTYuMTk1NCAxMC4wODU5QzEzLjY1MTggMTAuMDg1OSAxMi4wMTA3IDEyLjMxMiAxMi4wMTA3IDE1LjAzMjdDMTIuMDEwNyAxNy43NTM1IDEzLjY1MTggMTkuOTc5NSAxNi4xOTU0IDE5Ljk3OTVDMTguNDkyOSAxOS45Nzk1IDE5LjQ3NzUgMTguMTY1NyAxOS44ODc4IDE2LjM1MTlIMTYuMTk1NFYxNC44Njc4SDIzLjk0MzJWMjIuNDUyOUgyMC41NDQyVjE3LjY3MUMyMC4yOTggMTkuNDAyNCAxOS4yMzEzIDIyLjc4MjcgMTUuMDQ2NyAyMi43ODI3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==)](https://antonreshetov.gumroad.com/l/masscode)
## Features ### Organization massCode allows you to organize snippets using multi-level folders as well as tags. Each snippet has fragments - tabs, which gives even greater level of organization. ### Editor massCode uses [Codemirror](https://github.com/codemirror/codemirror5) as the basis for the editor and `.tmLanguage` as the grammar for syntax highlighting. This tandem opens the door to over [600](https://github.com/github/linguist/blob/master/vendor/README.md) existing grammars. The application currently supports more than [160](https://github.com/massCodeIO/massCode/tree/master/src/renderer/components/editor) grammars. In addition to `.tmLanguage`, the application supports `.tmTheme` for themes. There is also support for [Prettier](https://prettier.io) for code formatting. ### Real-time Render for HTML & CSS You can not only collect snippets, but also see the rendering result for HTML and CSS in real time. Test the idea or just view the result. ### Markdown massCode allows you to write in Markdown and provide support to syntax highlighting, tables, list and other formatting. Also massCode supports [Mermaid](https://mermaid-js.github.io/mermaid/#) - diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. ### Presentation Mode massCode allows you to make a presentation out of a sequence of snippets. It's great for classroom use, team meetings, conferences or simply reviewing notes on your own. ### Mindmap massCode allows you to create mental maps from markdown, making the process of creating and editing maps fast and intuitively understandable. It's a great way to organize and structure information visually. ### Search It is impossible to imagine a productive snippets manager without quick access to snippets. Therefore massCode has a fast full-text search with highlighting of the search query. ### Autosave massCode automatically saves any changes you make during work, so you don't have to worry about losing changes. ### Sync You can use any service that provides cloud synchronization, such as iCloud Drive, Google Drive, Dropbox or other similar. ### Database massCode uses a simple JSON to store your data. The database files are on your local computer. ### Integrations massCode supports extensions for [VS Code](https://marketplace.visualstudio.com/items?itemName=AntonReshetov.masscode-assistant), [Raycast](https://www.raycast.com/antonreshetov/masscode) and [Alfred](https://github.com/massCodeIO/assistant-alfred), which gives even more possibilities to use application. With the VS Code extension you get practically zen mode, search for the necessary snippets and insert them immediately or save the selected code sections as a snippet. ### Beautiful Screenshots Create beautiful snippet images on different backgrounds and in different modes ### Developer Tools massCode provides developers with a range of convenient tools, such as: - Text tools: Case Converter, Slug Generator, Sort Lines, URL Parser - Cryptography & Security: Hash, HMAC, Password and UUID Generators - Encoders & Decoders: URL, Base64 ## Overview The goal of creating this application was mostly my own growth as a developer. Also, I wanted this project to absorb the best of such applications already on the market (both free and paid). At the same time, I wanted this project to be an open source project. ## Follow - News and updates on [Twitter](https://twitter.com/anton_reshetov). - [Discussions](https://github.com/massCodeIO/massCode/discussions). ![](.github/assets/subscribe.gif) ## Other You can also [download](https://github.com/antonreshetov/massCode) massCode v1. ## License [AGPL-3.0](https://github.com/massCodeIO/massCode/blob/master/LICENSE) Copyright (c) 2019-present, [Anton Reshetov](https://github.com/antonreshetov).

近期下载者

相关文件


收藏者