aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/TextCard.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem2024-10-051-1/+17
|
* feature: Persevere the source URL of clipped texts from the extension.MohamedBassem2024-10-051-1/+7
| | | | Fixes #448
* feature(web): Add a compact layout. Fixes #379MohamedBassem2024-09-151-0/+1
|
* refactor: Remove unused BookmarkedTextViewer (#310)kamtschatka2024-07-211-8/+0
|
* refactor: Extract the bookmark polling logic into a separate shared componentMohamedBassem2024-06-091-26/+3
|
* feature(web): Add syntax highlighting to code blocks and a quick copy ↵kamtschatka2024-06-091-6/+2
| | | | | | | | | | | | | | | | | button. Fixes #195 (#197) * Any plans to support copy to clipboard (markdown code) for notes? #195 added a button to copy the markdown and added code highlighting * Any plans to support copy to clipboard (markdown code) for notes? #195 Changed the copy-button to a generic one added a safeguard and a message to the copy button if copying is not possible * Some code cleanups --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
* feature: Download images and screenshotsMohamedBassem2024-04-201-1/+1
|
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2024-04-151-0/+1
|
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-24/+30
|
* chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2024-03-231-1/+1
|
* feature(web): Add dark mode supportMohamedBassem2024-03-231-1/+1
|
* ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ↵MohamedBassem2024-03-171-21/+2
| | | | own component
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-7/+9
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+94