Giter VIP home page Giter VIP logo

devonlink-obsidian's People

Contributors

abstraction avatar ryanjamurphy avatar undees avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

devonlink-obsidian's Issues

Links to related items in non-Obsidian database

The ability to generate a list of links to notes related to the current not is amazingly useful.

Adding the ability to generate links to items in a non-Obsidian database, such as a Devonthink database of journal article pdfs, would extend this capability in a very useful way. Ideally, the user could configure several Deveonthink databases of interest and pull related links from any of these based on a keyboard command.

[Feature request] Possibility to insert related links as DT URL scheme

Thanks for this plugin! This is a great addition to Obsidian!

Request

Option to add related links as [name of the file](DT-URL scheme)

Use case

Useful when DT database contains resources that aren't in the Obsidian Vault
I would like to use those resources as inspiration for new notes.

DT links don't count as a link in the graph or backlink. This may be important for someone who curates their connections, it is really easy make too many connections and clutter things

DEVONthink concordance search looks for the filename

The search is looking for the filename of the note and not the title. For example if I have a note "Wav2Vec" , the filename in Obsidian is "Wav2Vec.md" and DT does not find any results for that , while there are results for "Wav2Vec"
Here is the console log -
CleanShot 2021-05-13 at 21 55 12@2x

Vault ID missing

Hey,
I am currently running obsidian v0.12.3, and I find that the Vault ID is longer stored in the file you mention here, can you please point out where it is now? Thanks a lot!

DEVONlink for windows?

Hey,
Is there a DEVONlink for windows?
it looks pretty nifty.
or at least some thoughts on how it might work?

[Feature Request] Intelligent switching between link type for related items

πŸ‘‹ Hello, first of all, thanks for the plugin!

Request

I'd like to request a feature where there is a third option for link type, which switches between wikilinks and DT's deep linking depending on whether the related item is a child of the current vault.

basically,
IF β€”β€”β€” the related item is a child of the current vault insert a wikilink.
ELSE β€” insert DT's deep link.

Possible Implementation Method

One way of implementing this that I can think of off the top of my head is to see if the item is indexed or not. If it is, look in the item's path whether the vault's name exists or not, and switch between link types accordingly.

Reason

  • Enjoy native Obsidian features for already created notes

[Feature Request] Search DevonThink within Obsidian and paste link or content

This is a huge request, so I totally recognize if this isn't of interest to you. However, as I was playing around with the Citations plugin for Zotero, I was thinking how useful it would be to have a similar search interface within Obsidian for DevonThink--to be able to pull up a search window and find a file in DevonThink, then paste the link (with markdown formatting) in the open note, or even to past the content of the file (if it's a text file) along with a link back to the DT file.

I have no idea how much work this might be in Obsidian. I was hoping since there is a search plugin for Alfred that a plugin for Obsidian could similarly hook into DevonThink.

Link to Applescript no longer working

The link to the Applescript is defunct. Pressing the link now only generates an error message. Chosing "save link as" will save the HTML code of the error message, but not the script.

image

Is it possible to support revealing Obsidian notes from different vaults in DT?

I have two vaults indexed in DT, one (Vault A) for desktop usage as the main vault and another (Vault B) for mobile usage as an "inbox" vault. I have set up Vault A as instructed such that notes within this vault can be revealed in DT. It would be great to be able to reveal notes in Vault B in DT, such that one can summarize/organize/move notes more efficiently between these two vaults in DT.

DEVONLINK couldn't find a matching record

I confirmed that the notes database is open, but when I execute the command in Obsidian, the plugin prompts me like this:
"Sorry, DEVONLINK couldn't find a matching record In your Devonthink databases. Make sure your notes are Indexed, the Index is up to date, and the Devonthink database with the indexed notes is open."

Is it possible to integrate with dataview?

I find dataview very useful for summarizing/organizing inbox notes, as it can be used to query related notes by tags, links, keywords, etc., and show them in a table view.

blacksmithgu/obsidian-dataview: A complex query language implementation for the Obsidian note-taking tool.

It would be great if DEVONlink can be integrated with dataview in some way, e.g. as a column showing related Obsidian notes and DT items. This way, one may see related notes and/or DT items in a more intuitive way.

To avoid showing too many not-so-related notes/items, one may configure how many notes to show.

Insert DEVONthink URL link to an active note in Obsidian

As a simplified request to #2, is it possible to insert a document in DT in the format of [name of the file](DT-URL scheme) into the currently active note (or a selected note) in Obsidian?

It may work as follows:

  1. One writes something in a note in Obsidian and wants to link a document in DT as reference
  2. One goes to DT and locate the desired document
  • It can be even more convenient if one can search for the desired document directly from Obsidian. Not sure if this is technically possible or how difficult it is to implement this, though.
  1. One click the icon of this plugin in DT and the URL link of the document in DT is sent to the active note in Obsidian

What does this mean?

Hi
Thanks for the plugin and script. I am just trying to get the script running - never used apple scripts before:

"Install it by following the instructions on the in-app Help β†’ Toolbar Scripts page. (Or assign it to an Alfred or Keyboard Maestro macro or whatever you’d like!)"

Which app? I can't see Toolbar Scripts page under help in either apple scripts, DT3 or obsidian - confused.

Thank you

Cannot Open/Reveal the note in the database with Obsidian v0.12.1

This plugin stops working when trying to open/reveal the note in the database after updating to Obsidian v0.12.1. It still works when opening a note from DT to Obsidian. Specifically, I got the following error messages from Obsidian console:

Uncaught (in promise) Error: Command failed with exit code 1: osascript -e tell application id "DNtp"
							activate
							try
								set theDatabases to databases
								repeat with thisDatabase in theDatabases
									try
										set theNoteRecord to (first item in (lookup records with file "Inbox.md" in thisDatabase))
										set newDEVONthinkWindow to open window for record theNoteRecord with force
										activate
										return "success"
									end try
								end repeat
							on error
								return "failure"
							end try
						end tell
34:42: execution error: DEVONthink 3 got an error: Can’t continue activate. (-1708)
    at makeError (eval at <anonymous> (app.js:1), <anonymous>:1259:11)
    at handlePromise (eval at <anonymous> (app.js:1), <anonymous>:2129:26)
    at async runAppleScriptAsync (eval at <anonymous> (app.js:1), <anonymous>:2284:19)

Inserted list of items in Obsidian are not in the same order as that in DT

The inserted list of items in Obsidian are not in the same order as that shown in DT. For instance, DT may give A, B, C, but it becomes A, C, B when inserting them into Obsidian.

Also, is it possible to insert the related items in the form of Markdown link, instead of backlink, if they are not in the same vault of the currently active note in Obsidian? Specifically, I have two Obsidian vaults indexed into the same database in DT. Therefore, it would be great if the items from other Obsidian vaults can be inserted as DT Markdown link or Obsidian URI.

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.