Quantcast
Channel: DEVONtechnologies Community - Latest posts
Browsing all 16067 articles
Browse latest View live

CSS for Markdown, write your own

I tried doing this with a note to see if I could figure out how transcluded notes are handled, but I couldn’t make sense of the giant, undifferentiated html code block at the top of the page. So I am...

View Article


Script: fixing incoming links to point to new document

@chrillek I’m loving this script so far. I’m planning on messing around with my database some more. So much goes into the idea of linking that I wonder if we lose sight of the importance of...

View Article


Importing Data into Custom Metadata Fields

If you are viewing the sheet (the content record), you could simply do this in AppleScript… tell application id "DNtp" tell think window 1 repeat with theRow from 1 to (number of rows) my...

View Article

Image may be NSFW.
Clik here to view.

Get all folder names in my DT database (tree like)

You’re welcome May I ask what you want this for?

View Article

Image may be NSFW.
Clik here to view.

CSS for Markdown, write your own

signsinthedust: but I couldn’t make sense of the giant, undifferentiated html code block at the top of the page. That is likely from you including Markdown extensions, i.e., Prism, Mermaid, or...

View Article


Image may be NSFW.
Clik here to view.

Get all folder names in my DT database (tree like)

sure, I am creating a index for the https://johnnydecimal.com system im applying to organize my devonthink groups and files

View Article

Image may be NSFW.
Clik here to view.

Get all folder names in my DT database (tree like)

Gotcha. Have fun

View Article

Image may be NSFW.
Clik here to view.

Is an overwritten synced document gone for good?

NickLowe: Is that the end of the story? It is unless you enabled the Create Version smart rule for your Markdown documents on the Mac. And while it’s too late in your case, integrated versioning is...

View Article


Image may be NSFW.
Clik here to view.

Importing Data into Custom Metadata Fields

BLUEFROG: tell application id "DNtp" tell think window 1 repeat with theRow from 1 to (number of rows) my searchRecs(get cell at row theRow column "Filename", get cell at row theRow column "Cite") (*...

View Article


Image may be NSFW.
Clik here to view.

Importing Data into Custom Metadata Fields

You’re welcome Yes, it can all be done in a single script. You would need to extend the my searchRecs() handler. To make it more clear for yourself, you could assign variables, one for each row/column...

View Article

Image may be NSFW.
Clik here to view.

Is an overwritten synced document gone for good?

Now this is fun! Integrated versioning that is. Now I need to find how to turn on versioning for markdown on the Mac.

View Article

Markdown editor bug triggered by half-deleted unicode characters

Adding this in case it would help anyone: If you are dealing with a markdown document that cannot save, there is a possibility that it’s caused by an invisible half-deleted unicode character. Better...

View Article

Use Synoloy NAS and 2 MacOS to access DEVONthink database

Thank you so much to all the community members who provided their input. I really appreciate it. I have successfully installed and configured DT to work as expected.

View Article


Image may be NSFW.
Clik here to view.

Importing Data into Custom Metadata Fields

BLUEFROG: Hopefully, you’ve read and understood the changes I am showing you. Thank you, Bluefrog. All working, and I have learned a lot. One query. I have one former metadata field (‘key’) which I no...

View Article

Image may be NSFW.
Clik here to view.

Font options for PDFs clipped by sorter?

Here’s a pretty straightforward issue. I want to clip this article from Harper’s as a PDF: Harper's Magazine Let There Be Markets, by Gordon Bigelow The evangelical roots of economics Est. reading...

View Article


Devonthink to Go not showing markup files

These are temporary files created from your clippings that couldn’t be converted. We are aware of this issue and the next update (due soon) should fix it.

View Article

Font options for PDFs clipped by sorter?

For that site, I’d use “Print” from the browser. Gives me a nice, serif-fonted PDF without any clutter with Firefox. Perhaps something even better with Chrome, I didn’t try that. Seems that the people...

View Article


Importing Data into Custom Metadata Fields

For completeness sake (and because I posted stupid things before), a corrected version of the script (() => { const app = Application("DEVONthink 3"); const docWindow = app.viewerWindows()[0];...

View Article

Image may be NSFW.
Clik here to view.

Importing Data into Custom Metadata Fields

BLUEFROG: if allMatches is not {} or (count allMatches is 1) then Why or? The condition will be true only if count allMatches is 1, but I find it a bit unusual: If allMatches is {}, the second part of...

View Article

Font options for PDFs clipped by sorter?

In addition to @chrillek’s suggestion, what I would do (and did do as test) use Safari (as that’s what I use 99% of the time), Reading View, then Menu:File → Print and pick “Save PDF to DEVONthink 3”....

View Article
Browsing all 16067 articles
Browse latest View live