I thought this was going to be some note-taking add-on for the cross-protocol chat app Trilium.
Show HN: Trilium Notes – Scriptable note-taking application
101–110 of 129 posts
Re: Show HN: Trilium Notes – Scriptable note-taking application
#102Earlier quoted context omitted.
For the export there's a TAR archive which contains a directory structure of HTML/Markdown files (you can choose the format) representing the notes in the tree structure. Extra metadata are stored in a single JSON file (in the same tar). Same tar archive can also be imported without losing anything in the process. Besides that there's an OPML file export which contains a tree structure with plain text. Its import see…
So, say I export my note as a markdown document, what I'm seeing is that all the images that I had pasted into my note are still referenced as a link. I was thinking the image itself would be copied into an images directory and referenced relative to the note, locally. Is it possible to do that?
But you're right that the exported note doesn't rewrite the link to correctly point to the local exported image.
Re: Show HN: Trilium Notes – Scriptable note-taking application
#103Sort of related. Does anyone know of any note apps that will let you select and area of web page, and drag it into the note. I just want easily make a scrap book of relevant info from web pages I visit. The solution I know of, Screen shot, saving, loading, and so on has too many steps. I just want something that will let me select and drag into the note. And that will look exactly like I see on the webpage. Bonus, if…
(I suppose other OS's have similar shortcuts as well, so if you use something else, this might be worth Googling for.)
Otherwise, I think Pocket might be exactly scrapbook-collector-type thing you're looking for?
Re: Show HN: Trilium Notes – Scriptable note-taking application
#104First of all, congrats. It looks like a nice application with good thought out features. I've esp. liked central syncing, source code capabilities and markdown. I personally use Zim [0] at work, which is pretty dependable, extensible and mature. Zim also builds a personal knowledge base with exports, so you can learn from its approaches I think. However, I personally don't prefer to use electron applications, so Tril…
I'm a zim user too but looking to replace it. Why is Electron a deal breaker for you? (Also, in case you didn't notice, you can host Trilium on a server if you want to)
Re: Show HN: Trilium Notes – Scriptable note-taking application
#105Earlier quoted context omitted.
I'm a zim user too but looking to replace it. Why is Electron a deal breaker for you? (Also, in case you didn't notice, you can host Trilium on a server if you want to)
Yeah i was a happy zim user but kept hitting the wall that zim is clearly designed for the desktop. While i don't take as many notes on mobile as I do on desktop, i still have the need for mobile notes...and zim fell short. I know there are alternative methods where some folks use zim on their desktop and then for mobile leverage dropbox - both for synching the zim files and using dropbox's text editor (such as it is…
Also, applications/cliens like nvALT, nvPY provide a very very fast workflow for instinctive note taking and recalling.
Re: Show HN: Trilium Notes – Scriptable note-taking application
#106Earlier quoted context omitted.
I have made something like that [1] for my note-taking app. It doesn't currently include Trillium though, and it may be skewed towards the features I'm personally interested in, but if somebody would like to help make it better I'm all ears. [1] https://github.com/fabiospampinato/notable#comparison
It's a good start but since it's meant to compare your own note taking app to others it's indeed a bit biased. Maybe make it easier for others to contribute to the table, and add a few missing features (for instance web clipper is not in the list). Also the negative categories like "no bloat", "no wysiwyg" being marked a positive for your app is a bit weird. Many users will not see a web clipper or wysiwyg as bloat.
I think contributing to it should be easy enough, one just has to edit this [1] HTML file. It was a plain Markdown/ASCII table earlier, but since it's quite wide it wasn't looking too good.
[1] https://github.com/fabiospampinato/notable/blob/master/resou...
Re: Show HN: Trilium Notes – Scriptable note-taking application
#107I wish somebody would write a good comparative review of all the note-taking, information organization and outlining apps... I'm in constant search of the one that would actually suit my preferences. Perhaps this is the one (but chances are it's not). Let's take a look...
(if you are a programmer) Why don't you write it? It seems to me a good personal project, not too much complex and pretty funny (at least to me)
Re: Show HN: Trilium Notes – Scriptable note-taking application
#108Will check out Trillium
Re: Show HN: Trilium Notes – Scriptable note-taking application
#109Re: Show HN: Trilium Notes – Scriptable note-taking application
#110Sort of related. Does anyone know of any note apps that will let you select and area of web page, and drag it into the note. I just want easily make a scrap book of relevant info from web pages I visit. The solution I know of, Screen shot, saving, loading, and so on has too many steps. I just want something that will let me select and drag into the note. And that will look exactly like I see on the webpage. Bonus, if…