Skip to content

feat: allow opening urls from context#7

Merged
dhth merged 3 commits intomainfrom
open-urls-from-context
Jul 17, 2024
Merged

feat: allow opening urls from context#7
dhth merged 3 commits intomainfrom
open-urls-from-context

Conversation

@dhth
Copy link
Owner

@dhth dhth commented Jul 16, 2024

Overview

  • Allows opening URLs saved in a task's context, either one by one, or all in one go.
  • Updates the help section by segmenting key maps into sections based on the pane/view they apply to.
  • Adds an entry regarding context bookmarks in the onboarding guide

Notes:

  • Opening URLs on Windows needs to be tested.

const (
TaskNumLimit = 300
ContentMaxBytes = 3000
ContentMaxBytes = 10000

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a comment about this value that seems arbitrary

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback :)

Comment on lines +25 to +26
goosWindows = "windows"
goosDarwin = "darwin"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could use these constants in other files too

But maybe you could move the somewhere else

@dhth dhth merged commit c8c2be4 into main Jul 17, 2024
@dhth dhth deleted the open-urls-from-context branch July 17, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants