跳到主要内容
知仓学习社ZHICANG

sophosia-reference-guide

Reference manager with PDF viewer and Markdown note support

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Auto-Empirical-Research-Skills

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Sophosia Reference Manager Guide

Overview

Sophosia is an open-source reference manager that combines PDF viewing, Markdown note-taking, and Excalidraw visual notes in a single application. Unlike traditional reference managers, it treats each paper as a rich workspace with typed annotations, linked notes, and visual diagrams. Built with modern web technologies (Electron + Vue), it runs on all desktop platforms.

Installation

# Download from GitHub releases (Windows/macOS/Linux)
# Or build from source:
git clone https://github.com/sophosia/sophosia.git
cd sophosia
npm install && npm run build

Features

### Core Capabilities
- **PDF Viewer**: Built-in reader with annotations
- **Markdown Notes**: Rich note editor per paper
- **Excalidraw**: Visual whiteboard for diagrams
- **Tags & Collections**: Flexible organization
- **BibTeX Support**: Import/export bibliography
- **Full-text Search**: Search across all papers
- **Citation Graph**: Visual paper relationships

### Note Types
1. **Text notes** — Markdown with LaTeX math
2. **Visual notes** — Excalidraw canvas
3. **Annotation notes** — Linked to PDF highlights
4. **Outline notes** — Structured paper summaries

Workspace Structure

### Per-Paper Workspace
Paper: "Attention Is All You Need"
├── PDF (with highlights and annotations)
├── Notes/
│   ├── summary.md (structured summary)
│   ├── ideas.md (research ideas sparked)
│   └── architecture.excalidraw (visual diagram)
├── Metadata (title, authors, year, DOI, tags)
└── Links (related papers, concept connections)

Note-Taking Features

### Markdown Notes Support
- Standard Markdown formatting
- LaTeX math: $E = mc^2$ and display equations
- Code blocks with syntax highlighting
- Tables and checklists
- Wikilinks: [[other-paper]] for cross-referencing
- Embeds: ![[figure.png]] for inline images
- Templates for consistent note structure

### Excalidraw Integration
- Draw architecture diagrams
- Mind maps for paper concepts
- Comparison charts between methods
- Hand-drawn style for informal notes
- Export as SVG/PNG for presentations

Import/Export

### Import Sources
- BibTeX (.bib)
- RIS format
- DOI lookup (auto-fetch metadata)
- PDF drag-and-drop (auto-extract metadata)
- Zotero export files

### Export Formats
- BibTeX for LaTeX
- Markdown bibliography
- CSV metadata export
- HTML reading lists

Use Cases

  1. Reading workflow: PDF + notes in single workspace
  2. Visual thinking: Excalidraw diagrams alongside papers
  3. Literature review: Linked notes across paper collection
  4. Presentation prep: Visual notes exportable as diagrams
  5. Research journal: Rich per-paper documentation

References

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。