Skip to content

Commit

Permalink
Merge pull request #4 from TCOTC/dev-copyto
Browse files Browse the repository at this point in the history
Dev copyto
  • Loading branch information
TCOTC authored May 15, 2024
2 parents 7f539f5 + 2f05df4 commit 553ecc8
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 12 deletions.
3 changes: 3 additions & 0 deletions app/appearance/langs/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@
"spellcheckTip": "After enabling, the browser's built-in spell check function will be used. Currently, only English spell check is supported",
"over": "over",
"preview": "Export Preview",
"copyToWechatMP": "Copy to Wechat MP",
"copyToZhihu": "Copy to Zhihu",
"copyToYuque": "Copy to Yuque",
"quote": "Blockquote",
"startRecord": "Start Record",
"endRecord": "End Record",
Expand Down
3 changes: 3 additions & 0 deletions app/appearance/langs/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@
"spellcheckTip": "Después de habilitar, se utilizará la función de revisión ortográfica integrada del navegador. Actualmente, solo se admite la revisión ortográfica en inglés",
"over": "sobre",
"preview": "Vista previa de la exportación",
"copyToWechatMP": "复制到公众号",
"copyToZhihu": "复制到知乎",
"copyToYuque": "复制到语雀",
"quote": "Párrafo cita",
"startRecord": "Iniciar grabación",
"endRecord": "Finalizar grabación",
Expand Down
3 changes: 3 additions & 0 deletions app/appearance/langs/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@
"spellcheckTip": "Après l'activation, la fonction de vérification orthographique intégrée du navigateur sera utilisée. Actuellement, seule la vérification orthographique en anglais est prise en charge",
"over": "over",
"preview": "Aperçu de l'exportation",
"copyToWechatMP": "复制到公众号",
"copyToZhihu": "复制到知乎",
"copyToYuque": "复制到语雀",
"quote": "Citation de bloc",
"startRecord": "Début d'enregistrement",
"endRecord": "fin d'enregistrement",
Expand Down
3 changes: 3 additions & 0 deletions app/appearance/langs/ja_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@
"spellcheckTip": "ブラウザの組み込みスペルチェック機能を使用します。現時点では英語のスペルチェックのみがサポートされています",
"over": "以上",
"preview": "プレビュー",
"copyToWechatMP": "复制到公众号",
"copyToZhihu": "复制到知乎",
"copyToYuque": "复制到语雀",
"quote": "引用",
"startRecord": "録音開始",
"endRecord": "録音停止",
Expand Down
3 changes: 3 additions & 0 deletions app/appearance/langs/zh_CHT.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@
"spellcheckTip": "啟用後將使用瀏覽器內置的拼寫檢查功能,目前僅支持英文拼寫檢查",
"over": "超過",
"preview": "匯出預覽",
"copyToWechatMP": "复制到公众号",
"copyToZhihu": "复制到知乎",
"copyToYuque": "复制到语雀",
"quote": "引述",
"startRecord": "開始錄音",
"endRecord": "結束錄音",
Expand Down
3 changes: 3 additions & 0 deletions app/appearance/langs/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@
"spellcheckTip": "启用后将使用浏览器内置的拼写检查功能,目前仅支持英文拼写检查",
"over": "超过",
"preview": "导出预览",
"copyToWechatMP": "复制到公众号",
"copyToZhihu": "复制到知乎",
"copyToYuque": "复制到语雀",
"quote": "引述",
"startRecord": "开始录音",
"endRecord": "结束录音",
Expand Down
4 changes: 4 additions & 0 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@
white-space: nowrap;
}

&[data-block-id] > .block__icon[data-type="copy"] {
display: none;
}

&.dragover__right {
border-right-color: var(--b3-theme-primary-lighter);
}
Expand Down
4 changes: 4 additions & 0 deletions app/src/assets/scss/protyle/_wysiwyg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -670,5 +670,9 @@
.av__cell--header:hover {
background-color: transparent;
}

