Compare commits

...

15 Commits

Author SHA1 Message Date
f6e74817cd addes link..
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-26 16:12:12 +03:00
cb8c09e53a Merge branch 'master' of github.com:flynx/pWiki 2025-03-26 15:55:50 +03:00
547aaa27a0 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-25 18:10:56 +03:00
d9b3465fec ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-24 21:31:28 +03:00
814d645172 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-23 20:52:03 +03:00
3b2b24cdf2 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-22 12:10:44 +03:00
816572d033 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-21 12:05:15 +03:00
68dacf3e47 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-20 23:03:45 +03:00
4aca401d57 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-19 19:01:44 +03:00
70e30f1e75 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-18 13:58:06 +03:00
9dcc475873 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-17 13:54:53 +03:00
4415c056e4 ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-16 14:54:07 +03:00
48e9fec15b ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-15 22:53:12 +03:00
0ba34bf84d ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-15 11:51:57 +03:00
9ece908ae6 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-03-12 13:57:28 +03:00
2 changed files with 44 additions and 41 deletions

View File

@ -362,6 +362,7 @@ var attributes = {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// XXX handle cursor marker... // XXX handle cursor marker...
// XXX do button naviigation a-la tasks...
var templates = { var templates = {
__proto__: plugin, __proto__: plugin,

View File

@ -164,27 +164,29 @@ var setup = function(){
|text|text|text| |text|text|text|
- -
- ## ToDo: - ## ToDo:
- ASAP Basic standalone client - ASAP Basic standalone client (file-oriented)
- _the main idea is to provide a minimal usable app with syncable data_ - _The main idea is to provide a minimal usable app with syncable (externally)
- basic pwa (shared api) data_
- localStorage - _Use to write/maintain docs for self_
- FileSystemAPI - Levels::
- PWA (shared api)
- ASAP Conflict resolution
- merge two versions
- identify conflicts
- ASAP localStorage
- ASAP FileSystemAPI (???)
- see::
- https://developer.chrome.com/docs/capabilities/web-apis/file-system-access
- is this usable??? - is this usable???
...this boils down to if we need to ask for access every run or ...this boils down to if we need to ask for access every run or
onse per install... once per install, if it's the former this API is essentially
- Nextcloud (???) unusable...
- electron app - Nextcloud / WebDAV (???)
- node fs - _how expensive is it to do a nextcloud plugin???_
- cordova app - Desktop / electron app
- fs
- Mobile / cordova app (???)
- fs - fs
- Standalone client
- basic
- file-oriented
- mid
- logseq-like???
- advanceed (pWiki)
_this needs thought -- either integrate into pWiki or the other way
around_
- Item templates: - Item templates:
- ASAP keyboard actuation (a-la checkboxes) - ASAP keyboard actuation (a-la checkboxes)
- inline DONE - inline DONE
@ -871,4 +873,4 @@ var setup = function(){
</body> </body>
</html> </html>
<!-- vim:set ts=4 sw=4 nowrap : --> <!-- vim:set ts=2 sw=2 expandtab nowrap : -->