BoostIO/Boostnote

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Paste process error, added '\' and space #2628

weaming posted onGitHub

Current behavior

image

Expected behavior

  • No \ before _ or #
  • No more space after the end of line

Steps to reproduce

Copy and paste below into boostnote

import time
import pytz
import arrow
import datetime
from django.utils import timezone as djtz
from django.utils.dateparse import parse_datetime

# ISO 8601
# https://www.w3.org/TR/NOTE-datetime
# http://crsmithdev.com/arrow/#tokens
TIME_FORMAT = 'YYYY-MM-DDTHH:mm:ss.SSSZZ'


def get_current_timestamp():
    """
    :return: current timestamp in ms (13 bit)
    """
    return int(time.time() * 1000)

Environment

  • Version : 0.11.11
  • OS Version and name : OSX 10.13.3

It appears that if you Enable Smart Table Editor unchecking the box doesn't return the behavior to where it pasted without the "". Edit: My bad- it appears that since this action takes place in the buffer that I just needed to recopy the text I had selected. Strange behavior but certainly non-lethal.

posted by hinder90 about 5 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests

Recent activities

kazup01 cancelled funding 40.00 for  BoostIo/ Boostnote#2628
over 6 years ago
daiyam submitted an output to  BoostIo/ Boostnote# 2628
over 6 years ago