Commit Graph

1825 Commits (1b20c3e21432242f257b633f0925c572fabdaf06)

Author SHA1 Message Date
Sly fbfbdb339e
Fix: Support global variables for dark theme (#723) 2020-11-24 00:01:30 +08:00
Tienson Qin c2467f4be6 Merge branch 'master' of github.com:logseq/logseq into master 2020-11-23 23:14:20 +08:00
Tienson Qin b38ee92ce9 Page name allows ( to be first char 2020-11-23 23:11:40 +08:00
Tienson Qin 46b7fc6865
Merge pull request #721 from logseq/fix-css-notification
Fix: Dark theme for notification area
2020-11-23 08:24:05 -06:00
sly 0329405e2d Fix: Support dark theme for notification area 2020-11-23 05:49:59 -08:00
Tienson Qin e00b1693c6
Merge pull request #714 from logseq/fix-css-textarea
Fix: Better font rendering and alignement
2020-11-23 03:13:02 -06:00
Tienson Qin 0793f991dc feat: chrome native compatible fs api 2020-11-23 17:10:29 +08:00
Yukun Guo e3111ed37f ci: add CI 2020-11-23 16:55:24 +08:00
sly 0e95e3453a Fix: Even better alignement for todo marker 2020-11-22 12:50:39 -08:00
sly bdf9edeb68 Fix: Better alignement for todo marker 2020-11-22 12:41:29 -08:00
sly 15f4b42753 Fix: Inherit letter spacing 2020-11-22 09:10:15 -08:00
sly d28ad027c9 Fix: Inherit font weight 2020-11-22 09:01:19 -08:00
Tienson Qin b3de3f1d88 chore: bump minor version 2020-11-22 20:43:22 +08:00
Tienson Qin b1d6ae8815 Merge branch 'master' into feat/chrome-native-fs 2020-11-22 20:42:49 +08:00
Tienson Qin 6a9dd1904b chore: remove unused async-chan 2020-11-22 17:36:56 +08:00
Tienson Qin 82fe6e2108
Merge pull request #700 from logseq/refactor/db
Code cleanup and minor refactoring for db.cljs
2020-11-22 03:34:46 -06:00
Tienson Qin 9287afd79d
Merge pull request #662 from defclass/defclass/fix/refresh-token
fix(token):  refresh token automatically
2020-11-22 03:33:45 -06:00
Tienson Qin 0d0eb40d93
Merge pull request #705 from logseq/fix-css-scrollbar
Fix: Scrollbar: Better global variable names and added support for Firefox
2020-11-22 02:55:39 -06:00
Tienson Qin b9cf077b72 chore: cache nfs file handles 2020-11-22 01:42:27 +08:00
Tienson Qin a6a675045e feat: native filesystem api integration WIP 2020-11-22 01:17:47 +08:00
Sly e152b5d973
Fix typo in names 2020-11-21 13:03:39 +01:00
Tienson Qin 91c692c0f7
Merge pull request #706 from logseq/fix-css-selection
Add: CSS Global Variables:  Support for selection colors.
2020-11-20 22:01:23 -06:00
Sly 65c8db2171
Fix semiclons 2020-11-21 02:14:09 +01:00
Tienson Qin 704846c5f2 fix: can't run clojure code 2020-11-21 09:05:47 +08:00
Sly 43730d420e
Fix semicolon 2020-11-20 22:54:43 +01:00
sly 298c86409a Add: Support for selection colors on custom theme. 2020-11-20 13:31:51 -08:00
sly 2ff3fb0412 Fix: Better global names and add support for firefox scrollbar 2020-11-20 13:19:25 -08:00
Yukun Guo ceba97f8b4 refactor: rearrange query order 2020-11-20 11:55:38 +08:00
Yukun Guo e2d7cac21f refactor: simplify remove-query-component! 2020-11-20 11:39:40 +08:00
Yukun Guo 1f3573fa87 refactor: simplify build-nodes 2020-11-20 11:39:40 +08:00
Yukun Guo 05a6a11523 fix: pass repo argument in get-pages 2020-11-20 11:39:40 +08:00
Yukun Guo d151beb36f chore: minor changes in db.cljs 2020-11-20 11:39:40 +08:00
Tienson Qin 6a9ac5cb3f fix: [regression] tag autocomplete now adds extra brackets : #[[tag]] instead of #tag
Resolved #691
2020-11-19 22:48:27 +08:00
Tienson Qin 34be1a4df7 fix: disable links without http or https 2020-11-19 22:30:27 +08:00
Tienson Qin ebfb21d799 feat: org-mode heading id link support 2020-11-19 18:02:28 +08:00
defclass 23e818c32a style(token): fix code styles 2020-11-19 16:08:11 +08:00
Tienson Qin 5cd527d7bb fix: regex 2020-11-19 16:06:27 +08:00
Tienson Qin 9366bc7d5f fix: regex 2020-11-19 15:59:38 +08:00
Tienson Qin b3df6ce33c fix: links support capitalized HTTP 2020-11-19 15:29:04 +08:00
Tienson Qin fde471b53b fix: support links without "https" prefix 2020-11-19 15:27:14 +08:00
Tienson Qin 0a92889258 fix: user custom commands not working 2020-11-19 15:22:54 +08:00
Tienson Qin e22ba14e64 feat: journal file names add custom format support
Add `:journal/file-name-format "yyyy_MM_dd"` to the `config.edn`.
2020-11-19 12:17:17 +08:00
Tienson Qin e54ea35131
Merge pull request #687 from logseq/fix-css-fontsize
Fix: Apply font size to all divs.
2020-11-18 09:48:17 -06:00
sly 487b4f57da Fix: Apply font size to all divs. 2020-11-18 07:43:46 -08:00
Tienson Qin a567b5496d fix: don't impose spaces for slash autocomplete 2020-11-18 23:34:20 +08:00
Tienson Qin 84a4df1001 chore: bump version 2020-11-18 23:07:54 +08:00
Tienson Qin 857e1d3df2 fix: restore the commands after auto-complete date commands
Related to #686
2020-11-18 23:01:11 +08:00
Tienson Qin 86c2e460cf
Merge pull request #684 from etiennelb/feat/french-language
feat: add French language (without on-boarding)
2020-11-18 07:47:52 -06:00
Etienne Le Belléguy 78ddbd2600
feat: add French language (without on-boarding) 2020-11-18 14:31:31 +01:00
Tienson Qin 5d3b6322f5
feat: support org mode file links (#681)
* feat: support org-mode file links

Add a `:org-mode/insert-file-links` option to configuration.
2020-11-18 21:27:40 +08:00