https://github.com/linqlover/squeak-tipoftheday
A "Did you know...?" window for Squeak
https://github.com/linqlover/squeak-tipoftheday
did-you-know hacktoberfest smalltalk squeak tips-and-tricks
Last synced: about 2 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-05T18:31:36.000Z (5 months ago)
- Last Synced: 2025-10-05T19:09:27.842Z (5 months ago)
- Topics: did-you-know, hacktoberfest, smalltalk, squeak, tips-and-tricks
- Language: Smalltalk
- Homepage:
- Size: 153 KB
- Stars: 2
- Watchers: 1
- 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
```