https://github.com/linqlover/squeak-tipoftheday
A "Did you know...?" window for Squeak
https://github.com/linqlover/squeak-tipoftheday
hacktoberfest smalltalk squeak tips-and-tricks
Last synced: 17 days ago
JSON representation
A "Did you know...?" window for Squeak
- Host: GitHub
- URL: https://github.com/linqlover/squeak-tipoftheday
- Owner: LinqLover
- Created: 2019-09-18T08:44:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T19:14:00.000Z (over 1 year ago)
- Last Synced: 2025-02-11T12:19:30.780Z (2 months ago)
- Topics: hacktoberfest, smalltalk, squeak, tips-and-tricks
- Language: Smalltalk
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Squeak-TipOfTheDay
[](https://github.com/LinqLover/Squeak-TipOfTheDay/actions/workflows/smalltalkCI.yml)
[](https://coveralls.io/github/LinqLover/Squeak-TipOfTheDay?branch=master)
[](https://squeak.org/)A "Did you know...?" window for Squeak
System Requirements: Squeak 5.3 (18899 or higher)
## Installation
```smalltalk
Metacello new
baseline: 'TipOfTheDay';
repository: 'github://LinqLover/Squeak-TipOfTheDay';
load
```TipOfTheDay will be automatically registered into the system (details can be found in `TipOfTheDay >> #initialize`). To open it manually, evaluate:
```smalltalk
TipOfTheDay openFirstTime
```