-
Notifications
You must be signed in to change notification settings - Fork 5
Roadmap
Window Manager
- Active Window - completed
- Close Window - completed
- style open programs in taskbar - completed
- clock - completed
Silk
- Default Programs - completed
File Explorer
- styling - completed
Text Editor
- Warn before opening file if one is open that is edited
- CLI - completed
- Text Editor create files
- file picker to save files
- File Explorer create folders
Methods - Completed
Duplicate meteor.js methods to allow easy communication between the server and client. There are some limitations. See the wiki page for details.
Basic Window Management - Completed
This first version will have a taskbar on the bottom and allow opening, closing and minimizing windows. Windows will be maximized and non resizable. Apps are opened in iframes.
File Explorer - Completed
There will be a basic file explorer for navigating the files and folders. It will allow going up one level, show the current path, and open folders when they are clicked. It will try opening files in a text editor.
Text Editor - Completed
There will be a simple text editor that will open when a file is opened in the file explorer. It will be able to save the file after edited.
Contributing to Silk
Building Apps
- Getting Started
- [window.json](https://github.com/zodern/Silk/wiki/Window .json)
Using Silk