Commit Graph

61 Commits

Author SHA1 Message Date
Tienson Qin
77e63f6461 enhance: allows empty content only for delete-blocks and move-blocks (#8199)
allows empty content only for delete-blocks and move-blocks
2023-01-09 22:24:08 +08:00
Tienson Qin
937f3ea9bc Add public/static to gitignore 2022-12-06 18:26:16 +08:00
Andelf
7804fee8c3 fix(build): use yarn.lock in static 2022-12-05 16:56:51 +08:00
Junyi Du
adf8d55b91 chore: update gitignore with e2e dump 2022-11-30 21:59:36 +08:00
Sergey Kolesnik
452d611214 Style fix: added .page-title class to sidebar item for :page-presentation command (just like :page command) 2022-11-14 20:45:59 +08:00
Timothy Pratley
3b6a89c975 replace whiteboard printing with ugly print
Prints fast with newlines

clojure -M:test:bench

Testing frontend.benchmark-test-runner
[], (with-out-str (pprint/pprint onboarding)), 10 runs, 2950 msecs
[], (with-out-str (fipp/pprint onboarding)), 10 runs, 2447 msecs
[], (up/ugly-pr-str onboarding), 10 runs, 94 msecs
[], (pr-str onboarding), 10 runs, 82 msecs
2022-11-14 17:23:42 +08:00
Gabriel Horner
96ebd7d8b3 Put tldraw-logseq.js in same source path as other js files
No need for a separate source path
2022-09-24 02:58:10 -04:00
Andelf
2a73019b34 refactor(mobile): use ios file-sync as lib 2022-09-16 21:12:15 +08:00
Tienson Qin
7a0075491f Add capacitor.config.json to gitignore 2022-09-14 11:30:11 +08:00
Tienson Qin
a6eca9d5de chore: updated gitignore 2022-05-30 16:17:16 +08:00
Gabriel Horner
efd53b4591 Basic test for parsing docs graph 2022-05-04 12:02:36 -04:00
Tienson Qin
2b0a56018c fix: Disappearing children
close #4814
2022-04-05 12:44:46 +08:00
Junyi Du
1f9ce0b0bf fix: always trigger removing file of separate git dir 2022-03-21 13:02:28 +08:00
Jonah Goldsaito
cc0cdb40f2 Load more journal entries (#3048)
* Update the default number of journal entries shown

* Get 7 journal entries per load while infinite scrolling

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-02-22 17:30:31 +08:00
Gabriel Horner
7497d8b396 Lint a good chunk of src/main/frontend
Left some TODOs to discuss with others and others for me to finish
2022-01-11 17:34:54 -05:00
Peng Xiao
17b5cdb9e8 feat: add a secret global flag to load graph progammtically (#3531)
* feat: add a secret global flag to load graph from a user defined dir

* fix: use LOGSEQ_OVERWRITE_OPEN_DIR env var to overwrite the openning graph dir

* e2e: add a test for load & check saved graph data

* fix: should also pass in process.env for testing fixtures

* feat: new way to set open dir folder

* fix: e2e

* fix: remove playwright global flag check

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-01-05 21:05:05 +08:00
llcc
6434fa8e7e Merge branch 'master' into mobile 2021-11-22 17:03:20 +08:00
leizhe
0b9bd09855 add .gitignore file 2021-11-19 19:38:01 +08:00
Tienson Qin
b0fbc62801 chore: add yarn.lock to .gitignore 2021-11-18 21:55:59 +08:00
Seth
9d999614bd update readme to include platform specific docker instructions 2021-10-25 11:39:41 +08:00
Tienson Qin
f0af0f05dd test: cypress scaffolding 2021-06-22 10:57:11 +08:00
Charlie
5df70519c1 Merge branch 'master' into feat/integration-plugins-core 2021-06-02 10:25:49 +08:00
Devon Zuegel
11559b64cc Add newline to .gitignore 2021-06-01 22:29:50 +08:00
Devon Zuegel
e677c3eada Add .vscode to .gitignore 2021-06-01 22:29:50 +08:00
charlie
158c7645e3 fix(plugin): exported api namespace 2021-05-17 12:36:23 +08:00
charlie
f3edb9b77f feat(plugin): merge implementation 2021-05-08 20:32:20 +08:00
Tienson Qin
f1f9800d96 Revert "feat(plugin): merge implementation"
This reverts commit 7f867236d7.
2021-05-08 19:02:34 +08:00
charlie
7f867236d7 feat(plugin): merge implementation 2021-05-07 16:54:14 +08:00
thezjy
a4d0666bcc feat: use a button to load more journals (#1529)
* feat: use a button to load more journals

* feat: preserve the "scroll to load more" behavior

* ignore .clj-kondo all together

* enhance: load latest two journals by default

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-03-25 11:45:31 +08:00
Martin Klepsch
b1149309df add configuration files for clj-kondo + rum defc 2021-03-22 11:11:45 +08:00
rainmote
a6780401b4 fix: can't found code-editor.js on desktop
fix: load setting page error when no repo
2021-01-31 16:29:44 +08:00
Tienson Qin
538a3dd5c1 feat: electron wip
Copy the code from defclass/electron to build ipc layer
2021-01-18 23:16:33 +08:00
Runjuu
df1043be0a feat(dev): update build process
change output from `resources/static/` to `static/`
2020-11-02 10:52:37 +08:00
Runjuu
85a3d7d640 chore: update .gitignore 2020-11-02 09:56:53 +08:00
Runjuu
ed263f485a feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
Tienson Qin
cd69b37441 refactor: add publishing to ignore 2020-10-28 00:49:38 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00
Tienson Qin
68d482c247 Use cdn asset instead of our own server
Resolved #160
2020-10-12 12:17:01 +08:00
Tienson Qin
4eb080463d Add publishing code-editor.js to gitignore 2020-10-12 11:38:24 +08:00
Tienson Qin
105bb5042c Add code-editor.js 2020-10-09 23:37:16 +08:00
Tienson Qin
c257dbe705 Fix code editing 2020-10-09 16:45:05 +08:00
Tienson Qin
4ab414c655 Working prototype yay! 2020-09-29 23:07:42 +08:00
Haoji Xu
0945bd2b04 feat: crowdin export 2020-09-12 21:35:29 +08:00
Haoji Xu
8211a93630 chore: adds gitignore to include calva files 2020-08-07 08:14:45 +08:00
Tienson Qin
8c35556605 Add tauri 2020-07-09 11:31:58 +08:00
Tienson Qin
e26770e701 ignore 2020-07-08 23:32:05 +08:00
Tienson Qin
729e995241 Tailwind css size optimization 2020-07-08 23:27:15 +08:00
Tienson Qin
0462e6aab8 Don't auto-complete search for now 2020-04-16 10:32:09 +08:00
Tienson Qin
8b0067acaf make it easy to deploy 2020-04-11 21:17:31 +08:00
Tienson Qin
8838af843c Add report 2020-04-10 19:42:43 +08:00