├── .gitignore ├── README.md ├── template.md └── tweaks ├── bigger icons in calendar view.md ├── centre-align table column headers.md ├── fira math.md ├── hide backlinks.md ├── hide board view add a group.md ├── hide board view hidden columns.md ├── hide calculations table row.md ├── hide callout icon.md ├── hide discussions.md ├── hide new board row.md ├── hide new page button.md ├── hide new table row.md ├── hide plus table column.md ├── hide the new gallery button.md ├── left-align images.md ├── minify breadcrumbs and topbar buttons.md ├── remove arrows on linked pages and databases.md ├── remove icons from table column headers.md ├── remove rounded edges of all images.md ├── remove rounded edges of page icons in sidebar.md ├── remove type for commands.md ├── removing decreasing side padding for boards.md ├── removing decreasing side padding for tables.md ├── scroll past end of page.md ├── shrink padding on code blocks.md ├── smaller page icons.md ├── smaller table column header icons.md ├── sticky table list row.md └── table columns below 100px.md /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/README.md -------------------------------------------------------------------------------- /template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/template.md -------------------------------------------------------------------------------- /tweaks/bigger icons in calendar view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/bigger icons in calendar view.md -------------------------------------------------------------------------------- /tweaks/centre-align table column headers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/centre-align table column headers.md -------------------------------------------------------------------------------- /tweaks/fira math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/fira math.md -------------------------------------------------------------------------------- /tweaks/hide backlinks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide backlinks.md -------------------------------------------------------------------------------- /tweaks/hide board view add a group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide board view add a group.md -------------------------------------------------------------------------------- /tweaks/hide board view hidden columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide board view hidden columns.md -------------------------------------------------------------------------------- /tweaks/hide calculations table row.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide calculations table row.md -------------------------------------------------------------------------------- /tweaks/hide callout icon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide callout icon.md -------------------------------------------------------------------------------- /tweaks/hide discussions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide discussions.md -------------------------------------------------------------------------------- /tweaks/hide new board row.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide new board row.md -------------------------------------------------------------------------------- /tweaks/hide new page button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide new page button.md -------------------------------------------------------------------------------- /tweaks/hide new table row.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide new table row.md -------------------------------------------------------------------------------- /tweaks/hide plus table column.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide plus table column.md -------------------------------------------------------------------------------- /tweaks/hide the new gallery button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/hide the new gallery button.md -------------------------------------------------------------------------------- /tweaks/left-align images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/left-align images.md -------------------------------------------------------------------------------- /tweaks/minify breadcrumbs and topbar buttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/minify breadcrumbs and topbar buttons.md -------------------------------------------------------------------------------- /tweaks/remove arrows on linked pages and databases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/remove arrows on linked pages and databases.md -------------------------------------------------------------------------------- /tweaks/remove icons from table column headers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/remove icons from table column headers.md -------------------------------------------------------------------------------- /tweaks/remove rounded edges of all images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/remove rounded edges of all images.md -------------------------------------------------------------------------------- /tweaks/remove rounded edges of page icons in sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/remove rounded edges of page icons in sidebar.md -------------------------------------------------------------------------------- /tweaks/remove type for commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/remove type for commands.md -------------------------------------------------------------------------------- /tweaks/removing decreasing side padding for boards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/removing decreasing side padding for boards.md -------------------------------------------------------------------------------- /tweaks/removing decreasing side padding for tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/removing decreasing side padding for tables.md -------------------------------------------------------------------------------- /tweaks/scroll past end of page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/scroll past end of page.md -------------------------------------------------------------------------------- /tweaks/shrink padding on code blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/shrink padding on code blocks.md -------------------------------------------------------------------------------- /tweaks/smaller page icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/smaller page icons.md -------------------------------------------------------------------------------- /tweaks/smaller table column header icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/smaller table column header icons.md -------------------------------------------------------------------------------- /tweaks/sticky table list row.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/sticky table list row.md -------------------------------------------------------------------------------- /tweaks/table columns below 100px.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notion-enhancer/tweaks/HEAD/tweaks/table columns below 100px.md --------------------------------------------------------------------------------