Skip to content

Commit

Permalink
Update timestamps.
Browse files Browse the repository at this point in the history
[IgnoreHistory]
  • Loading branch information
Taitava committed Jan 22, 2023
1 parent d920e78 commit f2d82a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Events/Editor menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ This event does not provide additional event specific variables, but all [[All v
The Obsidian event that powers this feature is [`editor-menu` on `workspace` events](https://github.com/obsidianmd/obsidian-api/blob/763a243b4ec295c9c460560e9b227c8f18d8199b/obsidian.d.ts#L3601).

# History
<small>This page was last modified on <strong>2022-12-11</strong> and created on 2022-01-01. <a href="https://github.com/Taitava/obsidian-shellcommands-documentation/commits/main/./Events/Editor%20menu.md">See page edit history</a>.</small>
<small>This page was last modified on <strong>2023-01-22</strong> and created on 2022-01-01. <a href="https://github.com/Taitava/obsidian-shellcommands-documentation/commits/main/./Events/Editor%20menu.md">See page edit history</a>.</small>
- [0.18.1 - 2023-01-22](https://github.com/Taitava/obsidian-shellcommands/blob/main/CHANGELOG.md#0181---2023-01-22): Fixed: Menu items appeared without text on macOS. ([#314](https://github.com/Taitava/obsidian-shellcommands/issues/314)).
- [0.10.0 - 2022-02-06](https://github.com/Taitava/obsidian-shellcommands/blob/main/CHANGELOG.md#0100---2022-02-06): The event was created. ([#123](https://github.com/Taitava/obsidian-shellcommands/issues/123)).
2 changes: 1 addition & 1 deletion Events/File menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ In addition to [[All variables#Normal variables|normal variables]], the followin
The Obsidian event that powers this feature is [`file-menu` on `workspace` events](https://github.com/obsidianmd/obsidian-api/blob/763a243b4ec295c9c460560e9b227c8f18d8199b/obsidian.d.ts#L3595). The same is used in the [[Folder menu]] event, although the menus have different contents.

# History
<small>This page was last modified on <strong>2022-12-11</strong> and created on 2022-01-01. <a href="https://github.com/Taitava/obsidian-shellcommands-documentation/commits/main/./Events/File%20menu.md">See page edit history</a>.</small>
<small>This page was last modified on <strong>2023-01-22</strong> and created on 2022-01-01. <a href="https://github.com/Taitava/obsidian-shellcommands-documentation/commits/main/./Events/File%20menu.md">See page edit history</a>.</small>
- [0.18.1 - 2023-01-22](https://github.com/Taitava/obsidian-shellcommands/blob/main/CHANGELOG.md#0181---2023-01-22): Fixed: Menu items appeared without text on macOS. ([#314](https://github.com/Taitava/obsidian-shellcommands/issues/314)).
- [0.10.0 - 2022-02-06](https://github.com/Taitava/obsidian-shellcommands/blob/main/CHANGELOG.md#0100---2022-02-06): The event was created. ([#123](https://github.com/Taitava/obsidian-shellcommands/issues/123)).
2 changes: 1 addition & 1 deletion Events/Folder menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ In addition to [[All variables#Normal variables|normal variables]], the followin
The Obsidian event that powers this feature is [`file-menu` on `workspace` events](https://github.com/obsidianmd/obsidian-api/blob/763a243b4ec295c9c460560e9b227c8f18d8199b/obsidian.d.ts#L3595). The same is used in the [[File menu]] event, although the menus have different contents.

# History
<small>This page was last modified on <strong>2022-12-11</strong> and created on 2022-01-01. <a href="https://github.com/Taitava/obsidian-shellcommands-documentation/commits/main/./Events/Folder%20menu.md">See page edit history</a>.</small>
<small>This page was last modified on <strong>2023-01-22</strong> and created on 2022-01-01. <a href="https://github.com/Taitava/obsidian-shellcommands-documentation/commits/main/./Events/Folder%20menu.md">See page edit history</a>.</small>
- [0.18.1 - 2023-01-22](https://github.com/Taitava/obsidian-shellcommands/blob/main/CHANGELOG.md#0181---2023-01-22): Fixed: Menu items appeared without text on macOS. ([#314](https://github.com/Taitava/obsidian-shellcommands/issues/314)).
- [0.10.0 - 2022-02-06](https://github.com/Taitava/obsidian-shellcommands/blob/main/CHANGELOG.md#0100---2022-02-06): The event was created. ([#123](https://github.com/Taitava/obsidian-shellcommands/issues/123)).

0 comments on commit f2d82a3

Please sign in to comment.