Open bolDeju opened 2 weeks ago
I like the way you are creating this project, standards should be a base for further app modules.
;)
Are you going to implement a parsing of files for certain logic objects, like tasks?
Most likely. It's been on my todo list for a while, especially since the addition of the calendar widget and deterministic periodic notes. I'm not entirely sure of what it will look like. Happy to discuss ideas.
Will there be some kind of inline math (mathjax, latex-like)?
Not currently planned.
Will there be some kind of native save-file - link it support (for example a science article in pdf, that you annotated in note will be saved in some attachments directory?
Almost definately! I was working on assets
support before I got side-tracked with the recent keyboard-layout issues (DE, RU). I'll post more information about this soon - would love your feedback and ideas.
Will there be some kind of highlight tool for any kind of documents?
Hmmm... not sure. Are you thinking about something minimal or more in the lines of zotero ?
I am asking those questions because I want to help with project development.
That's awesome! Any help would be greatly appreciated.
What is your roadmap for this project at this moment?
I don't have a publicly accessible roadmap. I'm currently tracking everything in my own notes (managed by Notesium). I should probably make one.
Thanks for your reply.
First of all I think it is very helpful that markdown (by default don't tell - [ ]
is a standart tasks syntax) because:
r
to x
between [ ]
)[ ]
- [ ]
I think that by default there should be todo.txt tasks. All other formats should be able to be implemented by some kind of side-parser. I don't completely know how it is better to implement but here is the idea. There is a binary that can parse specialized type of object (org-mode tasks) and output it in stdout (json-format, newline, ... idk) Then app just should merge those tasks in some kind of unified table with tags from where did it come. (Parse of all notes dir or just one file, that was specified) User that can write a simple rule, what task he want: urgent and important, importand and not on time... etc.
This way, I think may be implemented any kind of object parsing. But there should be a BASE what should be always parsed first.
As for me, I found out that I only need several tools for note-taking and productivity:
As you can see there only four objects that I definetly use:
I don't know what any user definetly need. Those are my needs. I'd like to see parsing of them in app by default.
I'had a lot of links to old sites in my old Logseq database. Now a lot of small cool sites are gone and info from them too. I think there is only way to solve this problem - saving such info by yourself. Any site can change. Your notes should refer something that you meant when was writing. I've searched a lot for easy to use tools with such ability, but found only several:
I just need ability to save anything and then just add my thoughts to any part of that info i saved. Zotero is not easy to use and in my opinion, more specialized (academic). Links (like object) should refer:
date
when it was doneplace
- local file or just link to a sitecontext
- relative place in whole place
what you are talking about (optional)Currently I am just thinking of how it will be implemented in general way, Do one thing, and do it well
.
How it should work with external tools? I don't currently know. I think this should be external, but easy to implement in other tools.
However, basic []()
markdown link is a must-have in terms of fast and easy-to-use writing. My teacher always said: Every tool should do one thing right—not everything poorly.
.
I like the way you are creating this project, standards should be a base for further app modules.
I have a few questions: Are you going to implement a parsing of files for certain logic objects, like tasks? Will there be some kind of inline math (mathjax, latex-like)? Will there be some kind of native save-file - link it support (for example a science article in pdf, that you annotated in note will be saved in some
attachments
directory? Will there be some kind of highlight tool for any kind of documents?I am asking those questions because I want to help with project development. What is your roadmap for this project at this moment?