Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes as quick reference guide #55

Open
kjk opened this issue Jul 6, 2024 · 0 comments
Open

Notes as quick reference guide #55

kjk opened this issue Jul 6, 2024 · 0 comments

Comments

@kjk
Copy link
Owner

kjk commented Jul 6, 2024

Consider this scenario: you're a JavaScript programmer. You often need to lookup a JavaScript function or topic.

Because we have Ctrl + B (Block: go to command) a properly formatted note could be a quick reference guide for JavaScript.

Each block would be a reference guide for a single function or topic so let's say you want to lookup Object.keys() API:

  • you open JavaScript quick reference note
  • type Ctrl + B
  • type keys, go to block with title Object.keys and read the docs

This could be done for every programming language, libraries, html, css, DOM APIs, svelte / vue / react, bun, npm, systemd, tailwindcss etc.

Basically everything that can use a quick reference guide.

If I had a collection of those, I could add a command for people to download the quick ref.

I will prototype this with one of: Go, JavaScript, HTML, CSS

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

No branches or pull requests

1 participant