Coder Social home page Coder Social logo

Comments (6)

lishid avatar lishid commented on September 23, 2024 11

I agree we should eventually expose some of the search & result rendering APIs.

Right now it is fairly difficult because they are fairly specialized for the use cases we need, so the API is quite specific and confusing for the general use case. The other design challenge is the entire performance optimizations mixed in with the API; Obsidian's search uses many javascript and DOM tricks to avoid freezing the app when searching through thousands of files, which makes exposing this even more complicated.

I will look into this eventually though, just hang tight.

from obsidian-api.

HananoshikaYomaru avatar HananoshikaYomaru commented on September 23, 2024 1

@esm7 @lishid in obsidian 3d graph, a custom search input is built to get builtin obsidian search result. By combining reset function, I made search(query: string) to Promise<TAbstractFile[]> works.

from obsidian-api.

thorlucas avatar thorlucas commented on September 23, 2024

Perhaps at least if search functionality isn't exposed, then certain filters on TFile[] should be. Having to maually write filters to check if a TFile contains a tag, or if it belongs in a path, seems redundant.

from obsidian-api.

esm7 avatar esm7 commented on September 23, 2024

I'm personally ok with even a softer version of that: it'll be helpful even if just the parsing is exposed, e.g. I'll supply functions to check if a TFile contains a tag etc., and the API method will parse the string (including all the supported operators) and return if it matches or not.

from obsidian-api.

classicrob avatar classicrob commented on September 23, 2024

If I could write searches and save results from my code, then that would enable a plugin for incrementally processing notes! Right now I need to search in Obsidian, copy the results to my clipboard, paste into Excel, and then run the code. Ideally, I would be able to collapse the last three steps into the second step. https://twitter.com/roberthaisfield/status/1413561714205888514?s=21

from obsidian-api.

paulbricman avatar paulbricman commented on September 23, 2024

@classicrob that sounds a bit like the incremental writing plugin (https://github.com/bjsi/incremental-writing). It uses the obsidian search to add notes to a queue, but not sure how it does that

from obsidian-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.