{"id":13478444,"url":"https://github.com/notable/notable-customizations","last_synced_at":"2025-10-17T21:28:59.850Z","repository":{"id":55883252,"uuid":"271582472","full_name":"notable/notable-customizations","owner":"notable","description":"A repository containing a collection of interesting community-created customizations for Notable.","archived":false,"fork":false,"pushed_at":"2023-03-08T00:20:30.000Z","size":13,"stargazers_count":32,"open_issues_count":1,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-15T19:28:11.005Z","etag":null,"topics":["customizations","notable"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notable.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-11T15:31:16.000Z","updated_at":"2024-10-03T03:20:28.000Z","dependencies_parsed_at":"2024-10-30T11:41:52.137Z","dependency_job_id":null,"html_url":"https://github.com/notable/notable-customizations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notable%2Fnotable-customizations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notable%2Fnotable-customizations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notable%2Fnotable-customizations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notable%2Fnotable-customizations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notable","download_url":"https://codeload.github.com/notable/notable-customizations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241977397,"owners_count":20051820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["customizations","notable"],"created_at":"2024-07-31T16:01:57.103Z","updated_at":"2025-10-17T21:28:59.761Z","avatar_url":"https://github.com/notable.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Notable Customizations\n\nThis repository contains a collection of interesting community-created customizations and tips for Notable.\n\nAdd your own interesting customization to this collection by submiting a pull request or sharing it in our [chat](https://chat.notable.app).\n\n## Commands\n\nList of interesting command usages.\n\n- _No customizations yet_\n\n## Context Keys\n\nList of interesting context keys expressions.\n\n- _No customizations yet_\n\n## Custom CSS\n\nList of interesting custom CSS snippets.\n\n- _No customizations yet_\n\n## Custom JS\n\nList of interesting custom JavaScript snippets.\n\n- [Markdown Calc](https://gist.github.com/kmccullen97/b7d54da28572c6a4156b051aa2eb0644) (turn static tables into spreadsheets)\n\n## Settings\n\nList of interesting settings configurations.\n\n- _No customizations yet_\n\n## Shortcuts\n\nList of interesting custom shortcuts.\n\n\u003cdetails\u003e\n  \u003csummary\u003ePaste clipboard content surrounded by code fence\u003c/summary\u003e\n\n```json\n{\n  \"shortcut\": \"Cmd+Shift+D\",\n  \"command\": \"macro\",\n  \"args\": [\n    [\"editor.paste\", [\"```\\n\"]],\n    \"editor.paste\",\n    [\"editor.paste\", [\"\\n```\\n\"]]\n  ]\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eTurn selection into code fence\u003c/summary\u003e\n\n```json\n{\n  \"shortcut\": \"Cmd+D\",\n  \"command\": \"macro\",\n  \"args\": [\n    \"editor.cut\",\n    [\"editor.paste\", [\"```\\n\"]],\n    \"editor.paste\",\n    [\"editor.paste\", [\"\\n```\\n\"]]\n  ]\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eSurround selected text with e.g. double-asterisks\u003c/summary\u003e\n\n```json\n{\n  \"shortcut\": \"Cmd+B\",\n  \"command\": \"macro\",\n  \"args\": [\n    \"editor.cut\",\n    [\"editor.paste\", [\"**\"]],\n    \"editor.paste\",\n    [\"editor.paste\", [\"**\"]]\n  ]\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eInsert text at beginning of line, e.g. headers\u003c/summary\u003e\n\n```json\n{\n  \"shortcut\": \"Cmd+3\",\n  \"command\": \"macro\",\n  \"args\": [\n    \"editor.cursor.line.start\",\n    [\"editor.paste\", [\"### \"]]\n  ]\n}\n```\n\n\u003c/details\u003e\n\n## Theming\n\nList of interesting theming-related configurations.\n\n- 3500+ different themes ported from VS Code are installable via the \"Theme: Install...\" command\n\n\n## Other customizations\n\nList of other interesting customizations, mainly involving third-party tools.\n\n- Tags:\n  - [Autocomplete YAML tags from Vim](https://github.com/RyanGreenup/Note-Taking-Tools/blob/master/auto-complete-tags-vim/Auto-Complete-Tags.md)\n  - [Synchronizing tags with TMSU](https://github.com/RyanGreenup/Note-Taking-Tools/blob/master/tags-to-TMSU/Import-Tags-to-TMSU.md)\n- Searching:\n  - [Use Recoll Search Engine from Terminal (integrates well with VSCode)](https://github.com/RyanGreenup/Note-Taking-Tools/blob/master/Terminal-Skim-Recoll/Terminal-Skim-Recoll.md)\n- Organisation:\n  - [Reorder notes in folders matching Notebooks](https://gist.github.com/amelandri/555fdac374a24896f3be2f6ad32e0521)\n  - [Print BackLinks](https://github.com/RyanGreenup/Note-Taking-Tools/blob/master/List-BackLinks/ListBacklinks.md)\n- Automation:\n  - [Git Synchronisation Schedule Script](https://github.com/evanshortiss/notable-git-sync-setup)\n  - [Publish to GitHub pages \"Share via Link...\" interceptor](https://github.com/thinkaliker/note-publish)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotable%2Fnotable-customizations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotable%2Fnotable-customizations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotable%2Fnotable-customizations/lists"}