Skip to content

RobinsonZ/slate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1652746 · Dec 9, 2023
Nov 14, 2023
Nov 6, 2023
Nov 11, 2023
Nov 11, 2023
Dec 9, 2023
Nov 9, 2023
Nov 9, 2023
Dec 4, 2023
Nov 2, 2023
Nov 11, 2023
Nov 2, 2023
Dec 5, 2023
Dec 5, 2023
Nov 10, 2023
Dec 5, 2023
Nov 11, 2023
Nov 2, 2023
Nov 11, 2023

Repository files navigation

Slate

Electron.js React TypeScript TailwindCSS

A flexible file-based productivity interface.

FeaturesInstallationExamples

build

Features

  • Organize files and folders according to usage date within dynamic groups.
  • Import integration with local filesystems, Google Drive, and Dropbox.
  • Drag-and-drop card organization and live preview.
  • Displays weekly and monthly explorer views.

Installation

Recommended IDE Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Examples

(Back to top)