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 ArticleScript: 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 ArticleImporting 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 ArticleGet all folder names in my DT database (tree like)
You’re welcome May I ask what you want this for?
View ArticleCSS 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 ArticleGet 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 ArticleIs 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 ArticleImporting 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 ArticleImporting 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 ArticleIs 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 ArticleMarkdown 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 ArticleUse 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 ArticleImporting 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 ArticleFont 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 ArticleDevonthink 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 ArticleFont 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 ArticleImporting 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 ArticleImporting 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 ArticleFont 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