Commit Graph

96 Commits (e9edd91003e00bf1516e41fea30f3aa6a2fde1db)

Author SHA1 Message Date
Vitali Haravy 6eab0d7f30 Correct wording of a comment in `config.edn` 2022-11-17 16:59:50 -05:00
Peng Xiao e8d1c1baa7 feat(whiteboard): onboarding whiteboard 2022-11-04 23:03:43 +08:00
Peng Xiao 2f5680bd49 wip 2022-11-04 23:03:43 +08:00
Loïc Gerbaud ac8b4a3665 Add french tutorial and dummy notes for demo 2022-10-31 11:37:08 -04:00
Junyi Du 0e4037ab61
Feat: new file name escaping rules (#6134)
* feat: new file name escaping for namespace

feat: new file name decoding back to page name

* test: file name sanitization

feat: use _0x to encode %

feat: don't create title property

test: extra URL encoding for escaped file names

fix: fit pdf prefix into new file name rules

fix: encoding rules on some characters

fix: handle the buggy file names imported by users

fix: pdf block ref failed to jump

fix: #6167

* fix: enhance backward compatibility

chore: title validation

test: fix namespace queries test

chore: use index version stored in config.edn instead of search.versions

* feat: convert old version graph mechanism

ui: file conversion UI

feat: rename files for conversion

feat: don't trigger conversion when title property is manually edited

fix: file conflict notification while renaming files on some OS

feat: re-index on update version

feat: clicking NO in the re-index dialog would update the index-ver flag to suppress the dialog

feat: use html entities for reserved char escaping

dev: remove unresolved vars & minor refactor

chore: move file name sanity from gp-util to fs-util, as it's for encoding only but not parsing

test: update file name tests to html entities rule

test: convert files from dir ver 3 for repo_tests

feat: convert Windows reserved file names

fix: save index version into idb instead of file

fix: decode uri of path while parsing files on mobile

fix: couple dir version and index version to ensure only re-index on converted dirs

feat: go back to url-encode for special chars

* chore: fix lint

chore: improve codebase to address Gabriel's comments

fix: remove file remnants on add conflict

fix: remove file remnants on rename conflict

chore: add test ns to nbb runner

Also fix typoed fn and remove unused code

* fix: issues of rebase PR6134 to master after file-sync merged

* feat: switchable filename format

* fix: use  go block to replace promesa for rename all with blocking

* feat: re-index after apply rename all

* ui: file conversion enhancement

* fix: merging filename format PR with master

* fix: filename format lint & CI

* ui: filename format flow

* fix: error handling on the rare internal file path confliction case

* chore: shorten component code for files-breaking-changed

* chore: fix CI

* Minor fixes per latest code review

- Remove unused page-name-order
- Update catch usage to be consistent with what's on master
- Place state fn in right place
- Wording fixes:
  - select and apply -> manual. There are no checkboxes for the user
  - Update -> Edit. We use edit for all other settings button
  - Alternatives to starting sentences with May. Not a common way to
    start a sentence
  - update outdated template comment

* ux: rename instruction update

* ux: rename instruction update (2)

* Tweak wording of conversion modal

Simplifed first paragraph and explained the page to the user in first
sentence, may isn't a common way to start sentences and updated outdated
wording

* Fix large-var warning by splitting out a piece of component

* fix: right slash on Windows; legacy format file sanitization

* fix: triple lowbar renaming fns

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-10-08 15:47:45 +08:00
Tienson Qin 937a22c7ba Increase content-max-length to 10k 2022-09-30 11:56:00 +08:00
Gabriel Horner 9d9e976b8c Merge branch 'master' into refactor/refs-from-property-values 2022-09-21 15:34:47 -04:00
imaginalis f40ab3552f Fix & refine Polish (`pl`) translations 2022-09-19 15:00:55 +08:00
Gabriel Horner a2ef3c5800 Fix confusing wording for :query options - fix #6751 2022-09-15 12:17:33 -04:00
Gabriel Horner 35e526e717 Merge branch 'master' into refactor/refs-from-property-values 2022-09-13 14:52:48 -04:00
Tienson Qin 9b34aec950 fix: config cleared if passed content is nil
Fixed #6701
Fixed #6700
2022-09-13 22:05:40 +08:00
Tienson Qin bb15d8ccf3 fix: change the property option to set 2022-09-09 15:36:55 +08:00
Tienson Qin b516c1db5f Add :property/separated-by-commas option 2022-09-09 12:40:14 +08:00
Tienson Qin 336fa578d5 refactor: replace directives(front matter or org) with properties 2022-09-09 12:37:55 +08:00
Gabriel Horner b1d210d26b Merge configs and create global config file if not present
- Cleanup repo and global config with system components
- test merging
- fix edge cases
2022-09-08 12:34:27 +08:00
Tienson Qin cc66195b58 fix: remove monitor-dirs 2022-09-03 19:31:17 +08:00
Charlie 01d879c18e
feat!: File Sync (#5355)
- file sync for electron/ios/android
- age encryption of both file content and file path
- massive UI enhancement
- corresponding CI tasks

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: rcmerci <rcmerci@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-09-01 00:31:49 +08:00
Gabriel Horner 252fec4dd6 Fix typo in comment 2022-08-31 11:09:35 -04:00
Tienson Qin 9ac8bf98e1 feat: introduce :block/content-max-length for better performance for
both searching and editing.
2022-08-31 23:02:19 +08:00
Gabriel Horner 5f9f090a8f Add comment to use :rich-property-values? correctly 2022-08-26 10:11:21 -04:00
Gabriel Horner 569b2417e5 Document config introduced in #2975 2022-08-26 10:07:33 +08:00
Tienson Qin f7d5315acf fix: CI 2022-08-25 21:24:22 +08:00
Tienson Qin 1ee294e047 fix: filters not working for children blocks in linked references
related to #6457

fix #6462
fix #6458
2022-08-24 19:45:10 +08:00
Gabriel Horner 55ccc2d17c Rename config to :rich-property-values?
Name should allow for additional functionality later
2022-08-23 09:55:15 -04:00
Gabriel Horner 0719163d30 Split out parse-property for use in dsl-query and tests
- Add tests for all *property dsl queries with and without new
  config option
- Add tests for property persistence
- Add tests for property relationships
2022-08-11 16:32:00 -04:00
Gabriel Horner 405183db09 Add config option to allow for more free text in property values
Still need to test that *property operators work correctly when this
option is on
2022-08-11 16:32:00 -04:00
Michał Świtoń ca23f3a689 Polish translation 2022-08-11 10:53:05 -04:00
Andelf 271700ec02
Merge branch 'master' into fix/search-remove-accents 2022-08-02 12:14:24 +08:00
Herman Sandoval 4d2e48026b
Spanish language strings added (#6217)
* Spanish language strings added

- New dictionary array strings added
- Dummy-notes and tutorial files created
2022-08-01 16:57:05 +08:00
maxweilun1989 78882b0051 fix: add some remember note for toggle :feature/enable-search-remove-accents? 2022-07-28 21:34:40 +08:00
Alex L 178e2f51bb Clearer examples in config.edn 2022-07-28 15:49:45 +08:00
maxweilun1989 15a0f19a82 fix: add :feature/enable-search-remove-accents 2022-07-27 18:34:01 +08:00
Gabriel Horner a0087d7792 Add config options to disable property pages and to exclude certain ones 2022-07-15 15:26:09 +08:00
Gabriel Horner 2917cce179 Macro docs tweaks - close #1598
two curly braces are sufficient
2022-07-11 16:00:23 -04:00
llcc 2f35629738 allow user to disable gestures on blocks with customized tags 2022-06-27 15:43:37 +08:00
Andelf e82c2b637c fix(config): wrong quick capture text template
Fix #5791
2022-06-22 11:55:04 -04:00
Hounsou Dansou 826a075b4f fix: Add missing config
- bullet indentation
- scheduled and deadline default query
2022-06-13 15:22:30 +08:00
Darwis 14dc2d1e30
Predefined view and transform (#5479)
* add pre-defined view in config.edn and use it in query :view

* expose js/console.log and pprint to use in query transform function or view function for easy debug query result.

* reusable pre-defined result-transform in cunfig.edn to use in query

* fix whitespace diff

* Add query namespace to predefined :view and :result-transform in config.edn
2022-06-03 10:00:15 -04:00
Sunghyun Cho 22780acbd9 Add translated tutorials 2022-06-03 09:56:30 -04:00
ingepettersen 98250d4de2 Norwegian tutorial.md 2022-06-01 09:41:22 -04:00
ingepettersen a41f16578a Norwegian dummy-notes.md 2022-06-01 09:40:52 -04:00
Charlie 55ccdd5dba
Feature/onboarding Quick tour (#5247)
* enhance(ui): polish elements of left sidebar

* enhance(ui): active state of nav item from left sidebar

* enhance(ui): active state of nav item from left sidebar

* enhance(ui): WIP quick tour tips

* enhance(ui): WIP quick tour tips

* enhance(ui): WIP quick tour tips

* enhance(ux): add quick tour palette command

* enhance(ui): add step dots for quick tour tips

* enhance(ux): title hints for sidebar link items

* fix(ui): active state for journals from left sidebar

* enhance(ux): support quick tour command when initial app

* fix(ui): position of journal page quick tour tip box

* fix: cljs lint

* fix: remove unused method

* fix(e2e): e2e test for new left sidebar
2022-05-31 16:41:17 +08:00
ntotao c035f8f8ac dummy notes in italian 2022-05-26 02:54:04 +08:00
ntotao 3d4fe59551 Added tutorial-it and dummynotes-it for Italian lang 2022-05-26 02:54:04 +08:00
sosuisen 421d800676 fix: update Japanese tutorial 2022-05-19 17:51:49 +08:00
queeup 3e33549a74 feat: add Turkish language 2022-05-05 17:41:56 +08:00
arcstur d0e9a66a94 Typo 2022-04-18 12:12:05 +08:00
arcstur 3db9eaa334 Add start-of-week to default config.edn 2022-04-18 12:12:05 +08:00
Charlie 0d3ac91ca3
Feature/Setups of Onboarding Process (#4580)
UX enhancement: onboarding setup graphs 

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-04-02 21:37:38 +08:00
Gabriel Horner f683b461cd
Merge branch 'master' into patch-tutorial-i18n 2022-03-28 16:31:48 -04:00