ok bloody hell
seems like that by restarting devonthink it Does pick up on the changes
any other method dosent workâŚthis is what threw me offâŚ
is that by design :)?
thx
Z
ok bloody hell
seems like that by restarting devonthink it Does pick up on the changes
any other method dosent workâŚthis is what threw me offâŚ
is that by design :)?
thx
Z
There is a sporadic condition where changes to external CSS files donât always update the document automatically. We arenât sure where the cause is since we arenât caching it.
thx, been building a new css for myself so had to restart devonthink like 50 times today to see the changes
final question on this. How does one get DTTGO to use the same css/stylsheet. Is there a non hacky way to do so or do you have to add
<link href="/Users/zeltak/MLT/css/ztest.css" rel="stylesheet">
to each note?
I would rather not do so unless this feature will never come to DTTGOâŚif it will at some stage ill wait patiently
thx
Z
That is not a hacky way to add external styling. Thatâs a standard method.
Another option is to use a MultiMarkdown metadata header, e.g., CSS: styles.css
. This must be at the very top of the Markdown file.
thx I guess hacky wasnât the right word
is there no plans to have the default stylesheet option in DTTGO, ie this
and if not can one reference the css from a online repo such as dropbox or does one have to use a x-devonthink-item://
link to do so?
have a great and safe weekend all
Z
iOS â macOS so adding such things is not necessarily easily done, even from just the need for additional UI. It is on our list of possible things to look into but obviously no promises.
You donât have to use an x-devonthink-item
link but a link in an online Dropbox account will not work. However, you could use a link from your local Dropbox folder.
thx for the answer!
btw I tried and this seems to work from dropbox in DT:
<link href="https://dl.dropbox.com/s/ftceo69mvnkh1e1/Zmain.css?dl=0" rel="stylesheet">
Z
Interesting. I was trying the MultiMarkdown header method. let me checkâŚ
Nope. Iâm not seeing that work either.
Quit and relaunch DEVONthink to make sure itâs not just cached.
hi again @BLUEFROG.
it does work after a restart and also works on DTTGO!! Whehoo!
To use the css from dropbox in you will need to make a small adjustment to the URL by changing the âwww.â in the URL to âdl.â
For example:
https://www.dropbox.com/
should be converted to
https://dl.dropbox.com/../
Ie the final link looks like
https://dl.dropbox.com/s/ftceo69mvnkh1e1/Zmain.css?dl=0
then I added this to the top of the file
<link href="https://dl.dropbox.com/s/ftceo69mvnkh1e1/Zmain.css?dl=0" rel="stylesheet">
and it works in both!
let me know if this works for you, very useful!
best
Z
Interesting. I will try that out. Thanks for the follow up.
Works as expected. Nice find (though it does require an active Internet connection to work).
@lpuerto Thanks for the Typora suggestion. Itâs really improved my workflow.
This works perfectly well in DEVONthink! I used to use Typoraâs CSS stylesheets, but they did not render correctly in DT.
Hi groovytwo, the file link you provided is missing, could you please re-share it again, please?
People can put them in
~/Library/Application Support/DEVONthink 3/StyleSheets
if theyâd like.
Can stylesheets be aliased to that location, or they have to live there natively? Also, can you set the stylesheet preferences in Media > Style Sheet to an alias, or does it have to point to the original?
This folder is only intended for stylesheets for RSS news.
It has to be the original.
Thanks again.
On Mac Power Users, co-host David Sparks recommends using the code formatting in Markdown for notes and annotations. I tried that but at first it didnât work for me; I need my notes and annotations to really pop â jump out at me when Iâm scanning a document.
Solution: Very simple CSS to render code with a yellow background:
* {
font-family: "Menlo";
}
pre, code {
background-color: yellow;
}
hei @BLUEFROG is there a way to reach this behaviour w/o internet connection? I understand that answer is no today, right? That would be an awesome feature for any future release of DTTG.
Link for context: Using DEVONthink as a Read-it-later Service â The Sweet Setup
Instapaper and Pocket have put so much more thought into their typography and content layout. Yes DEVONthink has some modest options for text size, but none them make much difference in the quality of the reading experience.
I tend to use DTTG as read-me-later service (that works great) and was researching a way to adjust the default styling of the sheets (to make is pleasing for the eyes).