Skip to content

Commit

Permalink
update a few more references
Browse files Browse the repository at this point in the history
  • Loading branch information
phillco committed Jul 13, 2023
1 parent abc5158 commit 7b18649
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BREAKING_CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This file lists known changes to knausj_talon that are likely to have broken existing
This file lists known changes to `community` that are likely to have broken existing
functionality. The file is sorted by date with the newest entries up the top.

Be aware there may be some difference between the date in this file and when the change was
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This document attempts to list a set of principles for contributors to the knausj_talon repository to consider. The idea is to document some agreed upon approaches toward reviewing and including code so we can all more easily make consistent decisions.
This document attempts to list a set of principles for contributors to the `community` repository to consider. The idea is to document some agreed upon approaches toward reviewing and including code so we can all more easily make consistent decisions.

Each of the principles is numbered for easy referencing. The body is formatted as a short single-line summary of the principle followed by elaboration and discussion links.

Expand Down
4 changes: 3 additions & 1 deletion apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Web apps and browser extensions

Some of the Talon files for web apps (e.g. `apps/github/github_web.talon`) use a `browser.host` matcher. These talon files should work out of the box for Safari, Chrome, Brave, on Mac, but require additional configuration on other browsers/operating systems. `knausj_talon` is set up so that if a URL is found in the titlebar of an application matching the 'browser' tag it will be used to populate the browser.host matcher (see `code/browser.py`). This probably means that you will need an extension to make the browser.host based scripts work.
Some of the Talon files for web apps (e.g. `apps/github/github_web.talon`) use a `browser.host` matcher. These talon files should work out of the box for Safari, Chrome, Brave, on Mac, but require additional configuration on other browsers/operating systems.

`community` is set up so that if a URL is found in the titlebar of an application matching the 'browser' tag it will be used to populate the browser.host matcher (see `code/browser.py`). This probably means that you will need an extension to make the browser.host based scripts work.

Browser extensions that can add the protocol and hostname or even the entire URL to the window title:

Expand Down
2 changes: 1 addition & 1 deletion core/deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
be an important part of people's workflows providing a warning before removing
functionality is encouraged.
The normal deprecation process in knausj_talon is as follows:
The normal deprecation process in `community` is as follows:
1. For 6 months from deprecation a deprecated action or command should
continue working. Put an entry in the BREAKING_CHANGES.txt file in the
Expand Down

0 comments on commit 7b18649

Please sign in to comment.