Commit Graph

1633 Commits (6a9ac5cb3f7a1fd5faabfb57cad966f267e1c5fa)

Author SHA1 Message Date
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
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
Tienson Qin 85a1837004 fix: remove fixed-width 2020-11-18 21:25:00 +08:00
Tienson Qin fc1dc6d92f fix: remove empty pages
Resolved #683
2020-11-18 19:07:17 +08:00
Tienson Qin 9ac1316f1a chore: style tweaks 2020-11-18 18:13:17 +08:00
Tienson Qin 1c7564caa7 fix: inline math parsing done right 2020-11-18 10:50:08 +08:00
Tienson Qin c83412b111 Merge branch 'master' of github.com:logseq/logseq into master 2020-11-18 10:49:14 +08:00
Tienson Qin 0e0c34bc72 fix: inline math parsing 2020-11-18 10:44:37 +08:00
anoffvu a3ffeb867e README github env variables clarification 2020-11-17 16:57:56 -08:00
Tienson Qin 7db20ddc85 fix: shift+click to open journal page 2020-11-17 16:46:37 +08:00
Tienson Qin e40a9a7da7 fix: shift+click open a page in the search box 2020-11-17 16:44:21 +08:00
Tienson Qin fdc201433c fix: don't show autocomplete commands when paste a link 2020-11-17 16:41:28 +08:00
Tienson Qin 4bad2b991c fix: inline math string can't have spaces in the beginning or ending
Resolved #666
2020-11-17 16:04:51 +08:00
Tienson Qin 7612bfd0ef
fix: rename the file when renaming page (#667)
* fix: rename the file when renaming page

Resolved #323
2020-11-17 14:47:42 +08:00
Tienson Qin 4998113305
Merge pull request #648 from logseq/refactor/state
Minor refactoring of state.cljs
2020-11-16 19:13:15 -06:00
Tienson Qin 8f2b756214 fix: Nothing found for entity id
Resolved #661
2020-11-16 23:26:07 +08:00
Tienson Qin 733686db01 chore: light theme blockquote style tweaks 2020-11-16 14:51:22 +08:00
Tienson Qin 6edb36a090 feat: add org link id support
Resolved #659
2020-11-16 14:27:28 +08:00
Tienson Qin 09be59337a fix: separate tags are merged into a single page
Resolved #651
2020-11-15 21:28:09 +08:00
Tienson Qin c9cbc60fea fix: don't render block embed children recursively 2020-11-15 19:40:38 +08:00
Tienson Qin b6a9afc303 fix: don't alert file already exists when creating new page 2020-11-15 18:12:40 +08:00
Tienson Qin bca87b2b81 fix: edit the current block when press "Enter" and pos is zero 2020-11-15 17:55:26 +08:00
Tienson Qin cdba94dae7 fix: don't git push when it's already pushing 2020-11-14 21:58:25 +08:00
Yukun Guo d48f081067 refactor: no need to return channel in add-tx! 2020-11-14 15:35:29 +08:00
Yukun Guo 7aee2ff288 refactor: make state private
But state/sub still exposes the keys
2020-11-14 15:35:29 +08:00
Yukun Guo 17d1c3cbea refactor: cloning? -> get-cloning? 2020-11-14 15:35:29 +08:00
Yukun Guo 63027a7258 refactor: most get-editor-show-* should end with '?' 2020-11-14 15:35:29 +08:00
Yukun Guo 6193f85499 refactor: set-editor-show-* should end with '!' 2020-11-14 15:35:29 +08:00
Yukun Guo 75392d254f refactor: state setters should end with '!' 2020-11-14 15:35:29 +08:00
Yukun Guo d9e81bb15d refactor: simplify code with set-state! 2020-11-14 15:35:29 +08:00
Yukun Guo be94dfc4a2 refactor: simplify code in state.cljs
...and add comments/docstrings
2020-11-14 15:35:29 +08:00
Tienson Qin ebb4e4c745 chore: updated several example secrets 2020-11-14 02:40:26 +08:00
Tienson Qin 1614113f61 chore: fix wrong repo links 2020-11-14 02:31:56 +08:00
Tienson Qin c1acca2431 fix: light theme background
closed 644
2020-11-14 01:03:59 +08:00
Tienson Qin aa25e60655 Merge branch 'master' of github.com:logseq/logseq into master 2020-11-14 00:38:56 +08:00