.av__cell[data-block-id] > .block__icon[data-type="copy"] {
display: block;
}
}
}
6 changes: 3 additions & 3 deletions app/src/protyle/preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ export class Preview {
actionHtml.push('<button type="button" data-type="mobile">Mobile/Wechat</button>');
break;
case "mp-wechat":
actionHtml.push('<button type="button" data-type="mp-wechat" class="b3-tooltips b3-tooltips__w" aria-label="复制到公众号"><svg><use xlink:href="#iconMp"></use></svg></button>');
actionHtml.push('<button type="button" data-type="mp-wechat" class="b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.copyToWechatMP}"><svg><use xlink:href="#iconMp"></use></svg></button>');
break;
case "zhihu":
actionHtml.push('<button type="button" data-type="zhihu" class="b3-tooltips b3-tooltips__w" aria-label="复制到知乎"><svg><use xlink:href="#iconZhihu"></use></svg></button>');
actionHtml.push('<button type="button" data-type="zhihu" class="b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.copyToZhihu}"><svg><use xlink:href="#iconZhihu"></use></svg></button>');
break;
case "yuque":
actionHtml.push('<button type="button" data-type="yuque" class="b3-tooltips b3-tooltips__w" aria-label="复制到语雀"><svg><use xlink:href="#iconYuque"></use></svg></button>');
actionHtml.push('<button type="button" data-type="yuque" class="b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.copyToYuque}"><svg><use xlink:href="#iconYuque"></use></svg></button>');
break;
}
}
Expand Down
3 changes: 3 additions & 0 deletions app/src/protyle/render/av/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import {addView, openViewMenu} from "./view";
import {isOnlyMeta, writeText} from "../../util/compatibility";
import {openSearchAV} from "./relation";
import {Constants} from "../../../constants";
import {hideElements} from "../../ui/hideElements";

export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLElement }) => {
if (isOnlyMeta(event)) {
Expand Down Expand Up @@ -164,6 +165,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
event.stopPropagation();
return true;
} else if (type === "block-more") {
window.siyuan.menus.menu.remove();
protyle.toolbar.range = document.createRange();
protyle.toolbar.range.selectNodeContents(target);
focusByRange(protyle.toolbar.range);
Expand Down Expand Up @@ -231,6 +233,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
};

export const avContextmenu = (protyle: IProtyle, rowElement: HTMLElement, position: IPosition) => {
hideElements(["hint"], protyle);
if (rowElement.classList.contains("av__row--header")) {
return false;
}
Expand Down
5 changes: 3 additions & 2 deletions app/src/protyle/render/av/cell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,9 @@ export const renderCell = (cellValue: IAVCellValue, rowIndex = 0) => {
}
}

if (["text", "template", "url", "email", "phone", "number", "date", "created", "updated", "lineNumber"].includes(cellValue.type) &&
(cellValue.type === "lineNumber" || (cellValue && cellValue[cellValue.type as "url"].content))) {
if ((["text", "template", "url", "email", "phone", "number", "date", "created", "updated"].includes(cellValue.type) && cellValue[cellValue.type as "url"]?.content) ||
cellValue.type === "lineNumber" ||
(cellValue.type === "block" && cellValue.block?.content)) {
text += `<span ${cellValue.type !== "number" ? "" : 'style="right:auto;left:5px"'} data-type="copy" class="block__icon"><svg><use xlink:href="#iconCopy"></use></svg></span>`;
}
return text;
Expand Down
7 changes: 0 additions & 7 deletions app/src/protyle/util/onGet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,6 @@ export const disabledProtyle = (protyle: IProtyle) => {
protyle.wysiwyg.element.querySelectorAll('.protyle-action[draggable="true"]').forEach(item => {
item.setAttribute("draggable", "false");
});
protyle.wysiwyg.element.querySelectorAll(".av").forEach((item: HTMLElement) => {
const headerElement = item.querySelector(".av__row--header") as HTMLElement;
if (headerElement) {
headerElement.style.transform = "";
(item.querySelector(".av__row--footer") as HTMLElement).style.transform = "";
}
});
if (protyle.breadcrumb) {
protyle.breadcrumb.element.parentElement.querySelector('[data-type="readonly"] use').setAttribute("xlink:href", "#iconLock");
protyle.breadcrumb.element.parentElement.querySelector('[data-type="readonly"]').setAttribute("aria-label", window.siyuan.config.editor.readOnly ? window.siyuan.languages.tempUnlock : window.siyuan.languages.unlockEdit);
Expand Down

0 comments on commit 553ecc8

Please sign in to comment.