markdown-oxide icon indicating copy to clipboard operation
markdown-oxide copied to clipboard

OxideMD v1

Open Feel-ix-343 opened this issue 1 year ago • 0 comments

This is the branch where OxideMD v1 will be developed.

I will branch off from this and merge back to it.

It is a full rewrite; notice the first commit is to delete everything!

V1 Features

  • Controlled, Automatic organization of personal information
    • Semantic similiary
    • Text similarity (fuzzy score and direct keyword match)
  • Comprehensive and efficient information retrieval
    • Natural language query (semantic search)
    • Approximate text similarity (fuzzy score)
    • Filters
    • Multimodal
  • Improved Entity View:
    • Subcontent
    • Context
    • Improved Backlinks: Subcontent and Context
  • Improved performance in real-time actions:
    • completions
    • transclusion
    • semantic tokens
    • diagnostics

Architecture

  • Local database, storing vectors and parsed entity relations and providing vector + text + (possibly) hybrid search capabilities
  • MemFS that stays in sync with the editors in memory file system
  • LSP frontend for operating

Feel-ix-343 avatar Sep 14 '24 20:09 Feel-ix-343