No description
Find a file
2025-03-17 18:10:22 +01:00
.cursor/rules docs(specs): added specs for code quality 2025-03-04 18:12:13 +01:00
.forgejo/workflows feat(frontend): extract reusable card components 2025-02-21 16:06:35 +01:00
feeds feat: enhance Shiori import with progress indicator and error handling 2025-03-04 17:54:49 +01:00
frontend chore(deps): update dependency @playwright/test to v1.51.1 2025-03-17 18:10:22 +01:00
notes feat(notes): added notes graph 2025-02-28 16:56:19 +01:00
readlist feat: enhance Shiori import with progress indicator and error handling 2025-03-04 17:54:49 +01:00
scripts feat: enhance Shiori import with progress indicator and error handling 2025-03-04 17:54:49 +01:00
specs docs(specs): added specs for code quality 2025-03-04 18:12:13 +01:00
tests feat: add Playwright e2e tests for note linking functionality 2025-02-17 18:08:31 +01:00
.gitignore lint(frontend): fixed frontend linting errors and updated to svelte 5 2025-02-21 08:04:18 +01:00
.golangci.yml feat(infra): add pre-commit checks and linting 2025-02-21 10:48:26 +01:00
go.mod feat: enhance Shiori import with progress indicator and error handling 2025-03-04 17:54:49 +01:00
go.sum feat: enhance Shiori import with progress indicator and error handling 2025-03-04 17:54:49 +01:00
main.go feat: enhance Shiori import with progress indicator and error handling 2025-03-04 17:54:49 +01:00
README.md docs(specs): remove Emacs references and update links spec with future drop-down search enhancement 2025-03-04 11:37:17 +01:00
renovate.json Add renovate.json 2025-03-17 11:43:24 +01:00
SPECS.md docs(specs): added specs for code quality 2025-03-04 18:12:13 +01:00

QuickNotes

QuickNotes is a personal knowledge management application that allows you to create, manage, and interlink your notes, save articles for later reading, subscribe to RSS/Atom feeds, upload and view PDF documents, and perform a unified full-text search across all your content.

Features

  • Notes: Create, edit, and delete notes with Markdown support. Interlink notes using wiki-style syntax and visualize connections with an interactive graph.
  • Readlist: Save and view articles for later reading with automatic content extraction.
  • Feeds: Subscribe to and manage RSS/Atom feeds, and view feed entries with options to mark them as read or unread.
  • Documents: Upload and view PDF documents directly within the app without needing to download them.
  • Omnisearch: Perform unified full-text searches across notes, feed entries, readlist items, and documents.

Technology Stack

  • Backend: Go with the Gin web framework and GORM; SQLite for data storage.
  • Frontend: Svelte with SvelteKit, styled with Bulma CSS and FontAwesome for icons.
  • Search: Bleve for full-text search capabilities.
  • PDF Viewing: Integrated PDF.js-like viewer for inline document viewing.
  • Package Management: Bun for frontend dependencies and Go modules for backend dependencies.
  • Testing: Go testing framework for backend and Playwright for end-to-end frontend testing.

Installation

  1. Server Setup:

    • Ensure Go is installed.
    • Build the backend server using go build or the provided build.sh script.
    • Ensure Bun is installed and run bun install in the frontend directory.
    • Start the backend server (default URL: http://localhost:3000).
  2. Frontend:

    • The SvelteKit frontend is served by the Go backend after being built, or can be run separately for development.
    • Access the application via your web browser at http://localhost:3000.

Usage

  • Navigate using dedicated pages for Notes, Readlist, Feeds, Documents, and Omnisearch.
  • Use the Omnisearch page to perform full-text searches across all content domains.

Documentation

For detailed specifications, see:

License

This project is licensed under the MIT License.