mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-16 16:11:39 +00:00
Compare commits
15 Commits
c042ed2fea
...
f6e74817cd
| Author | SHA1 | Date | |
|---|---|---|---|
| f6e74817cd | |||
| cb8c09e53a | |||
| 547aaa27a0 | |||
| d9b3465fec | |||
| 814d645172 | |||
| 3b2b24cdf2 | |||
| 816572d033 | |||
| 68dacf3e47 | |||
| 4aca401d57 | |||
| 70e30f1e75 | |||
| 9dcc475873 | |||
| 4415c056e4 | |||
| 48e9fec15b | |||
| 0ba34bf84d | |||
| 9ece908ae6 |
@ -362,6 +362,7 @@ var attributes = {
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
// XXX handle cursor marker...
|
||||
// XXX do button naviigation a-la tasks...
|
||||
var templates = {
|
||||
__proto__: plugin,
|
||||
|
||||
|
||||
@ -164,27 +164,29 @@ var setup = function(){
|
||||
|text|text|text|
|
||||
-
|
||||
- ## ToDo:
|
||||
- ASAP Basic standalone client
|
||||
- _the main idea is to provide a minimal usable app with syncable data_
|
||||
- basic pwa (shared api)
|
||||
- localStorage
|
||||
- FileSystemAPI
|
||||
- ASAP Basic standalone client (file-oriented)
|
||||
- _The main idea is to provide a minimal usable app with syncable (externally)
|
||||
data_
|
||||
- _Use to write/maintain docs for self_
|
||||
- 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???
|
||||
...this boils down to if we need to ask for access every run or
|
||||
onse per install...
|
||||
- Nextcloud (???)
|
||||
- electron app
|
||||
- node fs
|
||||
- cordova app
|
||||
once per install, if it's the former this API is essentially
|
||||
unusable...
|
||||
- Nextcloud / WebDAV (???)
|
||||
- _how expensive is it to do a nextcloud plugin???_
|
||||
- Desktop / electron app
|
||||
- fs
|
||||
- Mobile / cordova app (???)
|
||||
- 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:
|
||||
- ASAP keyboard actuation (a-la checkboxes)
|
||||
- inline DONE
|
||||
@ -871,4 +873,4 @@ var setup = function(){
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!-- vim:set ts=4 sw=4 nowrap : -->
|
||||
<!-- vim:set ts=2 sw=2 expandtab nowrap : -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user